/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/**
 * COLORS!
 */
/**
 * Susy Global
 * @type {[type]}
 */
/**
 * BREADCRUMBS
 */
/**
 * FONT-SIZES
 */
/**
 * BREAKPOINTS
 */
/** Susy Layouts */
/** Comment Widget **/
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
template {
  display: none; }

/* Links
   ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2rem;
  margin: 0.6666666667rem 0; }

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

/**
* 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; }

/* Embedded content
   ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
* 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 Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
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.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 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; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* 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 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .commentlist li a.pull-left.comment-reply-link:before, .commentlist li .pull-left#cancel-comment-reply-link:before, .commentlist li a.pull-left.expand-comment-replies.expand:before, .commentlist li a.pull-left.expand-comment-replies.collapse:before {
  margin-right: .3em; }

.fa.pull-right, .commentlist li a.pull-right.comment-reply-link:before, .commentlist li .pull-right#cancel-comment-reply-link:before, .commentlist li a.pull-right.expand-comment-replies.expand:before, .commentlist li a.pull-right.expand-comment-replies.collapse:before {
  margin-left: .3em; }

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

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

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

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

@font-face {
  font: normal normal normal 14px/1 'sat1icons';
  font-family: 'sat1icons';
  src: url("../fonts/sat1-iconfont/sat1icons.eot?n7np10");
  src: url("../fonts/sat1-iconfont/sat1icons.eot?#iefixn7np10") format("embedded-opentype"), url("../fonts/sat1-iconfont/sat1icons.woff?n7np10") format("woff"), url("../fonts/sat1-iconfont/sat1icons.ttf?n7np10") format("truetype"), url("../fonts/sat1-iconfont/sat1icons.svg?n7np10#sat1icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .commentlist li a.comment-reply-link:before, .commentlist li a.comment-reply-link.cancel:before, .commentlist li #cancel-comment-reply-link:before, .commentlist li a.expand-comment-replies.expand:before, .commentlist li a.expand-comment-replies.collapse:before {
  font-family: 'sat1icons';
  transform: translate(0, 0);
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa:before, .commentlist li a.comment-reply-link:before, .commentlist li a.comment-reply-link.cancel:before, .commentlist li #cancel-comment-reply-link:before, .commentlist li a.expand-comment-replies.expand:before, .commentlist li a.expand-comment-replies.collapse:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

.fa-whatsapp:before {
  content: "\e601"; }

.fa-sat1-ball-grau:before {
  content: "\e600"; }

.fa-bar-chart:before {
  content: "\f084"; }

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

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

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

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-remove:before {
  content: "\f00d"; }

.fa-close:before {
  content: "\f00d"; }

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

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

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

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before {
  content: "\f013"; }

.fa-cog:before {
  content: "\f013"; }

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-download:before {
  content: "\f019"; }

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

.fa-rotate-right:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

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

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

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

.fa-tag:before {
  content: "\f02b"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

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

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

.fa-photo:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

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

.fa-edit:before {
  content: "\f044"; }

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

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

.fa-arrows:before {
  content: "\f047"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

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

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

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-eye:before {
  content: "\f06e"; }

.fa-warning:before {
  content: "\f071"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-comment:before {
  content: "\f075"; }

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

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

.fa-bar-chart-o:before {
  content: "\f080"; }

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

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

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-twitter:before {
  content: "\f099"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

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

.fa-group:before {
  content: "\f0c0"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-navicon:before {
  content: "\f0c9"; }

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

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

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

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

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

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

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

.fa-unsorted:before {
  content: "\f0dc"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-rotate-left:before {
  content: "\f0e2"; }

.fa-dashboard:before {
  content: "\f0e4"; }

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

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

.fa-flash:before {
  content: "\f0e7"; }

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

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

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

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

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

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before {
  content: "\f112"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-microphone:before {
  content: "\f130"; }

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

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

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

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

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa-wechat:before {
  content: "\f1d7"; }

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

.fa-sliders:before {
  content: "\f1de"; }

/**
 * SPRITES
 */
/**
 * FONTS
 */
/**
 * Misc.
 */
/**
 * Some Standard Font Sizes, Colors & Stylings
 */
/**
 * Shortcodes
 */
/**
 * Basic Fonts
 */
/**
 * Anything inside "main post" entry-content.
 */
@media screen and (min-width: 0px) {
  head {
    font-family: "usn-sat1-mobile 0px"; }
  body:after {
    content: "usn-sat1-mobile - min-width: 0px"; } }

@media screen and (min-width: 569px) {
  head {
    font-family: "usn-sat1-tablet 569px"; }
  body:after {
    content: "usn-sat1-tablet - min-width: 569px"; } }

@media screen and (min-width: 769px) {
  head {
    font-family: "usn-sat1-tablet-wide 769px"; }
  body:after {
    content: "usn-sat1-tablet-wide - min-width: 769px"; } }

@media screen and (min-width: 1025px) {
  head {
    font-family: "usn-sat1-desktop 1025px"; }
  body:after {
    content: "usn-sat1-desktop - min-width: 1025px"; } }

head {
  clear: both; }
  head title {
    font-family: "usn-sat1-mobile 0px, usn-sat1-tablet 569px, usn-sat1-tablet-wide 769px, usn-sat1-desktop 1025px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

.no-touch * {
  text-rendering: optimizeLegibility; }

body {
  font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #444; }
  .lt-ie9 body {
    font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
    font-weight: 300; }

/**
     * Headlines
     */
h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "klavika-web-n6", "klavika-web", sans-serif;
  font-weight: 600; }
  h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
  .h1 a:link,
  .h1 a:visited, .h2 a:link, .h2 a:visited, .h3 a:link, .h3 a:visited {
    color: #444; }
  h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active,
  .h1 a:hover,
  .h1 a:active, .h2 a:hover, .h2 a:active, .h3 a:hover, .h3 a:active {
    color: #e30250; }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading
  .h1, .wf-loading .h2, .wf-loading .h3 {
    visibility: hidden; }
  .no-touch h1, .no-touch h2, .no-touch h3, .no-touch
  .h1, .no-touch .h2, .no-touch .h3 {
    -webkit-font-smoothing: antialiased; }
  h1.std-widget-title, h2.std-widget-title, h3.std-widget-title,
  .h1.std-widget-title, .h2.std-widget-title, .h3.std-widget-title {
    text-transform: uppercase;
    font-family: "klavika-web-n6", "klavika-web", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.35em;
    color: #00ade9;
    background-color: rgba(0, 173, 233, 0.35); }
    h1.std-widget-title a:link, h1.std-widget-title a:visited, h2.std-widget-title a:link, h2.std-widget-title a:visited, h3.std-widget-title a:link, h3.std-widget-title a:visited,
    .h1.std-widget-title a:link,
    .h1.std-widget-title a:visited, .h2.std-widget-title a:link, .h2.std-widget-title a:visited, .h3.std-widget-title a:link, .h3.std-widget-title a:visited {
      color: #00ade9; }
    h1.std-widget-title a:hover, h1.std-widget-title a:active, h2.std-widget-title a:hover, h2.std-widget-title a:active, h3.std-widget-title a:hover, h3.std-widget-title a:active,
    .h1.std-widget-title a:hover,
    .h1.std-widget-title a:active, .h2.std-widget-title a:hover, .h2.std-widget-title a:active, .h3.std-widget-title a:hover, .h3.std-widget-title a:active {
      color: #e30250; }
    h1.std-widget-title span, h2.std-widget-title span, h3.std-widget-title span,
    .h1.std-widget-title span, .h2.std-widget-title span, .h3.std-widget-title span {
      color: #00ade9;
      background-color: #f7f7f7;
      box-shadow: 10px 0 0 #f7f7f7, -10px 0 0 #f7f7f7;
      -webkit-box-decoration-break: clone;
      -ms-box-decoration-break: clone;
      -o-box-decoration-break: clone;
      box-decoration-break: clone; }

h1 {
  font-size: 1.5625em;
  line-height: 1.248em;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em; }
  h1.page-title {
    margin-top: 0; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.3125em;
  line-height: 1.4857142857em;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em; }

h5 {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em; }

p {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }
  .lt-ie9 p {
    font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
    font-weight: 300; }
  .wf-loading p {
    visibility: hidden; }

ul {
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }
  ul ul {
    margin-top: 0.75em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
  ul li {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em; }

/**
     * Links
     */
a:link {
  color: #444;
  text-decoration: none; }

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

a:active, a:hover {
  color: #e30250;
  text-decoration: none; }

.entry-content a:link, .entry-content a:visited, .entry-content a:hover, .entry-excerpt a:link, .entry-excerpt a:visited, .entry-excerpt a:hover {
  text-decoration: underline; }

.entry-content h1 a:link, .entry-content h1 a:visited, .entry-content h1 a:hover, .entry-content h2 a:link, .entry-content h2 a:visited, .entry-content h2 a:hover, .entry-content h3 a:link, .entry-content h3 a:visited, .entry-content h3 a:hover, .entry-content h4 a:link, .entry-content h4 a:visited, .entry-content h4 a:hover, .entry-content h5 a:link, .entry-content h5 a:visited, .entry-content h5 a:hover, .entry-excerpt h1 a:link, .entry-excerpt h1 a:visited, .entry-excerpt h1 a:hover, .entry-excerpt h2 a:link, .entry-excerpt h2 a:visited, .entry-excerpt h2 a:hover, .entry-excerpt h3 a:link, .entry-excerpt h3 a:visited, .entry-excerpt h3 a:hover, .entry-excerpt h4 a:link, .entry-excerpt h4 a:visited, .entry-excerpt h4 a:hover, .entry-excerpt h5 a:link, .entry-excerpt h5 a:visited, .entry-excerpt h5 a:hover {
  text-decoration: none; }

strong {
  font-weight: 500; }
  .lt-ie9 strong {
    font-family: "klavika-web-n5", serif;
    font-weight: 500; }

cite, em, i {
  font-style: italic; }

big {
  font-size: 131.25%; }

small {
  font-size: 0.875em;
  line-height: 1.7142857143em; }

/**
     * Overrides outside .entry-content
     */
.widget-area h1, .widget-area h2, .widget-area h3, .widget-area p, .widget-area ul {
  font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.7142857143em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }
  .lt-ie9 .widget-area h1, .lt-ie9 .widget-area h2, .lt-ie9 .widget-area h3, .lt-ie9 .widget-area p, .lt-ie9 .widget-area ul {
    font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
    font-weight: 300; }
  .widget-area h1 strong, .widget-area h2 strong, .widget-area h3 strong, .widget-area p strong, .widget-area ul strong {
    font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
    font-weight: 500; }

.widget-area h1 {
  font-family: "klavika-web-n4", "klavika-web", sans-serif;
  font-weight: 400; }
  @media (min-width: 769px) {
    .widget-area h1 {
      font-family: "klavika-web-n6", "klavika-web", sans-serif;
      font-weight: 600; } }

#primary .widget-title,
#secondary .widget-title,
#home-primary .widget-title {
  text-transform: uppercase;
  font-family: "klavika-web-n6", "klavika-web", sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.35em;
  color: #00ade9; }
  #primary .widget-title a:link, #primary .widget-title a:visited,
  #secondary .widget-title a:link,
  #secondary .widget-title a:visited,
  #home-primary .widget-title a:link,
  #home-primary .widget-title a:visited {
    color: #00ade9; }
  #primary .widget-title a:hover, #primary .widget-title a:active,
  #secondary .widget-title a:hover,
  #secondary .widget-title a:active,
  #home-primary .widget-title a:hover,
  #home-primary .widget-title a:active {
    color: #e30250; }

#primary a.thema-link,
#secondary a.thema-link,
#home-primary a.thema-link {
  text-decoration: underline; }

/**
     * FOOTER - Styles
     */
#footer #site-info p {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  font-weight: 300;
  color: rgba(247, 247, 247, 0.8); }
  #footer #site-info p a:link, #footer #site-info p a:visited {
    color: rgba(247, 247, 247, 0.9); }
  #footer #site-info p a:hover, #footer #site-info p a:active {
    color: #e30250; }

/**
     * Misc. Elements
     */
.location:last-child .separator {
  display: none; }

/**
     * Single View
     */
.main_post h1.entry-title {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.1875em; }

.main_post .entry-subtitle {
  font-size: 1em;
  line-height: 1.5em; }

.main_post .image-credit:last-child .separator {
  display: none; }

.main_post .entry-meta a:link, .main_post .entry-meta a:visited {
  color: #444; }

.main_post .entry-meta a:hover, .main_post .entry-meta a:active {
  color: #e30250; }

.main_post .entry-meta .location i {
  display: none; }

.main_post .entry-meta .location:last-child .separator {
  display: none; }

/**
     * Home-Page
     */
/**
     * General Post Styles
     */
.entry-excerpt {
  /**
         * Hide location-icons in ALL excerpts
         */ }
  .entry-excerpt .location {
    font-size: 0.875em;
    line-height: 1.7142857143em;
    margin-right: 0.5em;
    text-transform: uppercase; }
    .entry-excerpt .location a:link, .entry-excerpt .location a:visited {
      color: #444; }
    .entry-excerpt .location a:hover, .entry-excerpt .location a:active {
      color: #e30250; }
    .entry-excerpt .location i {
      display: none; }

/**
     * "Archive-Views": Many posts on 1 page
     */
.sat1-post-list {
  overflow: hidden;
  *zoom: 1; }
  .sat1-post-list article .entry-title {
    font-size: 1em;
    line-height: 1.35em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.375em; }
  .sat1-post-list article time {
    font-size: 0.8125em;
    line-height: 1.2923076923em;
    font-family: "klavika-web-n4", "klavika-web", sans-serif;
    font-weight: 400;
    display: block;
    color: #e30250; }
  .sat1-post-list article .entry-excerpt {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }

.twoCol .entry-title {
  font-size: 1.25em;
  line-height: 1.44em;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

.twoCol .entry-excerpt {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

.twoCol time {
  font-size: 0.8125em;
  line-height: 1.2923076923em;
  font-family: "klavika-web-n4", "klavika-web", sans-serif;
  font-weight: 400;
  display: block;
  color: #e30250; }

.threeCol .entry-title {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

.threeCol .entry-excerpt {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

/**
     * HEADER Styles
     */
/**
     * Sidebars, Widgets
     */
.main_post .entry-content h2,
.main_post .entry-excerpt h2 {
  font-size: 1.375em;
  line-height: 1.4181818182em;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

.main_post .entry-content h3,
.main_post .entry-excerpt h3 {
  font-size: 1.1875em;
  line-height: 1.5789473684em;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

.main_post .entry-content h4,
.main_post .entry-excerpt h4 {
  font-size: 1em;
  line-height: 1.5em;
  font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
  font-weight: 500;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em; }

.main_post .entry-content p, .main_post .entry-content ul, .main_post .entry-content blockquote, .main_post .entry-content pre,
.main_post .entry-excerpt p,
.main_post .entry-excerpt ul,
.main_post .entry-excerpt blockquote,
.main_post .entry-excerpt pre {
  font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.125em; }
  .lt-ie9 .main_post .entry-content p, .lt-ie9 .main_post .entry-content ul, .lt-ie9 .main_post .entry-content blockquote, .lt-ie9 .main_post .entry-content pre, .lt-ie9
  .main_post .entry-excerpt p, .lt-ie9
  .main_post .entry-excerpt ul, .lt-ie9
  .main_post .entry-excerpt blockquote, .lt-ie9
  .main_post .entry-excerpt pre {
    font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
    font-weight: 300; }
  .main_post .entry-content p:first-child, .main_post .entry-content ul:first-child, .main_post .entry-content blockquote:first-child, .main_post .entry-content pre:first-child,
  .main_post .entry-excerpt p:first-child,
  .main_post .entry-excerpt ul:first-child,
  .main_post .entry-excerpt blockquote:first-child,
  .main_post .entry-excerpt pre:first-child {
    margin-top: 0; }
  .main_post .entry-content p a:link, .main_post .entry-content p a:visited, .main_post .entry-content p a:hover, .main_post .entry-content ul a:link, .main_post .entry-content ul a:visited, .main_post .entry-content ul a:hover, .main_post .entry-content blockquote a:link, .main_post .entry-content blockquote a:visited, .main_post .entry-content blockquote a:hover, .main_post .entry-content pre a:link, .main_post .entry-content pre a:visited, .main_post .entry-content pre a:hover,
  .main_post .entry-excerpt p a:link,
  .main_post .entry-excerpt p a:visited,
  .main_post .entry-excerpt p a:hover,
  .main_post .entry-excerpt ul a:link,
  .main_post .entry-excerpt ul a:visited,
  .main_post .entry-excerpt ul a:hover,
  .main_post .entry-excerpt blockquote a:link,
  .main_post .entry-excerpt blockquote a:visited,
  .main_post .entry-excerpt blockquote a:hover,
  .main_post .entry-excerpt pre a:link,
  .main_post .entry-excerpt pre a:visited,
  .main_post .entry-excerpt pre a:hover {
    text-decoration: underline; }
  .main_post .entry-content p a:hover, .main_post .entry-content ul a:hover, .main_post .entry-content blockquote a:hover, .main_post .entry-content pre a:hover,
  .main_post .entry-excerpt p a:hover,
  .main_post .entry-excerpt ul a:hover,
  .main_post .entry-excerpt blockquote a:hover,
  .main_post .entry-excerpt pre a:hover {
    color: #e30250; }

.main_post .entry-content strong,
.main_post .entry-excerpt strong {
  font-family: "ratio-n4", "ratio", Verdana, Arial, sans-serif;
  font-weight: 400; }

.main_post .entry-content blockquote,
.main_post .entry-excerpt blockquote {
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  color: #777777; }

.main_post .entry-content .inline-img,
.main_post .entry-excerpt .inline-img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative; }
  .main_post .entry-content .inline-img img,
  .main_post .entry-content .inline-img img.alignleft,
  .main_post .entry-content .inline-img img.alginright,
  .main_post .entry-excerpt .inline-img img,
  .main_post .entry-excerpt .inline-img img.alignleft,
  .main_post .entry-excerpt .inline-img img.alginright {
    display: block;
    margin: 0;
    padding: 0; }
  .main_post .entry-content .inline-img .image-credit,
  .main_post .entry-excerpt .inline-img .image-credit {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.main_post .entry-content .alignleft,
.main_post .entry-content img.alignleft,
.main_post .entry-excerpt .alignleft,
.main_post .entry-excerpt img.alignleft {
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  display: inline;
  float: left;
  margin-right: 0.5em; }

.main_post .entry-content .alignright,
.main_post .entry-content img.alignright,
.main_post .entry-excerpt .alignright,
.main_post .entry-excerpt img.alignright {
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  display: inline;
  float: right;
  margin-left: 0.5em; }

.main_post .entry-content .aligncenter,
.main_post .entry-excerpt .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.main_post .entry-content img.aligncenter,
.main_post .entry-excerpt img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.main_post .entry-content img.alignleft, .main_post .entry-content img.alignright, .main_post .entry-content img.aligncenter,
.main_post .entry-excerpt img.alignleft,
.main_post .entry-excerpt img.alignright,
.main_post .entry-excerpt img.aligncenter {
  margin-bottom: 12px; }

.main_post .entry-content ul li, .main_post .entry-content ol li,
.main_post .entry-excerpt ul li,
.main_post .entry-excerpt ol li {
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em; }

.main_post .entry-content .wp-caption,
.main_post .entry-excerpt .wp-caption {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  background-color: #e3e3e3;
  color: #515151;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.125em; }
  .main_post .entry-content .wp-caption img,
  .main_post .entry-excerpt .wp-caption img {
    margin: 5px 5px 0; }
  .main_post .entry-content .wp-caption p,
  .main_post .entry-excerpt .wp-caption p {
    margin-top: 0.375em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.375em;
    padding-left: 0.5em;
    padding-right: 0.5em; }

.main_post .entry-content .wp-smiley,
.main_post .entry-excerpt .wp-smiley {
  margin: 0; }

.main_post .entry-content .gallery,
.main_post .entry-excerpt .gallery {
  margin: 0 auto 18px; }

.main_post .entry-content .sat1-sc-divider,
.main_post .entry-excerpt .sat1-sc-divider {
  width: 100%;
  clear: both; }

.main_post .entry-content .sat1-sc-box,
.main_post .entry-excerpt .sat1-sc-box {
  margin-top: 0.75em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4; }
  .main_post .entry-content .sat1-sc-box *:first-child,
  .main_post .entry-excerpt .sat1-sc-box *:first-child {
    padding-top: 0;
    margin-top: 0; }

/**
     * Basic Elements
     */
img {
  max-width: 100%;
  height: auto; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.clipMETA {
  display: none; }

*:focus {
  outline: 0px none;
  border: 0px none; }

html {
  background-image: -owg(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: -webkit(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: -moz(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: -o(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false);
  height: 100%; }

/**
     * Basic Color
     */
body {
  margin: 0 auto;
  background-color: #00ade9;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-width: 100%; }
  .cssgradients body {
    background-image: -owg(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
    background-image: -webkit(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
    background-image: -moz(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
    background-image: -o(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
    background-image: compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false); }

.jwplayer {
  -webkit-overflow-scrolling: auto; }

/**
     * Main Grid Elements
     */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#wrapper {
  position: relative;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #f7f7f7; }

#header {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 40px; }
  #header:after {
    content: " ";
    display: block;
    clear: both; }

#main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%; }
  #main:after {
    content: " ";
    display: block;
    clear: both; }

#primary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#home-primary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#secondary {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }

.page-template-partialspage_full-width-php #content,
.page-template-partialspage_iframe-php #content {
  padding: 0em 0.75em 0.75em 0.75em;
  background-size: cover;
  -ms-behavior: url(polyfills/backgroundsize-min.htc);
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.single-sidebar {
  display: none; }

.share-provider {
  font-size: 1.5em;
  line-height: 2em;
  padding: 0.375em;
  margin-right: 0.375em; }
  .share-provider.facebook a:link, .share-provider.facebook a:visited {
    color: #3b5998; }
  .share-provider.facebook a:hover, .share-provider.facebook a:active {
    color: #2d4373; }
  .share-provider.twitter a:link, .share-provider.twitter a:visited {
    color: #1dcaff; }
  .share-provider.twitter a:hover, .share-provider.twitter a:active {
    color: #00b2e9; }
  .share-provider.googleplus a:link, .share-provider.googleplus a:visited {
    color: #dd4b39; }
  .share-provider.googleplus a:hover, .share-provider.googleplus a:active {
    color: #c23321; }
  .share-provider.whatsapp {
    display: none; }
    .share-provider.whatsapp a:link, .share-provider.whatsapp a:visited {
      color: #5cbe4a; }
    .share-provider.whatsapp a:hover, .share-provider.whatsapp a:active {
      color: #489d38; }

/**
     * General Grid Helpers
     */
.oneCol {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.twoCol {
  width: 100%;
  float: left;
  margin-right: 2.4390243902%; }

.threeCol {
  width: 100%;
  float: left;
  margin-right: 2.4390243902%; }

.oneThirdCol {
  width: 100%;
  float: left;
  margin-right: 2.4390243902%; }

.twoThirdCol {
  width: 100%;
  float: left;
  margin-right: 2.4390243902%; }

/**
     * RATIO
     */
.ratio-16-9 {
  overflow: hidden;
  position: relative; }
  .ratio-16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%; }

.ratio-1-1 {
  overflow: hidden;
  position: relative; }
  .ratio-1-1:before {
    content: "";
    display: block;
    padding-top: 100%; }

.ratio-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

/**
     * Header Styles
     */
#headerlogo {
  display: none; }

#site-description {
  display: none; }

#header-widget-area {
  z-index: 150;
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  float: left;
  margin-right: 2.4390243902%;
  font-size: 1.125em;
  line-height: 1.3333333333em; }
  #header-widget-area a:link, #header-widget-area a:visited {
    color: #00ade9; }
  #header-widget-area a:hover, #header-widget-area a:active {
    color: #e30250; }

#main-navigation-container {
  -webkit-box-shadow: compact(0 0 20px rgba(68, 68, 68, 0.4), false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 0 20px rgba(68, 68, 68, 0.4), false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 0 20px rgba(68, 68, 68, 0.4), false, false, false, false, false, false, false, false, false);
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  -webkit-transform: translateZ(0); }
  #main-navigation-container ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, 0.95);
    font-family: "klavika-web-n6", "klavika-web", sans-serif;
    font-weight: 600; }
    #main-navigation-container ul li {
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(68, 68, 68, 0.25); }
      #main-navigation-container ul li:first-child {
        border-top: 1px solid rgba(68, 68, 68, 0.25); }
      #main-navigation-container ul li a {
        display: block;
        margin-top: 0em;
        padding-top: 0.375em;
        padding-bottom: 0.375em;
        margin-bottom: 0em;
        text-transform: uppercase; }
  .js #main-navigation-container {
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }
  #main-navigation-container.opened,
  .js #main-navigation-container.opened {
    clip: auto;
    max-height: 9999px; }

.top-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 1000;
  background-color: #00ade9;
  background-color: rgba(68, 68, 68, 0.97);
  color: #f7f7f7;
  text-align: left;
  box-sizing: border-box;
  padding-left: 2%; }
  .top-bar .logo {
    -webkit-transition: compact(compact(max-width 0.2s, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(max-width 0.2s, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(max-width 0.2s, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(max-width 0.2s, false, false, false, false, false, false, false, false, false);
    display: block;
    float: left;
    max-width: 135px;
    background-image: url(../../build/img/mobile/logo-mobile.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 28px;
    margin-top: 5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 3%;
    top: 0; }
  .top-bar.show-logo #scroll-to-top {
    padding: 0 0.5em;
    max-width: 50px; }
  .top-bar .top-bar-icon {
    display: block;
    float: right;
    height: 38px;
    padding: 0 0.5em;
    border-right: 1px solid rgba(119, 119, 119, 0.95); }
  .top-bar .top-bar-icon-text {
    text-transform: uppercase;
    padding-right: 0.5em;
    font-size: 80%;
    line-height: 38px;
    vertical-align: top; }
  .top-bar i {
    line-height: 38px;
    cursor: pointer;
    font-size: 1.125em; }
  .top-bar #scroll-to-top {
    overflow: hidden;
    max-width: 0;
    padding: 0;
    -webkit-transition: compact(compact(max-width 0.2s, padding 0.2s, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(max-width 0.2s, padding 0.2s, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(max-width 0.2s, padding 0.2s, false, false, false, false, false, false, false, false) false false false);
    transition: compact(max-width 0.2s, padding 0.2s, false, false, false, false, false, false, false, false); }
  .top-bar .searchform {
    position: relative;
    float: right; }
    .top-bar .searchform button,
    .top-bar .searchform input,
    .top-bar .searchform label,
    .top-bar .searchform label span {
      width: auto;
      display: inline;
      margin: 0;
      padding: 0;
      background-color: transparent;
      border: none;
      -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
      box-shadow: compact(none, false, false, false, false, false, false, false, false, false); }
    .top-bar .searchform input {
      line-height: 1em;
      background-color: #777;
      border: 1px solid #dedede;
      color: #f7f7f7;
      padding: 0 3px;
      margin-top: 5px;
      line-height: 22px;
      width: 10em; }
      .top-bar .searchform input:focus, .top-bar .searchform input:active {
        -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
        -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
        box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
        outline: none; }
    .top-bar .searchform label {
      max-width: 0;
      overflow: hidden;
      float: left;
      padding-left: 0.5em;
      -webkit-transition: compact(compact(max-width 0.75s, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(max-width 0.75s, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(max-width 0.75s, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(max-width 0.75s, false, false, false, false, false, false, false, false, false); }
      .top-bar .searchform label span {
        display: none; }
    .top-bar .searchform button {
      color: #f7f7f7;
      -webkit-transition: compact(compact(color 0.125s, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(color 0.125s, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(color 0.125s, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(color 0.125s, false, false, false, false, false, false, false, false, false); }
      .top-bar .searchform button:focus {
        outline: none;
        border: none;
        -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
        -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
        box-shadow: compact(none, false, false, false, false, false, false, false, false, false); }
      .top-bar .searchform button:active {
        color: #fd4e8b; }
    .top-bar .searchform.opened {
      z-index: 150; }
      .top-bar .searchform.opened label {
        max-width: 20em; }
  .top-bar h1 {
    width: 315px;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    height: 38px;
    overflow: hidden; }

#facebook-like-page {
  display: none;
  z-index: 130;
  right: 3%;
  top: 7px; }
  #facebook-like-page h3 {
    display: none; }

/**
     * FOOTER - Styles
     */
#footer {
  overflow: hidden;
  *zoom: 1;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: -3.1914893617%;
  margin-left: -3.1914893617%;
  padding-right: 3.1914893617%;
  padding-left: 3.1914893617%;
  width: 100%;
  position: relative;
  z-index: 120;
  background-color: #777;
  border-top: 6px solid #e30250; }
  #footer #colophon {
    margin-top: 0em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 0em;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -3.1914893617%;
    margin-left: -3.1914893617%;
    padding-right: 3.1914893617%;
    padding-left: 3.1914893617%;
    background-color: #dedede; }
  #footer #site-info {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #footer #site-info:after {
      content: " ";
      display: block;
      clear: both; }
    #footer #site-info p {
      color: rgba(247, 247, 247, 0.8);
      text-align: center;
      margin-top: 0em;
      padding-top: 1.5em;
      padding-bottom: 1.5em;
      margin-bottom: 0em; }
      #footer #site-info p a {
        color: rgba(247, 247, 247, 0.8);
        font-weight: 300;
        text-decoration: underline; }
        #footer #site-info p a:hover {
          color: #fcfcfc; }

/**
     * Sidebars, Widgets
     */
.widget-area img {
  width: 100%;
  height: auto; }

.widget-area p {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#primary aside {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.page-template-gewinnspiel #primary aside,
.page-template-partialspage_full-width-php #primary aside,
.page-template-partialspage_iframe-php #primary aside {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }

#primary aside,
#home-primary aside {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }
  #primary aside .sidebarpost .entry-thumbnail,
  #home-primary aside .sidebarpost .entry-thumbnail {
    overflow: hidden;
    position: relative; }
    #primary aside .sidebarpost .entry-thumbnail:before,
    #home-primary aside .sidebarpost .entry-thumbnail:before {
      content: "";
      display: block;
      padding-top: 100%; }
  #primary aside .sidebarpost.no-thumb,
  #home-primary aside .sidebarpost.no-thumb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-bottom: 0em;
    border-bottom: 1px solid #eaeaea; }
  #primary aside .featured,
  #home-primary aside .featured {
    border-bottom: 1px solid #eaeaea;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0.75em;
    margin-bottom: 0em; }
    #primary aside .featured .entry-title,
    #home-primary aside .featured .entry-title {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em; }
  #primary aside .related,
  #home-primary aside .related {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #fcfcfc; }
    #primary aside .related .sidebarpost,
    #home-primary aside .related .sidebarpost {
      background-color: transparent;
      border-bottom: 1px solid #eaeaea;
      margin-top: 0em;
      padding-top: 0.75em;
      padding-bottom: 0.75em;
      margin-bottom: 0em; }
      #primary aside .related .sidebarpost .entry-title,
      #home-primary aside .related .sidebarpost .entry-title {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }

#home-primary aside {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#home-primary .widget-title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#home-primary .related .sidebarpost h1 a:link, #home-primary .related .sidebarpost h1 a:visited {
  color: #444; }

#home-primary .related .sidebarpost h1 a:hover, #home-primary .related .sidebarpost h1 a:active {
  color: #e30250; }

#secondary {
  margin-top: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }
  #secondary aside {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #secondary .sidebarpost a.imagelink {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #secondary .sidebarpost h1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

#footer-widget-area {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1; }
  #footer-widget-area:after {
    content: " ";
    display: block;
    clear: both; }
  #footer-widget-area .widget-area {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    #footer-widget-area .widget-area a:link, #footer-widget-area .widget-area a:visited {
      color: #444; }
    #footer-widget-area .widget-area a:hover, #footer-widget-area .widget-area a:active {
      color: #e30250; }
    #footer-widget-area .widget-area ul {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      font-size: 1em;
      line-height: 1.5em;
      list-style: none;
      padding-left: 0; }
      #footer-widget-area .widget-area ul li {
        margin-top: 0em;
        padding-top: 0.375em;
        padding-bottom: 0.375em;
        margin-bottom: 0em;
        margin-left: 0;
        border-bottom: 1px solid rgba(119, 119, 119, 0.5); }
        #footer-widget-area .widget-area ul li:first-child {
          border-top: 1px solid rgba(119, 119, 119, 0.5); }
    #footer-widget-area .widget-area .widget-title {
      font-size: 1em;
      line-height: 1.5em;
      font-family: "klavika-web-n6", "klavika-web", sans-serif;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase;
      background-color: rgba(68, 68, 68, 0.25); }
      #footer-widget-area .widget-area .widget-title span {
        padding-right: 0.5em;
        background-color: #dedede; }
    #footer-widget-area .widget-area i {
      margin-right: 0.5em; }
    #footer-widget-area .widget-area p {
      font-size: 1em;
      line-height: 1.5em; }

.commentpost {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .commentpost p {
    font-size: 0.875em;
    line-height: 1.3714285714em; }
  .commentpost p.comment_content {
    color: #f7f7f7;
    position: relative;
    background-color: #4baad3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px; }
    .commentpost p.comment_content a:link, .commentpost p.comment_content a:visited, .commentpost p.comment_content a:hover {
      color: #f7f7f7; }
    .commentpost p.comment_content:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 6%;
      border-width: 10px 10px 0;
      border-style: solid;
      border-color: #4baad3 transparent;
      display: block;
      width: 0; }
  .commentpost p.commentmeta a:link, .commentpost p.commentmeta a:visited, .commentpost p.commentmeta a:hover {
    text-decoration: underline; }

/**
     * Home-Page
     */
/**
     * "Archive-Views": Many posts on 1 page
     */
.sat1-post-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.overview-description {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }

.featured {
  background-color: #fcfcfc;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .featured .entry-thumbnail img {
    width: 100%; }
  .featured .entry-title {
    font-size: 1.4375em;
    line-height: 1.3565217391em;
    padding-left: 0;
    padding-right: 0; }
    .widget-area .featured .entry-title {
      padding-left: 0;
      padding-right: 0; }
  .featured .entry-subtitle {
    display: none; }
  .featured .entry-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em; }
    .featured .entry-content a {
      font-weight: normal;
      text-decoration: underline; }
  .featured .entry-meta {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #fcfcfc;
    color: #777777;
    font-size: 0.75em;
    line-height: 2em;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em;
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
    .featured .entry-meta .meta-item {
      width: 48.7804878049%;
      float: left;
      margin-right: 2.4390243902%; }
      .featured .entry-meta .meta-item:nth-child(2n) {
        width: 48.7804878049%;
        float: right;
        margin-right: 0; }
    .featured .entry-meta i {
      margin-right: 0.5em; }
    .featured .entry-meta a {
      font-weight: 300; }
      .featured .entry-meta a:hover {
        color: #e30250; }

article.oneCol, article.twoCol, article.threeCol, article.sidebarpost {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-bottom: 0.75em;
  padding: 0.375em;
  background-color: #fcfcfc; }
  article.oneCol .entry-thumbnail, article.twoCol .entry-thumbnail, article.threeCol .entry-thumbnail, article.sidebarpost .entry-thumbnail {
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%;
    padding: 5px;
    background-color: #dedede;
    text-align: center; }
    article.oneCol .entry-thumbnail img, article.twoCol .entry-thumbnail img, article.threeCol .entry-thumbnail img, article.sidebarpost .entry-thumbnail img {
      width: 100%;
      vertical-align: middle; }
    article.oneCol .entry-thumbnail .icons, article.twoCol .entry-thumbnail .icons, article.threeCol .entry-thumbnail .icons, article.sidebarpost .entry-thumbnail .icons {
      font-size: 1.5em;
      line-height: 2em;
      line-height: 1.5em;
      -webkit-transition: compact(compact(all 0.2s, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(all 0.2s, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(all 0.2s, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(all 0.2s, false, false, false, false, false, false, false, false, false);
      position: absolute;
      width: 1.5em;
      height: 1.5em;
      left: 50%;
      top: 50%;
      margin-left: -0.75em;
      margin-top: -0.75em;
      padding: 0px;
      text-align: center;
      background-color: #f7f7f7;
      background-color: rgba(247, 247, 247, 0.8);
      color: #444;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
    article.oneCol .entry-thumbnail:hover .icons, article.twoCol .entry-thumbnail:hover .icons, article.threeCol .entry-thumbnail:hover .icons, article.sidebarpost .entry-thumbnail:hover .icons {
      color: #fcfcfc;
      color: rgba(252, 252, 252, 0.9);
      -webkit-transform: scale(1.25, 1.25);
      -moz-transform: scale(1.25, 1.25);
      -ms-transform: scale(1.25, 1.25);
      -o-transform: scale(1.25, 1.25);
      transform: scale(1.25, 1.25); }
  article.oneCol time, article.twoCol time, article.threeCol time, article.sidebarpost time {
    font-size: 0.8125em;
    line-height: 1.2923076923em;
    font-family: "klavika-web-n4", "klavika-web", sans-serif;
    font-weight: 400;
    display: block;
    color: #e30250;
    width: 65.8536585366%;
    float: right;
    margin-right: 0;
    color: #e30250; }
  article.oneCol .entry-title, article.twoCol .entry-title, article.threeCol .entry-title, article.sidebarpost .entry-title {
    font-size: 1em;
    line-height: 1.2em;
    width: 65.8536585366%;
    float: right;
    margin-right: 0;
    max-height: 4.5em; }
    article.oneCol .entry-title i, article.twoCol .entry-title i, article.threeCol .entry-title i, article.sidebarpost .entry-title i {
      display: none; }
  article.oneCol .entry-excerpt, article.twoCol .entry-excerpt, article.threeCol .entry-excerpt, article.sidebarpost .entry-excerpt {
    font-size: 0.875em;
    line-height: 1.7142857143em; }
  article.oneCol.no-thumb time, article.twoCol.no-thumb time, article.threeCol.no-thumb time, article.sidebarpost.no-thumb time {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  article.oneCol.no-thumb .entry-title, article.twoCol.no-thumb .entry-title, article.threeCol.no-thumb .entry-title, article.sidebarpost.no-thumb .entry-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  article.oneCol.no-thumb .entry-excerpt, article.twoCol.no-thumb .entry-excerpt, article.threeCol.no-thumb .entry-excerpt, article.sidebarpost.no-thumb .entry-excerpt {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    max-height: 7.5em; }
  .mod-list article.oneCol .entry-excerpt, .mod-list article.twoCol .entry-excerpt, .mod-list article.threeCol .entry-excerpt, .mod-list article.sidebarpost .entry-excerpt {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .related article.oneCol .entry-title i, .related article.twoCol .entry-title i, .related article.threeCol .entry-title i, .related article.sidebarpost .entry-title i {
    color: #444;
    display: inline;
    margin-right: 0.25em; }
  .widget-area article.oneCol.featured i, .widget-area article.twoCol.featured i, .widget-area article.threeCol.featured i, .widget-area article.sidebarpost.featured i {
    color: #444;
    display: inline;
    margin-right: 0.25em; }
  .widget-area article.oneCol.featured a:link, .widget-area article.oneCol.featured a:visited, .widget-area article.twoCol.featured a:link, .widget-area article.twoCol.featured a:visited, .widget-area article.threeCol.featured a:link, .widget-area article.threeCol.featured a:visited, .widget-area article.sidebarpost.featured a:link, .widget-area article.sidebarpost.featured a:visited {
    color: #444; }
  .widget-area article.oneCol.featured a:hover, .widget-area article.oneCol.featured a:active, .widget-area article.twoCol.featured a:hover, .widget-area article.twoCol.featured a:active, .widget-area article.threeCol.featured a:hover, .widget-area article.threeCol.featured a:active, .widget-area article.sidebarpost.featured a:hover, .widget-area article.sidebarpost.featured a:active {
    color: #e30250; }

/**
     * Single Page / Article
     */
.main_post {
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }
  .main_post .entry-summary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .main_post .entry-meta {
    display: none; }
  .main_post .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .main_post .entry-title {
    font-size: 1.375em;
    line-height: 1.4181818182em; }
  .main_post .entry-subtitle {
    color: #e30250;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
  .main_post footer {
    font-size: 0.875em;
    line-height: 1.3714285714em;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
    .main_post footer p {
      color: #777777;
      font-size: 0.875em;
      line-height: 1.5428571429em;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  .main_post .fb-like {
    margin-top: 0.75em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em;
    text-align: left;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .page-template-partialspage_full-width-php .main_post .entry-content,
  .page-template-partialspage_iframe-php .main_post .entry-content {
    margin-top: 0.75em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    padding: 0.75em;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, 0.9); }
    .page-template-partialspage_full-width-php .main_post .entry-content p, .page-template-partialspage_full-width-php .main_post .entry-content ul, .page-template-partialspage_full-width-php .main_post .entry-content blockquote, .page-template-partialspage_full-width-php .main_post .entry-content pre,
    .page-template-partialspage_iframe-php .main_post .entry-content p,
    .page-template-partialspage_iframe-php .main_post .entry-content ul,
    .page-template-partialspage_iframe-php .main_post .entry-content blockquote,
    .page-template-partialspage_iframe-php .main_post .entry-content pre {
      font-family: "ratio-n4", "ratio", Verdana, Arial, sans-serif;
      font-weight: 400; }
      .page-template-partialspage_full-width-php .main_post .entry-content p strong, .page-template-partialspage_full-width-php .main_post .entry-content ul strong, .page-template-partialspage_full-width-php .main_post .entry-content blockquote strong, .page-template-partialspage_full-width-php .main_post .entry-content pre strong,
      .page-template-partialspage_iframe-php .main_post .entry-content p strong,
      .page-template-partialspage_iframe-php .main_post .entry-content ul strong,
      .page-template-partialspage_iframe-php .main_post .entry-content blockquote strong,
      .page-template-partialspage_iframe-php .main_post .entry-content pre strong {
        font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
        font-weight: 500; }
  .page-template-partialspage_full-width-php .main_post .entry-title,
  .page-template-partialspage_iframe-php .main_post .entry-title {
    font-size: 1.875em;
    line-height: 1.6em;
    margin-top: 0.375em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.375em;
    text-align: center;
    color: #f7f7f7;
    text-shadow: 1px 1px 2px #444;
    text-shadow: 1px 1px 2px rgba(68, 68, 68, 0.5); }
  .page-template-partialspage_full-width-php .main_post .like-wrapper,
  .page-template-partialspage_iframe-php .main_post .like-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.375em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-bottom: 0.375em;
    background-color: #f7f7f7;
    text-align: center; }

/**
     * SECTIONS
     */
.content-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.section-heading {
  text-align: center; }

.breadcrumb-wrapper {
  display: none; }

/**
     * SWIPE
     */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  background-image: -owg(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: -webkit(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: -moz(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: -o(compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false));
  background-image: compact(linear-gradient(#1691c2, #127dad 40%, #1691c2 90%), false, false, false, false, false, false, false, false, false); }

.swipe-wrap {
  overflow: hidden;
  position: relative; }

.swipe-wrap > div {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }

/**
     * Video Player, "Big Image"
     */
#main-player {
  clear: both;
  position: relative;
  width: 100%;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }
  #main-player:first-child {
    margin-top: 0; }
  #main-player img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  #main-player .gallery-control {
    display: none; }
    #main-player .gallery-control a.prev, #main-player .gallery-control a.next {
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 100;
      display: block;
      font-size: 30px;
      line-height: 40px;
      height: 40px;
      min-width: 40px;
      text-align: center;
      margin-top: -20px;
      background-color: #dedede;
      background-color: rgba(222, 222, 222, 0.8);
      color: rgba(68, 68, 68, 0.8);
      -webkit-transition: compact(compact(color 300ms, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(color 300ms, false, false, false, false, false, false, false, false, false);
      -webkit-transition: compact(compact(background-color 300ms, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(background-color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(background-color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(background-color 300ms, false, false, false, false, false, false, false, false, false); }
      #main-player .gallery-control a.prev.active, #main-player .gallery-control a.prev:hover, #main-player .gallery-control a.next.active, #main-player .gallery-control a.next:hover {
        color: #444; }
      #main-player .gallery-control a.prev.next, #main-player .gallery-control a.next.next {
        right: 0;
        left: auto; }
  #main-player .aspect-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; }
    #main-player .aspect-wrapper:before {
      padding-top: 56.25%; }
  #main-player .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #main-player .video-warning {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 0.5em;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, 0.75);
    color: #dd4b39; }
    #main-player .video-warning a:link, #main-player .video-warning a:visited {
      text-decoration: underline;
      color: #dd4b39; }
    #main-player .video-warning a:hover {
      color: #96271a; }
  #main-player #videoplayer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #main-player .entry-thumbnail img {
    width: 100%; }
  #main-player .swipe-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 150;
    text-align: center;
    padding-top: 100%; }
    #main-player .swipe-overlay img {
      position: absolute;
      left: 0;
      top: 10%;
      width: 100%; }
  #main-player .img-text {
    font-size: 0.75em;
    line-height: 1.7em;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: #fcfcfc; }
  #main-player .image-description {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #main-player .credit-wrapper {
    text-align: right;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0.5em;
    font-style: italic;
    color: #777777; }
  .page-template-partialspage_full-width-php #main-player .img-text,
  .page-template-partialspage_iframe-php #main-player .img-text {
    display: none; }
  .page-template-partialspage_full-width-php #main-player .aspect-wrapper,
  .page-template-partialspage_iframe-php #main-player .aspect-wrapper {
    -webkit-box-shadow: compact(0px 0px 21px 5px rgba(0, 40, 55, 0.45), false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0px 0px 21px 5px rgba(0, 40, 55, 0.45), false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0px 0px 21px 5px rgba(0, 40, 55, 0.45), false, false, false, false, false, false, false, false, false); }

/**
     * Kommentare
     */
.comments {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

h3.comments-title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2.25em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  color: #444; }
  h3.comments-title:before {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    content: "";
    border-bottom: 2px solid #dedede; }
  h3.comments-title .comments-title-count {
    -webkit-transition: compact(compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false);
    background-color: #f7f7f7;
    display: inline-block;
    line-height: 1.875em;
    padding-left: .5em;
    padding-right: .5em;
    position: relative;
    top: -1.125em; }
  h3.comments-title .comments-title-caret {
    -webkit-transition: compact(compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(all 0.15s ease-in-out, false, false, false, false, false, false, false, false, false);
    color: #777;
    display: block;
    position: relative;
    top: -1.125em; }
    h3.comments-title .comments-title-caret input {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }

.comment-form-field {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  position: relative; }
  .comment-form-field input {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

.comment-form-comment {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

.comment-notes,
label[for="subscribe-reloaded"] {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9375em;
  line-height: 1.44em; }

.comment-form .form-submit,
.comment-form .comment-fields,
.comment-form .extra-comment-fields {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.comment-form input[type="submit"] {
  text-align: right; }

#comment {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

#respond {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.commentlist-wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .commentlist-wrapper.collapsed {
    margin-bottom: 0;
    margin-top: 0;
    max-height: 0;
    -webkit-transition: compact(compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false); }
  .commentlist-wrapper.expanded {
    max-height: 19999px;
    -webkit-transition: compact(compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false); }

.commentlist {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .commentlist li {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
    position: relative;
    border-bottom: 1px solid #444;
    border-bottom: 1px solid rgba(68, 68, 68, 0.1); }
    .commentlist li > div {
      overflow: hidden; }
    .commentlist li .comment-body {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      clear: both;
      position: relative;
      padding: 0.75em;
      padding-bottom: 0;
      margin-top: -0.375em;
      margin-bottom: 0.75em;
      color: #444;
      background-color: #eaeaea; }
      .commentlist li .comment-body h2 {
        font-size: 1.375em;
        line-height: 1.4181818182em;
        margin-top: 0.75em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.75em; }
      .commentlist li .comment-body h3 {
        font-size: 1.1875em;
        line-height: 1.5789473684em;
        margin-top: 0.75em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em; }
      .commentlist li .comment-body h4 {
        font-size: 1em;
        line-height: 1.5em;
        font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
        font-weight: 500;
        margin-top: 0.75em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.375em; }
      .commentlist li .comment-body p, .commentlist li .comment-body ul, .commentlist li .comment-body blockquote, .commentlist li .comment-body pre {
        font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
        font-weight: 300;
        margin-top: 0.375em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 1.125em; }
        .lt-ie9 .commentlist li .comment-body p, .lt-ie9 .commentlist li .comment-body ul, .lt-ie9 .commentlist li .comment-body blockquote, .lt-ie9 .commentlist li .comment-body pre {
          font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
          font-weight: 300; }
        .commentlist li .comment-body p:first-child, .commentlist li .comment-body ul:first-child, .commentlist li .comment-body blockquote:first-child, .commentlist li .comment-body pre:first-child {
          margin-top: 0; }
        .commentlist li .comment-body p a:link, .commentlist li .comment-body p a:visited, .commentlist li .comment-body p a:hover, .commentlist li .comment-body ul a:link, .commentlist li .comment-body ul a:visited, .commentlist li .comment-body ul a:hover, .commentlist li .comment-body blockquote a:link, .commentlist li .comment-body blockquote a:visited, .commentlist li .comment-body blockquote a:hover, .commentlist li .comment-body pre a:link, .commentlist li .comment-body pre a:visited, .commentlist li .comment-body pre a:hover {
          text-decoration: underline; }
        .commentlist li .comment-body p a:hover, .commentlist li .comment-body ul a:hover, .commentlist li .comment-body blockquote a:hover, .commentlist li .comment-body pre a:hover {
          color: #e30250; }
      .commentlist li .comment-body strong {
        font-family: "ratio-n4", "ratio", Verdana, Arial, sans-serif;
        font-weight: 400; }
      .commentlist li .comment-body blockquote {
        margin-left: 0;
        margin-right: 0;
        font-style: italic;
        margin-top: 0.75em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.75em;
        color: #777777; }
      .commentlist li .comment-body .inline-img {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        position: relative; }
        .commentlist li .comment-body .inline-img img,
        .commentlist li .comment-body .inline-img img.alignleft,
        .commentlist li .comment-body .inline-img img.alginright {
          display: block;
          margin: 0;
          padding: 0; }
        .commentlist li .comment-body .inline-img .image-credit {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -moz-border-radius-topright: 5px;
          -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
          padding: 4px;
          font-size: 10px;
          line-height: 10px;
          position: absolute;
          left: 0px;
          bottom: 0px;
          background-color: #000;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          color: rgba(255, 255, 255, 0.9);
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
      .commentlist li .comment-body .alignleft,
      .commentlist li .comment-body img.alignleft {
        margin-top: 0.375em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em;
        display: inline;
        float: left;
        margin-right: 0.5em; }
      .commentlist li .comment-body .alignright,
      .commentlist li .comment-body img.alignright {
        margin-top: 0.375em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em;
        display: inline;
        float: right;
        margin-left: 0.5em; }
      .commentlist li .comment-body .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .commentlist li .comment-body img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .commentlist li .comment-body img.alignleft, .commentlist li .comment-body img.alignright, .commentlist li .comment-body img.aligncenter {
        margin-bottom: 12px; }
      .commentlist li .comment-body ul li, .commentlist li .comment-body ol li {
        margin-top: 0.375em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.375em; }
      .commentlist li .comment-body .wp-caption {
        font-size: 0.875em;
        line-height: 1.7142857143em;
        background-color: #e3e3e3;
        color: #515151;
        position: relative;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        margin-top: 0.375em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 1.125em; }
        .commentlist li .comment-body .wp-caption img {
          margin: 5px 5px 0; }
        .commentlist li .comment-body .wp-caption p {
          margin-top: 0.375em;
          padding-top: 0em;
          padding-bottom: 0em;
          margin-bottom: 0.375em;
          padding-left: 0.5em;
          padding-right: 0.5em; }
      .commentlist li .comment-body .wp-smiley {
        margin: 0; }
      .commentlist li .comment-body .gallery {
        margin: 0 auto 18px; }
      .commentlist li .comment-body p {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.75em; }
      .commentlist li .comment-body a:link, .commentlist li .comment-body a:visited, .commentlist li .comment-body a:hover {
        color: #444; }
      .commentlist li .comment-body:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 6%;
        border-width: 0px 12px 12px;
        border-style: solid;
        border-color: #eaeaea transparent;
        display: block;
        width: 0; }
    .commentlist li .comment-author {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .commentlist li .comment-meta {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      clear: both;
      text-align: right;
      font-size: 0.875em;
      line-height: 1.7142857143em;
      color: #777; }
      .commentlist li .comment-meta p {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em; }
    .commentlist li .comment-like-count,
    .commentlist li .comment-date,
    .commentlist li .comment-edit-link {
      padding: 0 0.25em;
      border-right: 1px solid #dedede; }
      .commentlist li .comment-like-count:last-child,
      .commentlist li .comment-date:last-child,
      .commentlist li .comment-edit-link:last-child {
        border-right: 0px; }
    .commentlist li .av-wrapper {
      width: 14.6341463415%;
      float: left;
      margin-right: 2.4390243902%; }
    .commentlist li .comment-footer {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .commentlist li a.comment-reply-link {
      float: left;
      font-size: 0.875em;
      font-family: "klavika-web-n4", "klavika-web", sans-serif;
      font-weight: 400;
      -webkit-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      padding: 0.25em 0.5em;
      background-color: #fcfcfc;
      color: #dd4b39;
      text-decoration: none;
      border: 1px solid #e8e8e8;
      cursor: pointer;
      margin-right: 0.5em; }
      .commentlist li a.comment-reply-link:hover {
        background-color: #f2f2f2;
        color: #e15f4f; }
      .commentlist li a.comment-reply-link:focus, .commentlist li a.comment-reply-link:active {
        border: 1px solid #dbdbdb; }
      .commentlist li a.comment-reply-link:before {
        content: "\f112";
        margin-right: 0.5em; }
      .commentlist li a.comment-reply-link.cancel:before {
        content: "\f00d";
        margin-right: 0.5em; }
      .commentlist li a.comment-reply-link:last-child {
        margin-right: 0; }
    .commentlist li #cancel-comment-reply-link {
      float: right;
      font-size: 0.875em;
      font-family: "klavika-web-n4", "klavika-web", sans-serif;
      font-weight: 400;
      -webkit-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      padding: 0.25em 0.5em;
      background-color: #fcfcfc;
      color: #dd4b39;
      text-decoration: none;
      border: 1px solid #e8e8e8;
      cursor: pointer;
      margin-right: 0.5em; }
      .commentlist li #cancel-comment-reply-link:hover {
        background-color: #f2f2f2;
        color: #e15f4f; }
      .commentlist li #cancel-comment-reply-link:focus, .commentlist li #cancel-comment-reply-link:active {
        border: 1px solid #dbdbdb; }
      .commentlist li #cancel-comment-reply-link:before {
        content: "\f00d";
        margin-right: 0.5em; }
      .commentlist li #cancel-comment-reply-link:last-child {
        margin-right: 0; }
    .commentlist li a.expand-comment-replies {
      font-family: "klavika-web-n4", "klavika-web", sans-serif;
      font-weight: 400;
      -webkit-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      padding: 0.25em 0.5em;
      background-color: #fcfcfc;
      color: #dd4b39;
      text-decoration: none;
      border: 1px solid #e8e8e8;
      cursor: pointer;
      float: left;
      font-size: 0.875em;
      line-height: 1.5em;
      margin-right: 0.5em; }
      .commentlist li a.expand-comment-replies:hover {
        background-color: #f2f2f2;
        color: #e15f4f; }
      .commentlist li a.expand-comment-replies:focus, .commentlist li a.expand-comment-replies:active {
        border: 1px solid #dbdbdb; }
      .commentlist li a.expand-comment-replies.expand:before {
        content: "\f0d7";
        margin-right: 0.5em;
        line-height: 1.5em; }
      .commentlist li a.expand-comment-replies.collapse:before {
        content: "\f0d8";
        margin-right: 0.5em;
        line-height: 1.5em; }
      .commentlist li a.expand-comment-replies:last-child {
        margin-right: 0; }
    .commentlist li .children {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 10%;
      overflow: hidden; }
      .commentlist li .children.collapsed {
        margin-bottom: 0;
        margin-top: 0;
        max-height: 0;
        -webkit-transition: compact(compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false) false false);
        -moz-transition: compact(compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false) false false false);
        -o-transition: compact(compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false) false false false);
        transition: compact(max-height margin 0.5s cubic-bezier(0, 1, 0, 1), false, false, false, false, false, false, false, false, false); }
      .commentlist li .children.expanded {
        max-height: 9999px;
        -webkit-transition: compact(compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false) false false);
        -moz-transition: compact(compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false) false false false);
        -o-transition: compact(compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false) false false false);
        transition: compact(max-height margin 0.5s cubic-bezier(0.5, 0, 1, 1), false, false, false, false, false, false, false, false, false); }
      .commentlist li .children li,
      .commentlist li .children li:first-child {
        border-top: none;
        border-bottom: none; }
      .commentlist li .children li:last-child {
        margin-top: 0em;
        padding-top: 0.375em;
        padding-bottom: 0.375em;
        margin-bottom: 0em; }

/**
     * FORMS (wpcf7 and others)
     */
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-transition: compact(compact(border-color 0.25s, false, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
  transition: compact(border-color 0.25s, false, false, false, false, false, false, false, false, false);
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #dedede; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  textarea:focus,
  textarea:active {
    border: 1px solid #b7b7b7; }

input[type="submit"] {
  font-family: "klavika-web-n4", "klavika-web", sans-serif;
  font-weight: 400;
  -webkit-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false) false false false);
  transition: compact(background-color border-color 0.25s, false, false, false, false, false, false, false, false, false);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.25em 0.5em;
  background-color: #00ade9;
  color: #f7f7f7;
  text-decoration: none;
  border: 1px solid #008fc0;
  cursor: pointer; }
  input[type="submit"]:hover {
    background-color: #009ed5;
    color: white; }
  input[type="submit"]:focus, input[type="submit"]:active {
    border: 1px solid #007ca7; }

label {
  margin-top: 0.375em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.375em; }
  label > span {
    width: 100%;
    display: block; }
  label input[type="text"],
  label input[type="email"],
  label textarea {
    width: 100%; }

.required {
  color: #e30250; }

textarea {
  resize: none; }

.wpcf7 {
  background-color: #ededed;
  padding: 0.375em;
  overflow: hidden;
  *zoom: 1; }

.wpcf7-not-valid-tip-no-ajax,
.wpcf7-not-valid-tip {
  font-size: 0.875em;
  line-height: 1.7142857143em;
  color: #e30250; }

.wpcf7-response-output {
  padding: 0.375em; }

.wpcf7-validation-errors {
  overflow: hidden;
  *zoom: 1;
  background-color: rgba(227, 2, 80, 0.25); }

.wpcf7-mail-sent-ok {
  overflow: hidden;
  *zoom: 1;
  background-color: rgba(66, 196, 51, 0.25); }

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0; }

.page-gewinnspiel .wpcf7-radio .wpcf7-list-item {
  display: block; }

.page-gewinnspiel label[for="accept-terms"] input {
  margin-right: 10px; }

.page-gewinnspiel label[for="accept-terms"] > span {
  display: inline; }

/**
     * "Specials:" Regio-Post-List, etc
     */
.inline-event-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  border: 2px solid #e3e3e3;
  padding: 0.75em; }
  .inline-event-list h3 {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    text-align: center;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
  .inline-event-list article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
    .inline-event-list article time {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      width: 17.6470588235%;
      float: left;
      margin-right: 2.9411764706%;
      font-family: "klavika-web-n4", "klavika-web", sans-serif;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.5428571429em;
      color: #e30250;
      padding-top: 0.675em; }
    .inline-event-list article h1 {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      width: 79.4117647059%;
      float: left;
      margin-right: 2.9411764706%;
      font-family: "klavika-web-n4", "klavika-web", sans-serif;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.5428571429em; }

.sat1-slider {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }
  .sat1-slider article {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    .sat1-slider article time {
      display: none; }
  .sat1-slider .sat1-slider-img-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .sat1-slider .sat1-slider-circle-wrap {
    display: none; }
  .sat1-slider .sat1-slider-circle-right {
    display: none; }
    .sat1-slider .sat1-slider-circle-right #kmap {
      display: none; }

/**
     * HAENDLERPARTNER
     */
#sat1haendlerpartner_gefunden ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em; }

#sat1haendlerpartner_gefunden li {
  margin: 0;
  padding: 0;
  -webkit-transition: compact(compact(color, 0.5s, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(color, 0.5s, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(color, 0.5s, false, false, false, false, false, false, false, false) false false false);
  transition: compact(color, 0.5s, false, false, false, false, false, false, false, false); }
  #sat1haendlerpartner_gefunden li.aktiv {
    color: #e30250; }

#plzeingabe {
  margin-top: 0em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin-bottom: 0em; }

.wetter_bg_top {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.125em;
  background-color: #127dad; }

.weather_map {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em;
  position: relative; }

#weather_meta {
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.weather-disclaimer {
  text-align: right;
  color: #f7f7f7;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 3%; }
  .weather-disclaimer a:link, .weather-disclaimer a:visited {
    color: #f7f7f7; }
  .weather-disclaimer a:hover, .weather-disclaimer a:active {
    color: #f7f7f7; }

.wetter-cond {
  display: block; }

.moderator.main_post .entry-content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.moderator.main_post .entry-thumbnail {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.kmap-wrap {
  position: relative;
  width: 100%; }
  .kmap-wrap #zoomback {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 100; }
  .kmap-wrap #kmap {
    position: relative;
    z-index: 10; }
  .kmap-wrap .fa-search-minus {
    color: #fff; }

#gmap {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 1.5em; }
  #gmap .map-overlay {
    width: 150px;
    height: 140px;
    padding: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    background-color: rgba(247, 247, 247, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: compact(0px 0px 10px rgba(68, 68, 68, 0.7), false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0px 0px 10px rgba(68, 68, 68, 0.7), false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0px 0px 10px rgba(68, 68, 68, 0.7), false, false, false, false, false, false, false, false, false);
    font-size: 0.75em;
    line-height: 1.6em;
    border: 3px solid rgba(247, 247, 247, 0.95); }
    #gmap .map-overlay .title {
      display: block;
      height: 3em;
      overflow: hidden; }
      #gmap .map-overlay .title a:link, #gmap .map-overlay .title a:visited {
        color: #444; }
      #gmap .map-overlay .title a:hover, #gmap .map-overlay .title a:active {
        color: #e30250; }
    #gmap .map-overlay .arrow-below {
      left: 50%;
      margin-left: -16px;
      width: 0;
      height: 0;
      position: absolute;
      bottom: 15px;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 16px solid rgba(247, 247, 247, 0.95); }
    #gmap .map-overlay .close-button {
      position: absolute;
      display: block;
      line-height: 10px;
      padding: 3px;
      right: 0px;
      top: 0px;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      background-color: #f7f7f7;
      color: #444;
      font-weight: bold; }
      #gmap .map-overlay .close-button:hover {
        color: #e30250; }

#single_related_sendung_list h1 {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
  font-weight: 300; }
  .lt-ie9 #single_related_sendung_list h1 {
    font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
    font-weight: 300; }

.widget_sat1-weather-widget .now, .widget_sat1-weather-widget .forecast-day {
  width: 32.2580645161%;
  float: left;
  margin-right: 1.6129032258%; }

.widget_sat1-weather-widget .condition {
  display: block;
  width: 30px;
  float: left; }

.widget_sat1-weather-widget .temp-low {
  display: block;
  color: #127dad; }

.widget_sat1-weather-widget .temp-high {
  display: block;
  color: #dd4b39; }

/**
     * ARCHIVE
     */
.archive-list-years > li,
.archive-list-months > li,
.archive-list-days > li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  font-family: "ratio-n4", "ratio", Verdana, Arial, sans-serif;
  font-weight: 400; }
  .archive-list-years > li.active span,
  .archive-list-months > li.active span,
  .archive-list-days > li.active span {
    font-family: "ratio-n5", "ratio", Verdana, Arial, sans-serif;
    font-weight: 500;
    color: #e30250; }
  .archive-list-years > li.empty,
  .archive-list-months > li.empty,
  .archive-list-days > li.empty {
    font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
    font-weight: 300;
    color: #777777;
    cursor: default; }
    .lt-ie9 .archive-list-years > li.empty, .lt-ie9
    .archive-list-months > li.empty, .lt-ie9
    .archive-list-days > li.empty {
      font-family: "ratio-n3", "ratio", Verdana, Arial, sans-serif;
      font-weight: 300; }

.main_post ul.archive-list-years, .main_post ul.archive-list-months, .main_post ul.archive-list-days {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }
  .main_post ul.archive-list-years li, .main_post ul.archive-list-months li, .main_post ul.archive-list-days li {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }

.archive-list-years {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .archive-list-years .year {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  .archive-list-years > li {
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em;
    width: 14.6341463415%;
    float: left;
    margin-right: 2.4390243902%; }
    .archive-list-years > li.active {
      background-color: #e5e5e5; }
  .archive-list-years .archive-list-months {
    display: none; }

.archive-list-months {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #e5e5e5; }
  .archive-list-months > li {
    width: 14.6341463415%;
    float: left;
    margin-right: 2.4390243902%;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em; }
    .archive-list-months > li:nth-child(6n) {
      width: 14.6341463415%;
      float: right;
      margin-right: 0; }
    .archive-list-months > li.active {
      background-color: #d8d8d8; }
    .archive-list-months > li:hover {
      background-color: #dedede; }
    .archive-list-months > li.empty:hover {
      background-color: #e5e5e5; }
  .archive-list-months .archive-list-days {
    display: none; }

.archive-list-days {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #d8d8d8;
  text-align: center; }
  .archive-list-days > li {
    width: 12.5%;
    float: left;
    margin-right: 2.0833333333%; }
    .archive-list-days > li:nth-child(7n) {
      width: 12.5%;
      float: right;
      margin-right: 0; }
    .archive-list-days > li:hover {
      background-color: #c4c4c4; }
    .archive-list-days > li.empty:hover {
      background-color: #d8d8d8; }

#current-month-list {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }
  #current-month-list ul {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  #current-month-list li {
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em; }

#current-day-list {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  #current-day-list ul {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  #current-day-list li {
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em; }

#archive-postlist {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

/*
    Custom style for WP-PageNavi plugin

    Designed by Orman Clark: http://www.premiumpixels.com/freebies/light-and-dark-pagination-psd/
    Coded by WPCoder: http://wpcoder.com

    Plugin URL: http://wordpress.org/extend/plugins/wp-pagenavi/
    */
.pagenavi_wrap {
  clear: both;
  margin-top: 0.75em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.75em;
  text-align: center; }

.wp-pagenavi {
  clear: both;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 30px;
  font-size: 0.75em;
  /* This may need changed to suit your theme */
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-align: center;
  /* smooths the font in webkit, optional */ }
  .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span {
    /* Change this image URL to the relative location of the sprite sheet: */
    background: url(../img/numbers_spritesheet.png) no-repeat;
    display: inline-block;
    float: left;
    width: 28px;
    height: 27px;
    text-decoration: none;
    text-align: center;
    margin-right: 3px;
    color: #777; }
  .wp-pagenavi a:active {
    margin-top: 1px; }
  .wp-pagenavi .pages {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background: none;
    margin-right: 7px; }
  .wp-pagenavi .extend {
    background: none;
    width: auto;
    margin-right: 7px;
    line-height: 27px;
    padding: 0 5px;
    margin: 0 5px 0 1px; }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    text-indent: -9999px; }
  .wp-pagenavi a, .wp-pagenavi span {
    background-position: 0 0;
    color: #777;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    border: 0px none; }
  .wp-pagenavi a:hover {
    background-position: 0 -27px; }
  .wp-pagenavi span.current {
    text-shadow: 0 1px 0 #777;
    color: #fff;
    background-position: -140px 0; }
  .wp-pagenavi .nextpostslink {
    background-position: -113px 0 !important; }
    .wp-pagenavi .nextpostslink:hover {
      background-position: -113px -27px !important; }
  .wp-pagenavi .previouspostslink {
    background-position: -28px 0 !important; }
    .wp-pagenavi .previouspostslink:hover {
      background-position: -28px -27px !important; }
  .wp-pagenavi .first {
    background-position: -56px 0 !important; }
    .wp-pagenavi .first:hover {
      background-position: -56px -27px !important; }
  .wp-pagenavi .last {
    background-position: -84px 0 !important; }
    .wp-pagenavi .last:hover {
      background-position: -84px -27px !important; }

.sat1-promotour-widget article {
  margin-top: 0em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-bottom: 0em;
  border-bottom: 1px solid #dedede;
  background-color: #eaeaea;
  padding: 3%; }
  .sat1-promotour-widget article:first-of-type {
    border-top: 1px solid #dedede; }

@media (min-width: 569px) {
  /**
	 * Main Grid Elements
	 */
  #wrapper {
    overflow: hidden;
    padding-right: 2%;
    padding-left: 2%;
    margin-top: 0; }
  #header {
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0.75em;
    margin-bottom: 0em;
    clear: both;
    margin-top: 40px;
    max-width: 100%; }
    #header:after {
      content: " ";
      display: block;
      clear: both; }
  #main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    max-width: 100%;
    padding-top: 2%;
    padding-bottom: 2%; }
    #main:after {
      content: " ";
      display: block;
      clear: both; }
    .home #main {
      padding-top: 0; }
  #primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #secondary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em; }
    .single #container {
      width: 89.8550724638%;
      float: right;
      margin-right: 0;
      margin-left: 0%; }
    #container.container-full {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  .page-template-partialspage_full-width-php #content,
  .page-template-partialspage_iframe-php #content {
    padding: 0em;
    background-size: cover;
    -ms-behavior: url(polyfills/backgroundsize-min.htc);
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .single-sidebar {
    width: 8.6956521739%;
    float: left;
    margin-right: 1.4492753623%;
    margin-left: 0%;
    position: relative;
    display: block; }
    .single-sidebar .social-bar {
      position: absolute;
      overflow: hidden;
      text-align: left;
      visibility: hidden; }
      .single-sidebar .social-bar .share-provider {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        margin: 0; }
        .single-sidebar .social-bar .share-provider.whatsapp {
          display: none; }
      .single-sidebar .social-bar.fixed {
        top: 40px;
        display: block; }
  .no-csspositionsticky .single-sidebar .social-bar.fixed {
    position: fixed; }
  .csspositionsticky .single-sidebar .social-bar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 40px; }
  /**
	 * General Grid Helpers
	 */
  .oneCol {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .twoCol {
    width: 48.8188976378%;
    float: left;
    margin-right: 2.3622047244%; }
    .twoCol:nth-child(2n) {
      width: 48.8188976378%;
      float: right;
      margin-right: 0; }
  .threeCol {
    width: 31.4432989691%;
    float: left;
    margin-right: 2.8350515464%; }
    .threeCol:nth-child(3n) {
      width: 31.4432989691%;
      float: right;
      margin-right: 0; }
  .oneThirdCol {
    width: 32.2580645161%;
    float: left;
    margin-right: 1.6129032258%; }
    .oneThirdCol.lastCol {
      width: 32.2580645161%;
      float: left;
      margin-right: 1.6129032258%; }
  .twoThirdCol {
    width: 66.1290322581%;
    float: left;
    margin-right: 1.6129032258%; }
    .twoThirdCol.lastCol {
      width: 66.1290322581%;
      float: left;
      margin-right: 1.6129032258%; }
  /**
	 * Header Styles
	 */
  #headerlogo {
    display: none;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0;
    position: absolute;
    width: 28.9855072464%;
    left: 0;
    bottom: 0.525em;
    padding-bottom: 2px;
    text-align: left;
    padding-right: 0.75em; }
    #headerlogo img {
      max-width: 90%;
      width: auto;
      height: auto; }
  #site-description {
    display: none;
    font-size: 1em;
    line-height: 1.5em;
    position: absolute;
    width: 59.4202898551%;
    right: 0;
    left: auto;
    bottom: 0.75em;
    top: auto;
    padding-bottom: 2px;
    color: #444;
    height: auto;
    text-align: right; }
  #facebook-like-page {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 2% 0px 2%;
    background-color: #3b5998;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px; }
    #facebook-like-page h3 {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      font-size: 0.9375em;
      line-height: 1.6em;
      text-transform: uppercase;
      color: #f7f7f7;
      vertical-align: top;
      padding-right: 0.5em;
      text-shadow: 1px 1px 5px #1e2e4f; }
  /**
	 * FOOTER - Styles
	 */
  #footer {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -2.0833333333%;
    margin-left: -2.0833333333%;
    padding-right: 2.0833333333%;
    padding-left: 2.0833333333%; }
    #footer #colophon {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-right: -2.0833333333%;
      margin-left: -2.0833333333%;
      padding-right: 2.0833333333%;
      padding-left: 2.0833333333%; }
    #footer #site-info {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #footer #site-info:after {
        content: " ";
        display: block;
        clear: both; }
  /**
	 * Sidebars, Widgets
	 */
  #primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
    .page-template-gewinnspiel #primary aside, .page-template-gewinnspiel #primary aside:nth-child(2n),
    .page-template-partialspage_full-width-php #primary aside,
    .page-template-partialspage_full-width-php #primary aside:nth-child(2n),
    .page-template-partialspage_iframe-php #primary aside,
    .page-template-partialspage_iframe-php #primary aside:nth-child(2n) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0%;
      padding-right: 0%; }
      .page-template-gewinnspiel #primary aside.widget_sat1-banner-widget, .page-template-gewinnspiel #primary aside.widget_sat1-map-widget, .page-template-gewinnspiel #primary aside:nth-child(2n).widget_sat1-banner-widget, .page-template-gewinnspiel #primary aside:nth-child(2n).widget_sat1-map-widget,
      .page-template-partialspage_full-width-php #primary aside.widget_sat1-banner-widget,
      .page-template-partialspage_full-width-php #primary aside.widget_sat1-map-widget,
      .page-template-partialspage_full-width-php #primary aside:nth-child(2n).widget_sat1-banner-widget,
      .page-template-partialspage_full-width-php #primary aside:nth-child(2n).widget_sat1-map-widget,
      .page-template-partialspage_iframe-php #primary aside.widget_sat1-banner-widget,
      .page-template-partialspage_iframe-php #primary aside.widget_sat1-map-widget,
      .page-template-partialspage_iframe-php #primary aside:nth-child(2n).widget_sat1-banner-widget,
      .page-template-partialspage_iframe-php #primary aside:nth-child(2n).widget_sat1-map-widget {
        padding-left: 0%;
        padding-right: 0%; }
      .page-template-gewinnspiel #primary aside .sidebarpost, .page-template-gewinnspiel #primary aside:nth-child(2n) .sidebarpost,
      .page-template-partialspage_full-width-php #primary aside .sidebarpost,
      .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .sidebarpost,
      .page-template-partialspage_iframe-php #primary aside .sidebarpost,
      .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .sidebarpost {
        width: 32.2580645161%;
        float: left;
        margin-right: 1.6129032258%; }
        .page-template-gewinnspiel #primary aside .sidebarpost:nth-child(3n), .page-template-gewinnspiel #primary aside:nth-child(2n) .sidebarpost:nth-child(3n),
        .page-template-partialspage_full-width-php #primary aside .sidebarpost:nth-child(3n),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .sidebarpost:nth-child(3n),
        .page-template-partialspage_iframe-php #primary aside .sidebarpost:nth-child(3n),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .sidebarpost:nth-child(3n) {
          clear: none;
          width: 32.2580645161%;
          float: right;
          margin-right: 0; }
        .page-template-gewinnspiel #primary aside .sidebarpost:nth-child(2n+1), .page-template-gewinnspiel #primary aside:nth-child(2n) .sidebarpost:nth-child(2n+1),
        .page-template-partialspage_full-width-php #primary aside .sidebarpost:nth-child(2n+1),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .sidebarpost:nth-child(2n+1),
        .page-template-partialspage_iframe-php #primary aside .sidebarpost:nth-child(2n+1),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .sidebarpost:nth-child(2n+1) {
          clear: none; }
        .page-template-gewinnspiel #primary aside .sidebarpost .entry-title, .page-template-gewinnspiel #primary aside:nth-child(2n) .sidebarpost .entry-title,
        .page-template-partialspage_full-width-php #primary aside .sidebarpost .entry-title,
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .sidebarpost .entry-title,
        .page-template-partialspage_iframe-php #primary aside .sidebarpost .entry-title,
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .sidebarpost .entry-title {
          height: 3.4285714286em;
          max-height: 3.4285714286em; }
      .page-template-gewinnspiel #primary aside .related, .page-template-gewinnspiel #primary aside:nth-child(2n) .related,
      .page-template-partialspage_full-width-php #primary aside .related,
      .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .related,
      .page-template-partialspage_iframe-php #primary aside .related,
      .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .related {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .page-template-gewinnspiel #primary aside .related .sidebarpost, .page-template-gewinnspiel #primary aside:nth-child(2n) .related .sidebarpost,
        .page-template-partialspage_full-width-php #primary aside .related .sidebarpost,
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .related .sidebarpost,
        .page-template-partialspage_iframe-php #primary aside .related .sidebarpost,
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .related .sidebarpost {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          margin-top: 0em;
          padding-top: 0.375em;
          padding-bottom: 0.375em;
          margin-bottom: 0em; }
          .page-template-gewinnspiel #primary aside .related .sidebarpost .entry-title, .page-template-gewinnspiel #primary aside:nth-child(2n) .related .sidebarpost .entry-title,
          .page-template-partialspage_full-width-php #primary aside .related .sidebarpost .entry-title,
          .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .related .sidebarpost .entry-title,
          .page-template-partialspage_iframe-php #primary aside .related .sidebarpost .entry-title,
          .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .related .sidebarpost .entry-title {
            font-size: 0.875em;
            line-height: 1.7142857143em;
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
            height: auto;
            max-height: 3.4285714286em; }
      .page-template-gewinnspiel #primary aside .banner-item,
      .page-template-gewinnspiel #primary aside .commentpost, .page-template-gewinnspiel #primary aside:nth-child(2n) .banner-item,
      .page-template-gewinnspiel #primary aside:nth-child(2n) .commentpost,
      .page-template-partialspage_full-width-php #primary aside .banner-item,
      .page-template-partialspage_full-width-php #primary aside .commentpost,
      .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .banner-item,
      .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .commentpost,
      .page-template-partialspage_iframe-php #primary aside .banner-item,
      .page-template-partialspage_iframe-php #primary aside .commentpost,
      .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .banner-item,
      .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .commentpost {
        width: 32.2580645161%;
        float: left; }
        .page-template-gewinnspiel #primary aside .banner-item:nth-of-type(3n + 1),
        .page-template-gewinnspiel #primary aside .commentpost:nth-of-type(3n + 1), .page-template-gewinnspiel #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 1),
        .page-template-gewinnspiel #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 1),
        .page-template-partialspage_full-width-php #primary aside .banner-item:nth-of-type(3n + 1),
        .page-template-partialspage_full-width-php #primary aside .commentpost:nth-of-type(3n + 1),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 1),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 1),
        .page-template-partialspage_iframe-php #primary aside .banner-item:nth-of-type(3n + 1),
        .page-template-partialspage_iframe-php #primary aside .commentpost:nth-of-type(3n + 1),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 1),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .page-template-gewinnspiel #primary aside .banner-item:nth-of-type(3n + 2),
        .page-template-gewinnspiel #primary aside .commentpost:nth-of-type(3n + 2), .page-template-gewinnspiel #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 2),
        .page-template-gewinnspiel #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 2),
        .page-template-partialspage_full-width-php #primary aside .banner-item:nth-of-type(3n + 2),
        .page-template-partialspage_full-width-php #primary aside .commentpost:nth-of-type(3n + 2),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 2),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 2),
        .page-template-partialspage_iframe-php #primary aside .banner-item:nth-of-type(3n + 2),
        .page-template-partialspage_iframe-php #primary aside .commentpost:nth-of-type(3n + 2),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 2),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 2) {
          margin-left: 33.8709677419%;
          margin-right: -100%;
          clear: none; }
        .page-template-gewinnspiel #primary aside .banner-item:nth-of-type(3n + 3),
        .page-template-gewinnspiel #primary aside .commentpost:nth-of-type(3n + 3), .page-template-gewinnspiel #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 3),
        .page-template-gewinnspiel #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 3),
        .page-template-partialspage_full-width-php #primary aside .banner-item:nth-of-type(3n + 3),
        .page-template-partialspage_full-width-php #primary aside .commentpost:nth-of-type(3n + 3),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 3),
        .page-template-partialspage_full-width-php #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 3),
        .page-template-partialspage_iframe-php #primary aside .banner-item:nth-of-type(3n + 3),
        .page-template-partialspage_iframe-php #primary aside .commentpost:nth-of-type(3n + 3),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .banner-item:nth-of-type(3n + 3),
        .page-template-partialspage_iframe-php #primary aside:nth-child(2n) .commentpost:nth-of-type(3n + 3) {
          margin-left: 67.7419354839%;
          margin-right: -100%;
          clear: none; }
    #primary aside {
      width: 48.7804878049%;
      float: left;
      margin-right: 2.4390243902%;
      padding-left: 0%;
      padding-right: 0%;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.75em; }
      #primary aside:nth-child(2n) {
        width: 48.7804878049%;
        float: right;
        margin-right: 0; }
      #primary aside p {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
    #primary .sidebarpost {
      width: 48.7804878049%;
      float: left;
      margin-right: 2.4390243902%; }
      #primary .sidebarpost:nth-child(2n) {
        width: 48.7804878049%;
        float: right;
        margin-right: 0; }
      #primary .sidebarpost time,
      #primary .sidebarpost .entry-excerpt,
      #primary .sidebarpost .entry-title,
      #primary .sidebarpost .entry-thumbnail {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
  #primary aside .sidebarpost .entry-thumbnail,
  #secondary aside .sidebarpost .entry-thumbnail,
  #home-primary aside .sidebarpost .entry-thumbnail {
    overflow: hidden;
    position: relative; }
    #primary aside .sidebarpost .entry-thumbnail:before,
    #secondary aside .sidebarpost .entry-thumbnail:before,
    #home-primary aside .sidebarpost .entry-thumbnail:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  #primary aside .sidebarpost.no-thumb, #primary aside .sidebarpost.featured,
  #secondary aside .sidebarpost.no-thumb,
  #secondary aside .sidebarpost.featured,
  #home-primary aside .sidebarpost.no-thumb,
  #home-primary aside .sidebarpost.featured {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    #primary aside .sidebarpost.no-thumb:nth-child(2n), #primary aside .sidebarpost.featured:nth-child(2n),
    #secondary aside .sidebarpost.no-thumb:nth-child(2n),
    #secondary aside .sidebarpost.featured:nth-child(2n),
    #home-primary aside .sidebarpost.no-thumb:nth-child(2n),
    #home-primary aside .sidebarpost.featured:nth-child(2n) {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    #primary aside .sidebarpost.no-thumb:first-child, #primary aside .sidebarpost.featured:first-child,
    #secondary aside .sidebarpost.no-thumb:first-child,
    #secondary aside .sidebarpost.featured:first-child,
    #home-primary aside .sidebarpost.no-thumb:first-child,
    #home-primary aside .sidebarpost.featured:first-child {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0.375em;
      margin-bottom: 0em; }
  #primary aside .sidebarpost.featured,
  #secondary aside .sidebarpost.featured,
  #home-primary aside .sidebarpost.featured {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0.375em;
    margin-bottom: 0em; }
  #primary aside .sidebarpost:nth-child(2n+1),
  #secondary aside .sidebarpost:nth-child(2n+1),
  #home-primary aside .sidebarpost:nth-child(2n+1) {
    clear: both; }
  #primary aside .related,
  #secondary aside .related,
  #home-primary aside .related {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent; }
    #primary aside .related .sidebarpost,
    #secondary aside .related .sidebarpost,
    #home-primary aside .related .sidebarpost {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0.375em;
      padding-bottom: 0.375em;
      margin-bottom: 0em; }
      #primary aside .related .sidebarpost .entry-title,
      #secondary aside .related .sidebarpost .entry-title,
      #home-primary aside .related .sidebarpost .entry-title {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em;
        height: auto;
        max-height: rhyhtm(2); }
      #primary aside .related .sidebarpost:first-child,
      #secondary aside .related .sidebarpost:first-child,
      #home-primary aside .related .sidebarpost:first-child {
        margin-top: 0em;
        padding-top: 0.375em;
        padding-bottom: 0.375em;
        margin-bottom: 0em; }
  #primary aside .entry-thumbnail,
  #secondary aside .entry-thumbnail,
  #home-primary aside .entry-thumbnail {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.375em; }
  #home-primary aside {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%;
    padding-left: 0%;
    padding-right: 0%; }
    #home-primary aside:first-child {
      width: 59.4202898551%;
      float: left;
      margin-right: 1.4492753623%; }
    #home-primary aside:nth-child(2n) {
      width: 49.2753623188%;
      float: right;
      margin-right: 0; }
    #home-primary aside:nth-child(2) {
      width: 39.1304347826%;
      float: right;
      margin-right: 0; }
    #home-primary aside .sidebarpost {
      width: 49.2753623188%;
      float: left;
      margin-right: 1.4492753623%; }
      #home-primary aside .sidebarpost:nth-child(2n) {
        width: 49.2753623188%;
        float: right;
        margin-right: 0; }
      #home-primary aside .sidebarpost time,
      #home-primary aside .sidebarpost .entry-excerpt,
      #home-primary aside .sidebarpost .entry-title,
      #home-primary aside .sidebarpost .entry-thumbnail {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
    #home-primary aside .banner-item {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    #home-primary aside .commentpost {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  #secondary aside {
    width: 23.6363636364%;
    float: left;
    margin-right: 1.8181818182%; }
  #secondary .sidebarpost a.imagelink {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #secondary .sidebarpost h1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #footer-widget-area {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    #footer-widget-area:after {
      content: " ";
      display: block;
      clear: both; }
    #footer-widget-area .widget-area {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 1.5em;
      width: 49.2753623188%;
      float: left;
      margin-right: 1.4492753623%; }
      #footer-widget-area .widget-area:nth-child(2n) {
        width: 49.2753623188%;
        float: right;
        margin-right: 0; }
      #footer-widget-area .widget-area:nth-child(2n+1) {
        clear: both; }
      #footer-widget-area .widget-area ul {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em; }
        #footer-widget-area .widget-area ul li {
          margin-top: 0em;
          padding-top: 0.375em;
          padding-bottom: 0.375em;
          margin-bottom: 0em; }
  /**
	 * Home-Page
	 */
  /**
	 * "Archive-Views": Many posts on 1 page
	 */
  .sat1-post-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .featured {
    background-color: #1e1e1e;
    color: #fcfcfc;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .featured a:link, .featured a:visited {
      color: #fcfcfc; }
    .featured a:hover, .featured a:active {
      color: #e30250; }
    .featured .entry-title {
      font-size: 1.5em;
      line-height: 1.3em;
      padding-left: 10px;
      padding-right: 10px; }
    .featured .entry-subtitle {
      font-size: 0.875em;
      line-height: 1.7142857143em;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      background-color: #e30250;
      color: #f7f7f7;
      font-weight: 300;
      padding-left: 0.5em;
      padding-right: 0.5em;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 0.75em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em; }
    .featured .entry-content {
      padding-left: 10px;
      padding-right: 10px; }
    .featured .entry-meta {
      background-color: #1e1e1e;
      color: rgba(252, 252, 252, 0.8);
      padding-left: 10px;
      padding-right: 10px;
      text-align: right; }
      .featured .entry-meta a:link, .featured .entry-meta a:visited {
        color: rgba(252, 252, 252, 0.8); }
      .featured .entry-meta a:hover, .featured .entry-meta a:active {
        color: #e30250; }
      .featured .entry-meta .meta-item {
        margin-right: 1em;
        display: inline;
        width: auto;
        float: none; }
        .featured .entry-meta .meta-item:nth-child(2n) {
          width: auto;
          float: none;
          margin-right: 1em; }
  article.oneCol, article.twoCol, article.threeCol, article.sidebarpost {
    background-color: transparent;
    padding: 0;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0.75em; }
    article.oneCol .entry-thumbnail, article.twoCol .entry-thumbnail, article.threeCol .entry-thumbnail, article.sidebarpost .entry-thumbnail {
      padding: 0; }
      article.oneCol .entry-thumbnail .icons, article.twoCol .entry-thumbnail .icons, article.threeCol .entry-thumbnail .icons, article.sidebarpost .entry-thumbnail .icons {
        font-size: 0.875em;
        line-height: 1.7142857143em;
        line-height: 1.5em;
        background-color: #f7f7f7;
        background-color: rgba(247, 247, 247, 0.8);
        color: #444;
        text-shadow: none;
        padding-left: 2px; }
      article.oneCol .entry-thumbnail:hover .icons, article.twoCol .entry-thumbnail:hover .icons, article.threeCol .entry-thumbnail:hover .icons, article.sidebarpost .entry-thumbnail:hover .icons {
        color: #e30250;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    article.oneCol .entry-content, article.oneCol .entry-excerpt, article.oneCol .entry-title, article.twoCol .entry-content, article.twoCol .entry-excerpt, article.twoCol .entry-title, article.threeCol .entry-content, article.threeCol .entry-excerpt, article.threeCol .entry-title, article.sidebarpost .entry-content, article.sidebarpost .entry-excerpt, article.sidebarpost .entry-title {
      font-size: 0.9375em;
      line-height: 1.6em; }
  article.oneCol .entry-thumbnail {
    width: 28.9855072464%;
    float: left;
    margin-right: 1.4492753623%; }
  article.oneCol time {
    width: 69.5652173913%;
    float: right;
    margin-right: 0; }
  article.oneCol .entry-title {
    width: 69.5652173913%;
    float: right;
    margin-right: 0;
    max-height: 1.5em; }
  article.oneCol .entry-content, article.oneCol .entry-excerpt {
    max-height: none; }
  article.twoCol {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em; }
    article.twoCol:nth-child(2n) {
      width: 49.2753623188%;
      float: right;
      margin-right: 0; }
    article.twoCol .entry-thumbnail {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.75em; }
    article.twoCol time {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.twoCol .entry-content, article.twoCol .entry-excerpt {
      max-height: 7.5em;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.twoCol .entry-title {
      font-size: 1em;
      line-height: 1.35em;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.375em;
      max-height: 3em; }
    article.twoCol .entry-content p {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 1.5em; }
  article.threeCol {
    width: 31.4432989691%;
    float: left;
    margin-right: 2.8350515464%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em; }
    article.threeCol:nth-child(3n) {
      width: 31.4432989691%;
      float: right;
      margin-right: 0; }
    article.threeCol:nth-child(3n+1) {
      clear: both; }
    article.threeCol .entry-thumbnail {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.75em; }
    article.threeCol time {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.threeCol .entry-content,
    article.threeCol .entry-excerpt {
      max-height: 7.5em;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.threeCol .entry-title {
      font-size: 1em;
      line-height: 1.35em;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      height: 3em;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em; }
    .mod-list article.threeCol .entry-excerpt {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  article.sidebarpost {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  /**
	 * Single Page / Article
	 */
  .main_post .entry-summary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .main_post .entry-summary p {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.75em; }
  .main_post .entry-meta {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.875em;
    line-height: 1.3714285714em;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0em;
    margin-bottom: 0.375em;
    padding-left: 0.375em;
    padding-right: 0.375em;
    text-align: left; }
    .main_post .entry-meta > span {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      width: 31.5789473684%;
      float: left;
      margin-right: 2.6315789474%; }
      .main_post .entry-meta > span:nth-child(2n) {
        width: 31.5789473684%;
        float: left;
        margin-right: 2.6315789474%; }
      .main_post .entry-meta > span:nth-child(3n) {
        width: 31.5789473684%;
        float: right;
        margin-right: 0; }
      .main_post .entry-meta > span:nth-child(1n+4) {
        margin-top: 0em;
        padding-top: 0.375em;
        padding-bottom: 0em;
        margin-bottom: 0em; }
    .main_post .entry-meta span.comment-cta {
      display: none; }
    .main_post .entry-meta i {
      margin-right: 0.5em; }
      .main_post .entry-meta i:last-child {
        display: none; }
    .main_post .entry-meta a:hover {
      color: #e30250; }
  .main_post .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    /** Overrides for typo-base.scss **/ }
    .main_post .entry-content blockquote {
      margin-left: 1em;
      margin-right: 1em; }
  .main_post .entry-title {
    font-size: 1.625em;
    line-height: 1.2em; }
  .main_post footer p {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .main_post footer .mobile-share-links {
    display: none; }
  /**
	 * SECTIONS
	 */
  .section-heading {
    text-align: left; }
  .breadcrumb-wrapper {
    position: relative;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -2.0833333333%;
    margin-left: -2.0833333333%;
    padding-right: 2.0833333333%;
    padding-left: 2.0833333333%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    display: block;
    overflow: hidden;
    max-height: 1.5em;
    color: #777777;
    background-color: #eaeaea; }
    .home .breadcrumb-wrapper {
      display: none; }
    .breadcrumb-wrapper p.breadcrumbs {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      white-space: nowrap;
      font-size: 14px;
      line-height: 24px; }
      .breadcrumb-wrapper p.breadcrumbs span[typeof~="v:Breadcrumb"] {
        display: inline-block;
        line-height: 1.5em; }
        .breadcrumb-wrapper p.breadcrumbs span[typeof~="v:Breadcrumb"] a:link, .breadcrumb-wrapper p.breadcrumbs span[typeof~="v:Breadcrumb"] a:visited {
          color: #f7f7f7; }
        .breadcrumb-wrapper p.breadcrumbs span[typeof~="v:Breadcrumb"] a:hover, .breadcrumb-wrapper p.breadcrumbs span[typeof~="v:Breadcrumb"] a:active {
          color: #f7f7f7; }
      .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"],
      .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last {
        display: block;
        float: left;
        position: relative;
        line-height: 24px;
        padding-left: 24px;
        text-shadow: 1px 1px 2px #1b83a7;
        padding-right: 2px;
        color: #f7f7f7; }
        .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:link, .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:hover, .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:visited,
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:link,
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:hover,
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:visited {
          color: #f7f7f7; }
        .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:after,
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 15px solid #dedede;
          position: absolute;
          top: 50%;
          margin-top: -30px;
          margin-left: -1px;
          left: 100%;
          z-index: 2; }
        .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:before,
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:before {
          line-height: 1.7142857143em;
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border-top: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 15px solid white;
          position: absolute;
          top: 50%;
          margin-top: -30px;
          margin-left: 2px;
          left: 100%;
          z-index: 1; }
        .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:hover,
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:hover {
          background-color: #e4306f;
          color: #f7f7f7;
          text-shadow: 1px 1px 1px #650123; }
          .breadcrumb-wrapper p.breadcrumbs .bc-span > a[rel~="v:url"]:hover:after,
          .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:hover:after {
            border-left-color: #e4306f; }
      .breadcrumb-wrapper p.breadcrumbs .bc-level-0 {
        width: 100%;
        display: block; }
      .breadcrumb-wrapper p.breadcrumbs .bc-level-0 > a[rel~="v:url"] {
        margin-left: -2%;
        padding-left: 2%;
        background-color: #38b5e0; }
        .breadcrumb-wrapper p.breadcrumbs .bc-level-0 > a[rel~="v:url"]:after {
          border-left-color: #38b5e0; }
      .breadcrumb-wrapper p.breadcrumbs .bc-level-1 > a[rel~="v:url"] {
        background-color: #4ebbe1; }
        .breadcrumb-wrapper p.breadcrumbs .bc-level-1 > a[rel~="v:url"]:after {
          border-left-color: #4ebbe1; }
      .breadcrumb-wrapper p.breadcrumbs .bc-level-2 > a[rel~="v:url"] {
        background-color: #65c2e3; }
        .breadcrumb-wrapper p.breadcrumbs .bc-level-2 > a[rel~="v:url"]:after {
          border-left-color: #65c2e3; }
      .breadcrumb-wrapper p.breadcrumbs .bc-level-3 > a[rel~="v:url"] {
        background-color: #7bc9e4; }
        .breadcrumb-wrapper p.breadcrumbs .bc-level-3 > a[rel~="v:url"]:after {
          border-left-color: #7bc9e4; }
      .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last {
        background-color: #b3dae7;
        color: #1b83a7;
        text-shadow: none; }
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:after {
          border-left-color: #b3dae7; }
        .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:hover {
          background-color: #91cfe5;
          text-shadow: none;
          color: #1b83a7; }
          .breadcrumb-wrapper p.breadcrumbs .breadcrumb_last:hover:after {
            border-left-color: #91cfe5; }
      .home .breadcrumb-wrapper p.breadcrumbs > span {
        visibility: hidden; }
  /**
	 * Video Player, "Big Image"
	 */
  #main-player .gallery-control {
    display: block; }
    #main-player .gallery-control a.prev, #main-player .gallery-control a.next {
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 100;
      display: block;
      font-size: 30px;
      line-height: 40px;
      height: 40px;
      min-width: 40px;
      text-align: center;
      margin-top: -20px;
      background-color: #dedede;
      background-color: rgba(222, 222, 222, 0.8);
      color: rgba(68, 68, 68, 0.8);
      -webkit-transition: compact(compact(color 300ms, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(color 300ms, false, false, false, false, false, false, false, false, false);
      -webkit-transition: compact(compact(background-color 300ms, false, false, false, false, false, false, false, false, false) false false);
      -moz-transition: compact(compact(background-color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      -o-transition: compact(compact(background-color 300ms, false, false, false, false, false, false, false, false, false) false false false);
      transition: compact(background-color 300ms, false, false, false, false, false, false, false, false, false); }
      #main-player .gallery-control a.prev.active, #main-player .gallery-control a.prev:hover, #main-player .gallery-control a.next.active, #main-player .gallery-control a.next:hover {
        color: #444; }
      #main-player .gallery-control a.prev.next, #main-player .gallery-control a.next.next {
        right: 0;
        left: auto; }
  #main-player .img-text .image-description {
    width: 72.3684210526%;
    float: left;
    margin-right: 1.3157894737%; }
  #main-player .img-text .credit-wrapper {
    width: 26.3157894737%;
    float: right;
    margin-right: 0; }
  /**
	 * Kommentare
	 */
  .comments {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .comment-form-field {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%; }
    .comment-form-field:nth-child(2n) {
      float: right;
      margin-right: 0; }
    .comment-form-field small {
      display: inline; }
    .comment-form-field input {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  .comment-form-comment {
    margin-top: 0.75em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
  #commentform, #comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #respond {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .commentlist li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .commentlist li .comment-author {
      width: 59.4202898551%;
      float: left;
      margin-right: 1.4492753623%; }
    .commentlist li .comment-meta {
      clear: none;
      width: 39.1304347826%;
      float: right;
      margin-right: 0; }
    .commentlist li .av-wrapper {
      width: 18.8405797101%;
      float: left;
      margin-right: 1.4492753623%; }
    .commentlist li .comment-body {
      width: 89.8550724638%;
      float: right;
      margin-right: 0;
      margin-left: 10.1449275362%; }
  /**
	 * FORMS (wpcf7 and others)
	 */
  /**
	 * "Specials:" Regio-Post-List, etc
	 */
  .sat1-slider {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: compact(0 5px 9px -2px rgba(0, 0, 0, 0.3), false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(0 5px 9px -2px rgba(0, 0, 0, 0.3), false, false, false, false, false, false, false, false, false);
    box-shadow: compact(0 5px 9px -2px rgba(0, 0, 0, 0.3), false, false, false, false, false, false, false, false, false);
    -webkit-transform: translateZ(0);
    display: inline;
    height: 280px;
    margin-bottom: 1.5em;
    position: relative;
    background-color: #e6e6e6; }
    .sat1-slider h3.std-widget-title {
      display: none; }
    .sat1-slider article, .sat1-slider article.oneCol {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      height: 280px;
      width: 100%; }
      .sat1-slider article .entry-title,
      .sat1-slider article .entry-excerpt,
      .sat1-slider article time, .sat1-slider article.oneCol .entry-title,
      .sat1-slider article.oneCol .entry-excerpt,
      .sat1-slider article.oneCol time {
        display: none; }
      .sat1-slider article .entry-thumbnail, .sat1-slider article.oneCol .entry-thumbnail {
        height: 280px;
        width: 100%;
        position: static; }
      .sat1-slider article .icons, .sat1-slider article.oneCol .icons {
        left: 50%;
        top: 50%;
        font-size: 2em;
        border-radius: 5px;
        margin-left: -1em;
        margin-top: -1em;
        -webkit-box-shadow: compact(0px 0px 10px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
        -moz-box-shadow: compact(0px 0px 10px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
        box-shadow: compact(0px 0px 10px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false); }
    .sat1-slider .ball {
      position: absolute;
      top: 50%;
      left: 45px;
      width: 63px;
      height: 63px;
      margin-top: -31px;
      -webkit-transform: translateZ(0);
      background-image: url(../../build/img/slider/ball-blue.png);
      background-repeat: no-repeat;
      background-position: center;
      z-index: 20; }
    .sat1-slider .sat1-slider-img-wrap {
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      width: 69.5652173913%;
      height: 280px;
      z-index: 1; }
      .sat1-slider .sat1-slider-img-wrap article {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: compact(compact(opacity 0.5s, false, false, false, false, false, false, false, false, false) false false);
        -moz-transition: compact(compact(opacity 0.5s, false, false, false, false, false, false, false, false, false) false false false);
        -o-transition: compact(compact(opacity 0.5s, false, false, false, false, false, false, false, false, false) false false false);
        transition: compact(opacity 0.5s, false, false, false, false, false, false, false, false, false);
        opacity: 1;
        z-index: 10; }
        .sat1-slider .sat1-slider-img-wrap article.hidden {
          z-index: 1;
          opacity: 0; }
        .sat1-slider .sat1-slider-img-wrap article img {
          max-width: none; }
    .sat1-slider .sat1-slider-circle-wrap {
      display: inline;
      width: 50.7246376812%;
      height: 280px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 10; }
    .sat1-slider .sat1-slider-circle-left {
      height: 280px;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(../../build/img/slider/left-circle-blue.png);
      background-position: left center;
      background-repeat: no-repeat;
      -webkit-transform: translateZ(0); }
      .sat1-slider .sat1-slider-circle-left .slide-text-wrap {
        height: 24px;
        float: left;
        clear: left;
        -webkit-transform: translateZ(0); }
      .sat1-slider .sat1-slider-circle-left .inner {
        max-height: 280px;
        overflow: hidden;
        width: 100%;
        position: relative;
        z-index: 100;
        -webkit-transform: translateZ(0); }
        .sat1-slider .sat1-slider-circle-left .inner h3 {
          float: right;
          font-family: "klavika-web-n6", "klavika-web", sans-serif;
          font-weight: 600;
          font-weight: 600;
          font-size: 1em;
          line-height: 1.5em;
          max-height: 4.5em;
          margin-top: 0.75em;
          padding-top: 0em;
          padding-bottom: 0.375em;
          margin-bottom: 0em;
          color: #f7f7f7;
          text-shadow: 0 0 8px rgba(0, 59, 80, 0.3);
          -webkit-box-shadow: compact(0 5px 6px -5px rgba(255, 255, 255, 0.3), false, false, false, false, false, false, false, false, false);
          -moz-box-shadow: compact(0 5px 6px -5px rgba(255, 255, 255, 0.3), false, false, false, false, false, false, false, false, false);
          box-shadow: compact(0 5px 6px -5px rgba(255, 255, 255, 0.3), false, false, false, false, false, false, false, false, false);
          -webkit-transform: translateZ(0);
          margin-left: 0;
          padding-left: 0.25em;
          padding-right: 0.5em; }
          .sat1-slider .sat1-slider-circle-left .inner h3 a {
            font-weight: 600;
            color: #dedede; }
          .sat1-slider .sat1-slider-circle-left .inner h3.active {
            color: #fcfcfc;
            text-shadow: 0 0 8px rgba(0, 59, 80, 0.8);
            -webkit-box-shadow: compact(0 5px 6px -5px rgba(255, 255, 255, 0.3), false, false, false, false, false, false, false, false, false);
            -moz-box-shadow: compact(0 5px 6px -5px rgba(255, 255, 255, 0.3), false, false, false, false, false, false, false, false, false);
            box-shadow: compact(0 5px 6px -5px rgba(255, 255, 255, 0.3), false, false, false, false, false, false, false, false, false); }
            .sat1-slider .sat1-slider-circle-left .inner h3.active a {
              color: #fcfcfc; }
  /**
	 * HAENDLERPARTNER
	 */
  .weather_map {
    width: 59.4202898551%;
    float: left;
    margin-right: 1.4492753623%; }
  #weather_meta {
    padding-left: 0;
    padding-right: 0;
    width: 39.1304347826%;
    float: right;
    margin-right: 0;
    margin-left: 0%; }
  .weather-disclaimer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .moderator.main_post .entry-content {
    float: none;
    width: auto;
    margin-right: 0; }
  .moderator.main_post .entry-thumbnail {
    width: 39.1304347826%;
    float: right;
    margin-right: 0;
    margin-left: 1.5em; }
  .mod-list article.threeCol .entry-title {
    height: auto; }
  .archive-list-years > li {
    width: 7.2289156627%;
    float: left;
    margin-right: 1.2048192771%; }
    .archive-list-years > li:nth-child(12n) {
      width: 7.2289156627%;
      float: right;
      margin-right: 0; }
  .archive-list-months > li {
    width: 7.2289156627%;
    float: left;
    margin-right: 1.2048192771%;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em; }
    .archive-list-months > li:nth-child(6n) {
      width: 7.2289156627%;
      float: left;
      margin-right: 1.2048192771%; }
    .archive-list-months > li:nth-child(12n) {
      width: 7.2289156627%;
      float: right;
      margin-right: 0; }
  .archive-list-days {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .archive-list-days > li {
      width: 7.2289156627%;
      float: left;
      margin-right: 1.2048192771%; }
      .archive-list-days > li:nth-child(7n) {
        width: 7.2289156627%;
        float: left;
        margin-right: 1.2048192771%; }
      .archive-list-days > li:nth-child(12n) {
        width: 7.2289156627%;
        float: right;
        margin-right: 0; }
  #current-day-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .sat1-promotour-widget article {
    padding: 2%; } }

@media (min-width: 769px) {
  /**
	 * Main Grid Elements
	 */
  #wrapper {
    padding-right: 1.5%;
    padding-left: 1.5%; }
  #header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 0em;
    min-height: 110px;
    max-width: 100%; }
    #header:after {
      content: " ";
      display: block;
      clear: both; }
  #main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    max-width: 100%; }
    #main:after {
      content: " ";
      display: block;
      clear: both; }
    .home #main {
      padding-top: 1.5%; }
  #primary aside .sidebarpost,
  #home-primary aside .sidebarpost,
  #secondary aside .sidebarpost {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.75em; }
    #primary aside .sidebarpost .entry-title,
    #home-primary aside .sidebarpost .entry-title,
    #secondary aside .sidebarpost .entry-title {
      font-size: 0.875em;
      line-height: 1.3714285714em;
      max-height: 5.1428571429em; }
  #primary aside .featured,
  #home-primary aside .featured,
  #secondary aside .featured {
    border: none; }
  #primary aside .related .sidebarpost,
  #home-primary aside .related .sidebarpost,
  #secondary aside .related .sidebarpost {
    border: none; }
  #primary {
    width: 27.8350515464%;
    float: right;
    margin-right: 0; }
    .single #primary {
      width: 27.8350515464%;
      float: right;
      margin-right: 0; }
    .home #primary {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .page-template-partialspage_full-width-php #primary,
    .page-template-partialspage_iframe-php #primary {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    #primary aside {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 7.2164948454%;
      padding-right: 0%; }
      #primary aside:nth-child(2n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #primary aside:nth-child(3n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #primary aside.widget_sat1-banner-widget, #primary aside.widget_sat1-map-widget {
        padding-left: 7.2164948454%;
        padding-right: 21.6494845361%; }
      #primary aside p {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #primary aside .related {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        #primary aside .related .sidebarpost {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
          #primary aside .related .sidebarpost .entry-title {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; }
    #primary .sidebarpost {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      #primary .sidebarpost:nth-child(2n) {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #primary .sidebarpost time,
      #primary .sidebarpost .entry-excerpt,
      #primary .sidebarpost .entry-title {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #primary .sidebarpost .entry-thumbnail {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #primary .sidebarpost .entry-title {
        height: auto; }
      #primary .sidebarpost.featured {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
  #home-primary aside {
    clear: none;
    width: 32.5301204819%;
    float: left;
    margin-right: 1.2048192771%; }
    #home-primary aside:nth-child(2n) {
      width: 32.5301204819%;
      float: left;
      margin-right: 1.2048192771%; }
    #home-primary aside:first-child {
      width: 66.265060241%;
      float: left;
      margin-right: 1.2048192771%; }
      #home-primary aside:first-child .sidebarpost {
        clear: none;
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em;
        width: 31.7073170732%;
        float: left;
        margin-right: 2.4390243902%;
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.75em;
        position: relative; }
        #home-primary aside:first-child .sidebarpost:nth-child(2n) {
          clear: none;
          width: 31.7073170732%;
          float: left;
          margin-right: 2.4390243902%; }
        #home-primary aside:first-child .sidebarpost:nth-child(3n) {
          clear: none;
          width: 31.7073170732%;
          float: right;
          margin-right: 0; }
        #home-primary aside:first-child .sidebarpost:nth-child(3n+1) {
          clear: both; }
        #home-primary aside:first-child .sidebarpost .entry-thumbnail {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
        #home-primary aside:first-child .sidebarpost .entry-excerpt,
        #home-primary aside:first-child .sidebarpost .entry-title,
        #home-primary aside:first-child .sidebarpost time {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
        #home-primary aside:first-child .sidebarpost time {
          margin-top: 0em;
          padding-top: 0em;
          padding-bottom: 0em;
          margin-bottom: 0em;
          padding-right: 0.25em;
          padding-left: 0.25em;
          width: auto;
          position: relative;
          z-index: 10;
          background: #f7f7f7;
          background: rgba(247, 247, 247, 0.95);
          margin-top: -1.6673076923em; }
        #home-primary aside:first-child .sidebarpost .entry-title {
          width: 100%; }
    #home-primary aside:nth-child(2) {
      width: 32.5301204819%;
      float: right;
      margin-right: 0; }
    #home-primary aside:nth-child(3n+2) {
      width: 32.5301204819%;
      float: right;
      margin-right: 0; }
    #home-primary aside:nth-child(3), #home-primary aside:nth-child(3n+3) {
      clear: both; }
    #home-primary aside .sidebarpost {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      #home-primary aside .sidebarpost:nth-child(2n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      #home-primary aside .sidebarpost .entry-thumbnail {
        width: 31.7073170732%;
        float: left;
        margin-right: 2.4390243902%; }
      #home-primary aside .sidebarpost .entry-excerpt,
      #home-primary aside .sidebarpost .entry-title,
      #home-primary aside .sidebarpost time {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em;
        width: 65.8536585366%;
        float: right;
        margin-right: 0; }
      #home-primary aside .sidebarpost.no-thumb .entry-excerpt,
      #home-primary aside .sidebarpost.no-thumb .entry-title,
      #home-primary aside .sidebarpost.no-thumb time {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        height: auto; }
      #home-primary aside .sidebarpost.no-thumb .entry-title {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0em; }
    #home-primary aside time {
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em; }
    #home-primary aside .banner-item,
    #home-primary aside .commentpost {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  #secondary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #container {
    width: 71.1340206186%;
    float: left;
    margin-right: 1.0309278351%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em; }
    .single #container {
      width: 63.9175257732%;
      float: left;
      margin-right: 1.0309278351%;
      margin-left: 0%; }
  .single-sidebar {
    width: 6.1855670103%;
    float: left;
    margin-right: 1.0309278351%;
    margin-left: 0%; }
    .single-sidebar .social-bar.fixed {
      top: 0; }
  .csspositionsticky .single-sidebar .social-bar {
    top: 0px; }
  /**
	 * General Grid Helpers
	 */
  .oneCol {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .twoCol {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%; }
    .twoCol:nth-child(2n) {
      width: 49.2753623188%;
      float: right;
      margin-right: 0; }
  .threeCol {
    width: 32.2580645161%;
    float: left;
    margin-right: 1.6129032258%; }
    .threeCol:nth-child(3n) {
      width: 32.2580645161%;
      float: right;
      margin-right: 0; }
  /**
	 * Header Styles
	 */
  #headerlogo {
    display: block;
    padding-right: 0;
    width: 13.4020618557%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    padding-bottom: 3px; }
    #headerlogo a {
      display: block; }
    #headerlogo img {
      max-width: 100%; }
  #header-widget-area {
    font-size: 1em;
    line-height: 1.5em;
    -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    position: absolute;
    width: 85.5670103093%;
    left: 14.4329896907%;
    bottom: 0.75em;
    top: auto;
    padding-bottom: 0px;
    padding-left: 1.0309278351%;
    background-color: transparent; }
    #header-widget-area a:link, #header-widget-area a:visited {
      color: #777777; }
    #header-widget-area a:hover, #header-widget-area a:active {
      color: #e30250; }
  #site-description {
    display: none;
    left: auto;
    right: 1.5%;
    height: auto;
    color: #444;
    margin: 0;
    text-align: right;
    width: columns(4);
    font-size: 0.875em;
    line-height: 1.7142857143em; }
  #main-navigation-container {
    -webkit-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    -moz-box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    box-shadow: compact(none, false, false, false, false, false, false, false, false, false);
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
    height: auto;
    -webkit-transform: translateZ(0); }
    #main-navigation-container ul {
      font-family: "klavika-web-n6", "klavika-web", sans-serif;
      font-weight: 600;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      background-color: transparent; }
      #main-navigation-container ul a:link, #main-navigation-container ul a:visited {
        color: #919191; }
      #main-navigation-container ul a:hover, #main-navigation-container ul a:active {
        color: #e30250; }
      #main-navigation-container ul li {
        text-align: left;
        float: left;
        display: inline;
        width: auto;
        margin: 0px;
        padding: 0px;
        text-transform: uppercase;
        border: none; }
        #main-navigation-container ul li.mobile-only {
          display: none; }
        #main-navigation-container ul li:first-child {
          border: none; }
        #main-navigation-container ul li a {
          display: inline;
          margin-top: 0em;
          padding-top: 0em;
          padding-bottom: 0em;
          margin-bottom: 0em;
          padding-right: 0.5em;
          margin-right: 0.5em;
          border-right: 2px solid #dedede; }
    .js #main-navigation-container.closed,
    .js #main-navigation-container.opened {
      max-height: none; }
  .csspositionsticky .top-bar,
  .no-csspositionsticky .top-bar {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    height: auto;
    border: none; }
    .csspositionsticky .top-bar .top-bar-icon,
    .no-csspositionsticky .top-bar .top-bar-icon {
      display: none;
      border: none;
      height: 30px; }
    .csspositionsticky .top-bar i,
    .no-csspositionsticky .top-bar i {
      font-size: 1.125em;
      line-height: 30px;
      height: 30px; }
    .csspositionsticky .top-bar .top-bar-icon-text,
    .no-csspositionsticky .top-bar .top-bar-icon-text {
      display: none; }
    .csspositionsticky .top-bar .logo,
    .no-csspositionsticky .top-bar .logo {
      display: none; }
    .csspositionsticky .top-bar .searchform,
    .no-csspositionsticky .top-bar .searchform {
      position: absolute;
      right: -1.5463917526%;
      top: 0;
      width: 27.8350515464%; }
      .csspositionsticky .top-bar .searchform label,
      .no-csspositionsticky .top-bar .searchform label {
        max-width: 9999px; }
      .csspositionsticky .top-bar .searchform input, .csspositionsticky .top-bar .searchform button,
      .no-csspositionsticky .top-bar .searchform input,
      .no-csspositionsticky .top-bar .searchform button {
        position: absolute;
        right: 0;
        top: 0;
        color: #444;
        background-color: #eaeaea;
        border-color: #dedede;
        border-bottom: 1px solid #dedede;
        margin-top: 0; }
      .csspositionsticky .top-bar .searchform input,
      .no-csspositionsticky .top-bar .searchform input {
        right: 35px;
        background-color: #fcfcfc;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0.5em;
        border-top: 0px none; }
      .csspositionsticky .top-bar .searchform button,
      .no-csspositionsticky .top-bar .searchform button {
        width: 35px; }
      .csspositionsticky .top-bar .searchform .top-bar-icon,
      .no-csspositionsticky .top-bar .searchform .top-bar-icon {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
  #facebook-like-page {
    padding: 7px 2% 3px 2%; }
    #facebook-like-page h3 {
      font-size: 1em;
      line-height: 1.5em; }
  /**
	 * FOOTER - Styles
	 */
  #footer {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1.5463917526%;
    margin-left: -1.5463917526%;
    padding-right: 1.5463917526%;
    padding-left: 1.5463917526%; }
    #footer #colophon {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-right: -1.5463917526%;
      margin-left: -1.5463917526%;
      padding-right: 1.5463917526%;
      padding-left: 1.5463917526%; }
    #footer #site-info {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #footer #site-info:after {
        content: " ";
        display: block;
        clear: both; }
      #footer #site-info p {
        margin-top: 0em;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        margin-bottom: 0em; }
  /**
	 * Sidebars, Widgets
	 */
  #primary {
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
    #primary aside {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0%;
      padding-right: 0%;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.75em; }
      #primary aside.widget_sat1-banner-widget, #primary aside.widget_sat1-map-widget {
        padding-left: 0%;
        padding-right: 0%; }
      #primary aside:first-child {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0.375em;
        margin-bottom: 0.375em; }
    #primary .banner-item {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .page-template-gewinnspiel #primary aside,
    .page-template-partialspage_full-width-php #primary aside,
    .page-template-partialspage_iframe-php #primary aside {
      clear: none;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 1.5em;
      width: 32.2580645161%;
      float: left;
      margin-right: 1.6129032258%;
      padding-left: 0%;
      padding-right: 0%; }
      .page-template-gewinnspiel #primary aside:first-child,
      .page-template-partialspage_full-width-php #primary aside:first-child,
      .page-template-partialspage_iframe-php #primary aside:first-child {
        width: 66.1290322581%;
        float: left;
        margin-right: 1.6129032258%; }
        .page-template-gewinnspiel #primary aside:first-child .sidebarpost,
        .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost,
        .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost {
          clear: none;
          margin-top: 0em;
          padding-top: 0em;
          padding-bottom: 0em;
          margin-bottom: 0em;
          width: 31.7073170732%;
          float: left;
          margin-right: 2.4390243902%;
          margin-top: 0em;
          padding-top: 0em;
          padding-bottom: 0em;
          margin-bottom: 0.75em;
          position: relative; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost:nth-child(2n),
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost:nth-child(2n),
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost:nth-child(2n) {
            clear: none;
            width: 31.7073170732%;
            float: left;
            margin-right: 2.4390243902%; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost:nth-child(3n),
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost:nth-child(3n),
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost:nth-child(3n) {
            clear: none;
            width: 31.7073170732%;
            float: right;
            margin-right: 0; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost:nth-child(3n+1),
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost:nth-child(3n+1),
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost:nth-child(3n+1) {
            clear: both; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost .entry-thumbnail,
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost .entry-thumbnail,
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost .entry-thumbnail {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost .entry-excerpt,
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost .entry-title,
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost time,
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost .entry-excerpt,
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost .entry-title,
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost time,
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost .entry-excerpt,
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost .entry-title,
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost time {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost time,
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost time,
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost time {
            margin-top: 0em;
            padding-top: 0em;
            padding-bottom: 0em;
            margin-bottom: 0em;
            padding-right: 0.25em;
            padding-left: 0.25em;
            width: auto;
            position: relative;
            z-index: 10;
            background: #f7f7f7;
            background: rgba(247, 247, 247, 0.95);
            margin-top: -1.6673076923em; }
          .page-template-gewinnspiel #primary aside:first-child .sidebarpost .entry-title,
          .page-template-partialspage_full-width-php #primary aside:first-child .sidebarpost .entry-title,
          .page-template-partialspage_iframe-php #primary aside:first-child .sidebarpost .entry-title {
            width: 100%; }
      .page-template-gewinnspiel #primary aside:nth-child(2),
      .page-template-partialspage_full-width-php #primary aside:nth-child(2),
      .page-template-partialspage_iframe-php #primary aside:nth-child(2) {
        width: 32.2580645161%;
        float: right;
        margin-right: 0; }
      .page-template-gewinnspiel #primary aside:nth-child(3),
      .page-template-partialspage_full-width-php #primary aside:nth-child(3),
      .page-template-partialspage_iframe-php #primary aside:nth-child(3) {
        clear: both; }
      .page-template-gewinnspiel #primary aside .sidebarpost,
      .page-template-partialspage_full-width-php #primary aside .sidebarpost,
      .page-template-partialspage_iframe-php #primary aside .sidebarpost {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .page-template-gewinnspiel #primary aside .sidebarpost:nth-child(3n),
        .page-template-partialspage_full-width-php #primary aside .sidebarpost:nth-child(3n),
        .page-template-partialspage_iframe-php #primary aside .sidebarpost:nth-child(3n) {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; }
      .page-template-gewinnspiel #primary aside .banner-item,
      .page-template-gewinnspiel #primary aside .commentpost,
      .page-template-partialspage_full-width-php #primary aside .banner-item,
      .page-template-partialspage_full-width-php #primary aside .commentpost,
      .page-template-partialspage_iframe-php #primary aside .banner-item,
      .page-template-partialspage_iframe-php #primary aside .commentpost {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
  #secondary aside {
    width: 24.0963855422%;
    float: left;
    margin-right: 1.2048192771%; }
  #footer-widget-area {
    overflow: hidden;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #footer-widget-area:after {
      content: " ";
      display: block;
      clear: both; }
    #footer-widget-area .widget-area {
      width: 24.0963855422%;
      float: left;
      margin-right: 1.2048192771%; }
      #footer-widget-area .widget-area:nth-child(2n) {
        width: 24.0963855422%;
        float: left;
        margin-right: 1.2048192771%; }
      #footer-widget-area .widget-area:nth-child(4n) {
        width: 24.0963855422%;
        float: right;
        margin-right: 0; }
      #footer-widget-area .widget-area:nth-child(2n+1) {
        clear: none; }
      #footer-widget-area .widget-area ul {
        font-size: 0.875em;
        line-height: 1.7142857143em; }
        #footer-widget-area .widget-area ul li {
          margin-top: 0em;
          padding-top: 0em;
          padding-bottom: 0em;
          margin-bottom: 0em;
          border: 0px none; }
          #footer-widget-area .widget-area ul li:first-child {
            border: 0px; }
      #footer-widget-area .widget-area .widget-title {
        background-color: #dedede; }
      #footer-widget-area .widget-area p {
        font-size: 0.875em;
        line-height: 1.7142857143em; }
  /**
	 * Home-Page
	 */
  /**
	 * "Archive-Views": Many posts on 1 page
	 */
  .sat1-post-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  article.oneCol .entry-thumbnail {
    width: 28.9855072464%;
    float: left;
    margin-right: 1.4492753623%; }
  article.oneCol time {
    width: 69.5652173913%;
    float: right;
    margin-right: 0; }
  article.oneCol .entry-title {
    font-size: 1em;
    line-height: 1.35em;
    width: 69.5652173913%;
    float: right;
    margin-right: 0; }
  article.oneCol .entry-content, article.oneCol .entry-excerpt {
    width: 69.5652173913%;
    float: right;
    margin-right: 0; }
  article.twoCol {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%; }
    article.twoCol:nth-child(2n) {
      width: 49.2753623188%;
      float: right;
      margin-right: 0; }
    article.twoCol .entry-thumbnail {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.twoCol time {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.twoCol .entry-content, article.twoCol .entry-excerpt {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.twoCol .entry-title {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.twoCol .entry-content p {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 1.5em; }
  article.threeCol {
    width: 31.4432989691%;
    float: left;
    margin-right: 2.8350515464%; }
    article.threeCol .entry-thumbnail {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.threeCol time {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    article.threeCol .entry-content,
    article.threeCol .entry-excerpt {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      max-height: 6em; }
    article.threeCol .entry-title {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  /**
	 * Single Page / Article
	 */
  .main_post .entry-summary {
    width: 69.5652173913%;
    float: left;
    margin-right: 1.4492753623%;
    margin-bottom: 0.75em; }
  .main_post .entry-meta {
    background-color: #eaeaea;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    margin-bottom: 1.5em;
    width: 28.9855072464%;
    float: right;
    margin-right: 0; }
    .main_post .entry-meta > span {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0em;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0.375em; }
      .main_post .entry-meta > span:nth-child(1n+4) {
        margin-top: 0em;
        padding-top: 0em;
        padding-bottom: 0em;
        margin-bottom: 0.375em; }
      .main_post .entry-meta > span:nth-child(2n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .main_post .entry-meta > span:nth-child(3n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
  .sat1-hinweis-sendung {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  /**
	 * SECTIONS
	 */
  .breadcrumb-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1.5463917526%;
    margin-left: -1.5463917526%;
    padding-right: 1.5463917526%;
    padding-left: 1.5463917526%;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
    .home .breadcrumb-wrapper {
      display: inline; }
    .breadcrumb-wrapper .breadcrumbs {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .breadcrumb-wrapper .breadcrumbs .bc-level-0 > a[rel~="v:url"] {
        margin-left: -1.5%;
        padding-left: 1.5%; }
  /**
	 * Video Player, "Big Image"
	 */
  .page-template-partialspage_full-width-php #main-player,
  .page-template-partialspage_iframe-php #main-player {
    padding-left: 7.2164948454%;
    padding-right: 7.2164948454%; }
  /**
	 * Kommentare
	 */
  .comments {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .comment-form-field {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .comment-form-field:nth-child(2n) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .comment-form-field input {
      width: 79.7101449275%;
      float: left;
      margin-right: 1.4492753623%;
      margin-right: 20.2898550725%; }
  #commentform, #comment {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #respond {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .commentlist li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .commentlist li .comment-author {
      width: 69.5652173913%;
      float: left;
      margin-right: 1.4492753623%; }
    .commentlist li .comment-meta {
      width: 28.9855072464%;
      float: right;
      margin-right: 0; }
    .commentlist li .av-wrapper {
      width: 14.6341463415%;
      float: left;
      margin-right: 2.4390243902%; }
    .commentlist li .comment-body {
      width: 89.8550724638%;
      float: right;
      margin-right: 0;
      margin-left: 7.2164948454%; }
  /**
	 * FORMS (wpcf7 and others)
	 */
  /**
	 * "Specials:" Regio-Post-List, etc
	 */
  .sat1-slider {
    height: 300px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .sat1-slider .sat1-slider-img-wrap {
      width: 50.5154639175%;
      height: 300px; }
      .sat1-slider .sat1-slider-img-wrap article, .sat1-slider .sat1-slider-img-wrap article.oneCol {
        position: absolute;
        height: 300px; }
        .sat1-slider .sat1-slider-img-wrap article .entry-thumbnail, .sat1-slider .sat1-slider-img-wrap article.oneCol .entry-thumbnail {
          height: 300px; }
    .sat1-slider .sat1-slider-circle-wrap {
      width: 57.7319587629%;
      height: 300px; }
    .sat1-slider .sat1-slider-circle-left {
      height: 300px;
      width: 76.3636363636%;
      right: 25.4545454545%;
      padding-right: 10.9090909091%; }
      .sat1-slider .sat1-slider-circle-left .inner {
        max-height: 300px; }
        .sat1-slider .sat1-slider-circle-left .inner h3 {
          padding-right: 0; }
    .sat1-slider .sat1-slider-circle-right {
      display: block;
      height: 300px;
      width: 36.3636363636%;
      position: absolute;
      right: 0;
      top: 0;
      background-image: url(../../build/img/slider/right-circle-blue.png);
      background-position: 10% center;
      background-repeat: no-repeat;
      -webkit-transform: translateZ(0); }
      .sat1-slider .sat1-slider-circle-right #kmap {
        display: block;
        -webkit-transform: translateZ(0);
        right: 0;
        top: 0;
        position: absolute;
        width: 95%; }
      .sat1-slider .sat1-slider-circle-right .inner {
        width: 74.0740740741%;
        float: left;
        margin-right: 3.7037037037%; }
  .weather_map {
    width: 59.4202898551%;
    float: left;
    margin-right: 1.4492753623%; }
  #weather_meta {
    width: 39.1304347826%;
    float: right;
    margin-right: 0; }
  .weather-disclaimer {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .regio-tab-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .regio-tab {
    font-size: 0.875em;
    line-height: 1.7142857143em; }
  .regio-term-link {
    text-align: right; } }

@media (min-width: 1025px) {
  /**
	 * Main Grid Elements
	 */
  body {
    width: 1100px; }
  #wrapper {
    padding-left: 1.7%;
    padding-right: 1.7%; }
  #header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    #header:after {
      content: " ";
      display: block;
      clear: both; }
  #main {
    padding-top: 1.7%;
    padding-bottom: 1.7%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    #main:after {
      content: " ";
      display: block;
      clear: both; }
  #primary {
    width: 30.6306306306%;
    float: right;
    margin-right: 0; }
    .single #primary {
      width: 30.6306306306%;
      float: right;
      margin-right: 0; }
  #secondary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #container {
    width: 68.4684684685%;
    float: left;
    margin-right: 0.9009009009%; }
    .single #container {
      width: 62.1621621622%;
      float: left;
      margin-right: 0.9009009009%;
      margin-left: 0%; }
  .single-sidebar {
    width: 5.4054054054%;
    float: left;
    margin-right: 0.9009009009%;
    margin-left: 0%; }
    .single-sidebar .social-bar.fixed {
      top: 0; }
  /**
	 * General Grid Helpers
	 */
  .oneCol {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .twoCol {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%; }
    .twoCol:nth-child(2n) {
      width: 49.2753623188%;
      float: right;
      margin-right: 0; }
  .threeCol {
    width: 32.2580645161%;
    float: left;
    margin-right: 1.6129032258%; }
    .threeCol:nth-child(3n) {
      width: 32.2580645161%;
      float: right;
      margin-right: 0; }
  /**
	 * Header Styles
	 */
  #headerlogo {
    width: 12.6126126126%;
    padding-bottom: 3px; }
    #headerlogo img {
      width: auto; }
  #header-widget-area {
    font-size: 1.0625em;
    line-height: 1.4117647059em;
    position: absolute;
    background-color: transparent;
    width: 62.1621621622%;
    left: 18.9189189189%;
    bottom: 0.75em;
    top: auto;
    padding-left: 0; }
    #header-widget-area a:link, #header-widget-area a:visited {
      color: #777777; }
    #header-widget-area a:hover, #header-widget-area a:active {
      color: #e30250; }
  #site-description {
    display: inline;
    width: 18.018018018%;
    float: right;
    margin-right: 0;
    font-size: 1em;
    line-height: 1.5em; }
  .csspositionsticky .top-bar .searchform,
  .no-csspositionsticky .top-bar .searchform {
    right: -1.7598343685%; }
  /**
	 * FOOTER - Styles
	 */
  #footer {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1.7598343685%;
    margin-left: -1.7598343685%;
    padding-right: 1.7598343685%;
    padding-left: 1.7598343685%; }
    #footer #colophon {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-right: -1.7598343685%;
      margin-left: -1.7598343685%;
      padding-right: 1.7598343685%;
      padding-left: 1.7598343685%; }
    #footer #site-info {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      margin-right: -1.7598343685%;
      margin-left: -1.7598343685%;
      padding-right: 1.7598343685%;
      padding-left: 1.7598343685%;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto; }
      #footer #site-info:after {
        content: " ";
        display: block;
        clear: both; }
      #footer #site-info p {
        margin-top: 0em;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        margin-bottom: 0em; }
  /**
	 * Sidebars, Widgets
	 */
  .sidebarpost a.imagelink .icons {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px; }
  .sidebarpost h1 {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em; }
  #home-primary aside {
    width: 32.2580645161%;
    float: left;
    margin-right: 1.6129032258%; }
    #home-primary aside:first-child {
      width: 68.4684684685%;
      float: left;
      margin-right: 0.9009009009%; }
    #home-primary aside:nth-child(2) {
      width: 30.6306306306%;
      float: right;
      margin-right: 0; }
    #home-primary aside:nth-child(3), #home-primary aside:nth-child(3n+3) {
      clear: both; }
    #home-primary aside:nth-child(3n+5) {
      width: 32.2580645161%;
      float: right;
      margin-right: 0; }
  #secondary aside {
    width: 24.0963855422%;
    float: left;
    margin-right: 1.2048192771%; }
  #footer-widget-area {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1; }
    #footer-widget-area:after {
      content: " ";
      display: block;
      clear: both; }
  /**
	 * Home-Page
	 */
  /**
	 * "Archive-Views": Many posts on 1 page
	 */
  .sat1-post-list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  /**
	 * Single Page / Article
	 */
  .main_post .entry-summary {
    width: 69.5652173913%;
    float: left;
    margin-right: 1.4492753623%; }
  .main_post .entry-meta {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 0em;
    padding-top: 0.375em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    width: 28.9855072464%;
    float: right;
    margin-right: 0; }
    .main_post .entry-meta span.comment-cta {
      display: block;
      margin-left: 1em; }
    .main_post .entry-meta i {
      margin-right: 0.25em; }
  /**
	 * SECTIONS
	 */
  .breadcrumb-wrapper {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: -1.7598343685%;
    margin-left: -1.7598343685%;
    padding-right: 1.7598343685%;
    padding-left: 1.7598343685%; }
    .breadcrumb-wrapper .breadcrumbs .bc-level-0 > a[rel~="v:url"] {
      margin-left: -1.7598343685%;
      padding-left: 1.7598343685%; }
  /**
	 * Video Player, "Big Image"
	 */
  /**
	 * Kommentare
	 */
  .comment-form-field {
    width: 49.2753623188%;
    float: left;
    margin-right: 1.4492753623%; }
    .comment-form-field:last-child {
      width: 49.2753623188%;
      float: right;
      margin-right: 0; }
    .comment-form-field input {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
  /**
	 * FORMS (wpcf7 and others)
	 */
  /**
	 * "Specials:" Regio-Post-List, etc
	 */
  .sat1-bb-2016-wrapper {
    text-align: center; }
  .sat1-slider {
    height: 320px; }
    .sat1-slider .sat1-slider-img-wrap {
      height: 320px;
      width: 50.4504504505%; }
      .sat1-slider .sat1-slider-img-wrap article, .sat1-slider .sat1-slider-img-wrap article.oneCol {
        height: 320px; }
        .sat1-slider .sat1-slider-img-wrap article .entry-thumbnail, .sat1-slider .sat1-slider-img-wrap article.oneCol .entry-thumbnail {
          height: 320px; }
    .sat1-slider .sat1-slider-circle-wrap {
      width: 69.5652173913%;
      float: right;
      margin-right: 0;
      height: 320px; }
    .sat1-slider .sat1-slider-circle-left {
      height: 320px;
      width: 59.4202898551%;
      right: 30.4347826087%;
      padding-right: 12.5%; }
      .sat1-slider .sat1-slider-circle-left .inner {
        max-height: 320px; }
        .sat1-slider .sat1-slider-circle-left .inner h3 {
          font-size: 1.125em;
          line-height: 1.3333333333em;
          margin-top: 0.75em;
          padding-top: 0em;
          padding-bottom: 0.375em;
          margin-bottom: 0em;
          max-height: 4.5em; }
    .sat1-slider .sat1-slider-circle-right {
      height: 320px;
      width: 39.1304347826%; }
  /**
	 * ARCHIVE
	 */ }
