/* ==========================================================================
   Simple Reset
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

strong, b {
  font-weight: bold; }

legend {
  display: none; }

input, textarea {
  font-family: inherit;
  outline: none; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
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: 2em;
  margin: 0.67em 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; }

/* ==========================================================================
   variables.scss - Variables definition
   ========================================================================== */
.blue {
  color: #8BB6C4; }

/* =============================================================================
   mixins.css - Snippets of reusable CSS to develop faster and keep code readable
   ========================================================================== */
/* == COLUMNS ====================================================== */
/* =============================================================================
   helpers.css - Helper Classes
   ========================================================================== */
/* BLOCK ELEMENTS */
.float-left {
  float: left; }

.float-right {
  float: right; }

/* INLINE ELEMENTS */
.italic {
  font-style: italic; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.uppercase {
  text-transform: uppercase; }

.underneath {
  clear: both; }

.clear {
  clear: both; }

.niceButton, #featured .weiter--featured, .kontakt-form input[type="submit"], .gform_button, #karte-listing .lesenButton a {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #B1455E;
  color: #FFFFFF;
  padding: 10px 40px;
  border-radius: 30px;
  display: inline-block;
  border: none;
  border: 2px solid #B1455E;
  letter-spacing: 1px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  .niceButton:hover, #featured .weiter--featured:hover, .kontakt-form input[type="submit"]:hover, .gform_button:hover, #karte-listing .lesenButton a:hover {
    background-color: #FFFFFF;
    color: #B1455E;
    border: 2px solid #B1455E; }

.niceButton.reversed, #featured .reversed.weiter--featured, #featured .weiter--featured.launch__button, .niceButton.launch__button, .kontakt-form input.launch__button[type="submit"], .launch__button.gform_button, #karte-listing .lesenButton a.launch__button, .kontakt-form input.reversed[type="submit"], .reversed.gform_button, #karte-listing .lesenButton a.reversed {
  background-color: #FFFFFF;
  color: #B1455E;
  border-color: #FFFFFF; }
  .niceButton.reversed:hover, #featured .reversed.weiter--featured:hover, #featured .weiter--featured.launch__button:hover, .niceButton.launch__button:hover, .kontakt-form input.launch__button[type="submit"]:hover, .launch__button.gform_button:hover, #karte-listing .lesenButton a.launch__button:hover, .kontakt-form input.reversed[type="submit"]:hover, .reversed.gform_button:hover, #karte-listing .lesenButton a.reversed:hover {
    background-color: #B1455E;
    color: #FFFFFF;
    border-color: #FFFFFF; }

.niceInput {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px; }

/* =============================================================================
   font.scss - @font-face definitions
   ========================================================================== */
.bold, h1, h2, h3, .infoWindow .infoWindow__title, .bigger, #initiale, #infoBox .rowTitle, .next-post:hover span.postName, .prev-post:hover span.postName, #karte-listing .title {
  font-family: 'Merriweather', serif;
  font-weight: 700; }

.regular, .text .description {
  font-family: 'Merriweather', serif;
  font-weight: 400; }

.brandonRegular, .niceInput, .main-menu .menu li .sub-menu li a, .footer__listings__list li, .text-upper, #filter .filter__lokale, #filter .filter__kategorie, #filter .filter__bezirk, #filter .filter__text--small, .img .author-date, #newsletter input[type=text], #karte-listing .quickInfos, .rezept .zutaten__list__item, .img--top .category_link a {
  font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
  font-weight: 400; }

.brandon, .niceButton, #featured .weiter--featured, .kontakt-form input[type="submit"], .gform_button, #karte-listing .lesenButton a, #post-social span, .oneImage .slide-text, .sameHeight .slide-text, .wp-caption-text, .next-post:hover span.title, .prev-post:hover span.title, .post-social--mobile, .kontakt-form, #city-search input[type=text], .text .category_link, .ribbon, #newsletter, #toKarte, #fb-profile, #karte-listing .text .category_link, #karte-listing .quickInfos .smallTitle, .infoWindow, .infoWindowName, .rezept-list .rezept-list__kategorie li, .mehr-davon a, .img--top .category_link {
  font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
  font-weight: 500; }

.brandonBold, h4, #header, #social-header span, .menu-footer-container li a, #menu-footer, .footer-bottom, #searchform, #error, .pagination, #scrollButton, #post-comments .form-submit, .simple-content-page #sidebar .widget-header, #filter, #city-search, #city-search .city-search__radius, .text .weiter, .spotify--front, .servus--front, .ausland--front, #map-counter, #karte-listing .text .weiter, #expander, .infoWindow .infoWindow__link, .rezept #zutaten h4, .rezept-list .rezept-list__kategorie li.actual, .mehr-davon h4 {
  font-family: 'Ideal Sans SSm A', 'Ideal Sans SSm B';
  font-weight: 600; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  font-size: 93.75%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  ul li,
  ol li {
    line-height: 1.5rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
.infoWindow .infoWindow__title,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 40px;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 27px;
  line-height: 3rem;
  margin-top: 3rem; }

h3, .infoWindow .infoWindow__title {
  font-size: 20px; }

h4 {
  text-transform: uppercase;
  font-size: 16px; }

h5 {
  font-size: 0.47133rem; }

h6 {
  font-size: 0.3535rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 3rem;
    margin-top: 2.25rem; }

  h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 1.5rem; } }
.bigger {
  font-size: 17px; }

.smaller, .niceButton, #featured .weiter--featured, .kontakt-form input[type="submit"], .gform_button, #karte-listing .lesenButton a, .text-upper, #searchform span, #searchform input[type=text], .next-post:hover span.title, .prev-post:hover span.title, #filter, #city-search, .img .author-date, #map-counter, .rezept .zutaten__list__item, .img--top .category_link, #burger {
  font-size: 13px; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

td,
th {
  padding: 0;
  line-height: 22.5px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug a the block above you */
.hug {
  margin-top: 0; }

/* ===============================================================
Basic Swiper Styles 
================================================================*/
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*!
 * shariff - v1.14.0 - 02.06.2015
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2015 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT <http://www.opensource.org/licenses/mit-license.php> license
 */
.shariff::after, .shariff::before {
  content: " ";
  display: table; }

.shariff::after {
  clear: both; }

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden; }

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box; }

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px; }

.shariff li .fa {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle; }

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px; }

.shariff .orientation-horizontal {
  display: -webkit-box; }

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1; }

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0; }

.shariff .orientation-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shariff .orientation-horizontal li {
  float: left;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px; }

.shariff .orientation-horizontal li:last-child {
  margin-right: 0; }

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px; }

.shariff .orientation-horizontal li .share_count {
  display: none; }

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0; }

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333; }

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd; }

.shariff .theme-white .shariff-button a {
  background-color: #fff; }

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee; }

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999; }

.shariff .orientation-vertical {
  min-width: 110px; }

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0; }

.shariff .orientation-vertical li .share_count {
  width: 24px;
  text-align: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
    min-width: 80px;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .shariff .orientation-horizontal li .share_count {
    display: block; }

  .shariff .orientation-horizontal.col-1 li, .shariff .orientation-horizontal.col-2 li {
    min-width: 110px;
    max-width: 160px; }

  .shariff .orientation-horizontal.col-1 li .share_text, .shariff .orientation-horizontal.col-2 li .share_text {
    text-indent: 0;
    display: inline; }

  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; } }
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.col-3 li {
    min-width: 110px;
    max-width: 160px; }

  .shariff .orientation-horizontal.col-3 li .share_text {
    text-indent: 0;
    display: inline; } }
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal li {
    min-width: 110px;
    max-width: 160px; }

  .shariff .orientation-horizontal li .share_text {
    text-indent: 0;
    display: inline; }

  .shariff .orientation-horizontal.col-5 li, .shariff .orientation-horizontal.col-6 li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px; }

  .shariff li a {
    height: 30px; }

  .shariff li .fa {
    width: 30px;
    line-height: 30px; }

  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px; }

  .shariff li .share_count {
    height: 28px; } }
.shariff .facebook a {
  background-color: #3b5998; }

.shariff .facebook a:hover {
  background-color: #4273c8; }

.shariff .facebook .fa-facebook {
  font-size: 22px; }

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf; }

.shariff .theme-white .facebook a {
  color: #3b5998; }

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px; } }
.shariff .googleplus a {
  background-color: #d34836; }

.shariff .googleplus a:hover {
  background-color: #f75b44; }

.shariff .googleplus .fa-google-plus {
  font-size: 22px; }

.shariff .googleplus .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .googleplus a {
  color: #d34836; }

@media only screen and (min-width: 600px) {
  .shariff .googleplus .fa-google-plus {
    font-size: 19px;
    position: relative;
    top: 1px; } }
.shariff .info {
  border: 1px solid #ccc; }

.shariff .info a {
  color: #666;
  background-color: #fff; }

.shariff .info a:hover {
  background-color: #efefef; }

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px; }

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important; }

.shariff .theme-grey .info a {
  background-color: #fff; }

.shariff .theme-grey .info a:hover {
  background-color: #efefef; }

.shariff .orientation-vertical .info {
  width: 35px;
  float: right; }

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
    width: 35px;
    min-width: 35px !important; } }
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px; }

  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important; }

  .shariff .orientation-vertical .info {
    width: 25px; } }
.shariff .linkedin a {
  background-color: #0077b5; }

.shariff .linkedin a:hover {
  background-color: #0369a0; }

.shariff .linkedin .fa-linkedin {
  font-size: 22px; }

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8; }

.shariff .theme-white .linkedin a {
  color: #0077b5; }

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin {
    font-size: 19px; } }
.shariff .mail a {
  background-color: #999; }

.shariff .mail a:hover {
  background-color: #a8a8a8; }

.shariff .mail .fa-envelope {
  font-size: 21px; }

.shariff .theme-white .mail a {
  color: #999; }

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px; } }
.shariff .pinterest a {
  background-color: #bd081c; }

.shariff .pinterest a:hover {
  background-color: #d50920; }

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px; }

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d; }

.shariff .theme-white .pinterest a {
  color: #bd081c; }

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px; } }
.shariff .twitter a {
  background-color: #55acee; }

.shariff .twitter a:hover {
  background-color: #32bbf5; }

.shariff .twitter .fa-twitter {
  font-size: 28px; }

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE; }

.shariff .theme-white .twitter a {
  color: #55acee; }

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px; } }
.shariff .whatsapp a {
  background-color: #5cbe4a; }

.shariff .whatsapp a:hover {
  background-color: #34af23; }

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px; }

.shariff .theme-white .whatsapp a {
  color: #5cbe4a; }

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px; } }
.shariff .xing a {
  background-color: #126567; }

.shariff .xing a:hover {
  background-color: #29888a; }

.shariff .xing .fa-xing {
  font-size: 22px; }

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7; }

.shariff .theme-white .xing a {
  color: #126567; }

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px; } }
/* =============================================================================
	 header.scss - Header styles
	 ========================================================================== */
.menu--small {
  display: none; }

.meta-menu--mobile {
  display: none; }

.mobile-menu__under {
  display: none; }

@media (max-width: 1023px) {
  .menu--small {
    display: block;
    z-index: 3; }

  .menu--full {
    display: none !important; } }
#header {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 180px;
  z-index: 11;
  top: 0;
  background-color: #FFF;
  color: #455359;
  border-bottom: 1px solid #daddde; }
  #header.fixed {
    position: fixed; }
  #header.absolute {
    position: absolute; }
  #header ul, #header ol {
    margin-top: 0;
    margin-bottom: 0; }

#logo-link {
  display: block;
  margin: 0 auto;
  width: 418px;
  height: 100px; }

@media (max-width: 444.68085px) {
  #logo-link {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%; } }
#logo {
  position: absolute;
  top: 15px; }

#social-header {
  height: 30px;
  line-height: 30px;
  margin-right: 10px; }
  #social-header span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 20px;
    margin-top: -8px; }
  #social-header a {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 48px;
    width: 48px;
    margin-left: -20px;
    margin-top: -8px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    display: inline-block; }
    #social-header a.facebook {
      background: url(/wp-content/themes/template/res/img/layout/social-icons.png) 0 0; }
      #social-header a.facebook:hover {
        background: url(/wp-content/themes/template/res/img/layout/social-icons.png) 0 -48px; }
    #social-header a.twitter {
      background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -48px 0; visibility: hidden; display: none; }
      #social-header a.twitter:hover {
        background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -48px -48px; }
    #social-header a.instagram {
      background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -96px 0; }
      #social-header a.instagram:hover {
        background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -96px -48px; }
    #social-header a.spotify {
      background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -144px 0; }
      #social-header a.spotify:hover {
        background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -144px -48px; }

@media (max-width: 850px) {
  #social-header span {
    display: none; } }
.mobile-menu__icon-container a {
  height: 48px !important;
  min-height: 48px !important;
  width: 48px !important;
  min-width: 48px !important;
  margin-right: -12px !important;
  margin-top: -8px !important;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }
  .mobile-menu__icon-container a.facebook {
    background: url(/wp-content/themes/template/res/img/layout/social-icons.png) 0 0; }
  .mobile-menu__icon-container a.twitter {
    background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -48px 0; display: none !important;}
  .mobile-menu__icon-container a.instagram {
    background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -96px 0; }
  .mobile-menu__icon-container a.spotify {
    background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -144px 0; }
  .mobile-menu__icon-container a.googleplus {
    background: url(/wp-content/themes/template/res/img/layout/social-icons.png) -192px 0; }

#header-spacer {
  width: 100%;
  height: 180px; }

.main-menu {
  clear: left; }
  .main-menu .menu a.displayed:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    background-color: #B1455E;
    border-radius: 50%; }

.main-menu .menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .main-menu .menu > li.menu-item-has-children a {
    margin-left: 10px;
    padding-right: 30px; }
  .main-menu .menu > li.menu-item-has-children:hover {
    border-top: 3px solid #B1455E;
    border-left: 1px solid #daddde;
    border-right: 1px solid #daddde;
    height: 51px;
    background: #FFFFFF; }
.main-menu .menu > li:not(.menu-item-has-children) {
  position: relative; }
  .main-menu .menu > li:not(.menu-item-has-children):hover:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    height: 8px;
    width: 8px;
    margin-top: -4px;
    background-color: #B1455E;
    border-radius: 50%; }
.main-menu .menu li {
  list-style: none;
  float: left; }
  .main-menu .menu li a {
    text-align: center;
    min-width: 50px;
    position: relative;
    font-size: 14px;
    float: left;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .main-menu .menu li a img {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
  .main-menu .menu li .sub-menu {
    z-index: 11;
    border-bottom: 1px solid #daddde;
    background: #FFF;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 151px;
    display: none; }
    .main-menu .menu li .sub-menu li {
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      height: 0;
      display: inline-block;
      background: #FFF;
      overflow: hidden; }
      .main-menu .menu li .sub-menu li a {
        text-transform: none;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 15px !important; }
        .main-menu .menu li .sub-menu li a:hover {
          color: #B1455E; }
  .main-menu .menu li.hovered > ul {
    display: block; }
  .main-menu .menu li.showed > ul {
    height: 50px; }
    .main-menu .menu li.showed > ul > li {
      height: 50px; }

#meta-menu .menu {
  text-transform: uppercase; }
  #meta-menu .menu li {
    list-style: none;
    float: left;
    line-height: 30px; }
    #meta-menu .menu li.current_page_item a {
      position: relative;
      color: #FFFFFF;
      background-color: #B1455E !important; }
      #meta-menu .menu li.current_page_item a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: -20px;
        border-top: 20px solid #B1455E;
        border-right: 50px solid transparent; }
      #meta-menu .menu li.current_page_item a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        bottom: -20px;
        border-left: 50px solid transparent;
        border-top: 20px solid #B1455E; }
    #meta-menu .menu li a {
      text-align: center;
      width: 100px;
      font-size: 11px;
      float: left;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #meta-menu .menu li a:hover {
        background-color: #B1455E;
        color: #FFFFFF; }

.language-switch ul {
  list-style: none; }
  .language-switch ul li {
    float: left; }
    .language-switch ul li a {
      font-size: 14px;
      float: left;
      padding: 0 20px;
      color: #FD0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .language-switch ul li a:hover {
        background-color: pink; }

#main-header {
  background-color: transparent; }
  #main-header .language-switch ul li a {
    height: 50px;
    line-height: 50px; }

#meta-header {
  height: 30px;
  line-height: 30px;
  background-color: #FFF;
  padding: 0; }
  #meta-header .language-switch ul li a {
    height: 30px;
    line-height: 30px; }

.main-menu .menu #menu-item-245.showed > ul {
  height: 100px; }

.main-menu .menu #menu-item-413.showed > ul {
  height: 100px; }

@media (max-width: 1200px) {
  #main-header .language-switch ul li a {
    padding: 0 10px; } }
@media (max-width: 950px) {
  #main-header .language-switch {
    display: none; } }
@media (max-width: 700px) {
  #meta-menu .menu li a {
    padding: 0 10px; }

  #meta-header .menu {
    display: none; } }
@media (max-width: 767px) {
  #meta-header {
    display: none; }

  .meta-menu--mobile {
    display: block; }

  .mobile-menu__under {
    display: block; }

  #header {
    height: 120px !important; }

  #header-spacer {
    height: 120px !important; }

  #logo-link {
    height: 70px; } }
/* =============================================================================
   footer.scss - Footer styles
   ========================================================================== */
.menu-footer-container {
  float: left;
  width: 100%;
  position: relative; }
  .menu-footer-container li {
    display: inline; }
    .menu-footer-container li a {
      color: #455359;
      font-size: 12px; }
  .menu-footer-container .text-left li {
    float: left; }
    .menu-footer-container .text-left li a {
      margin-right: 14px; }
  .menu-footer-container .text-center li {
    float: none; }
    .menu-footer-container .text-center li a {
      margin-right: 14px;
      margin-left: 14px; }
  .menu-footer-container .text-right li {
    float: right; }
    .menu-footer-container .text-right li a {
      margin-left: 14px; }
  .menu-footer-container .menu-item-has-children > a {
    font-weight: bold;
    margin-bottom: 5px; }
  .menu-footer-container .sub-menu li {
    clear: both; }
    .menu-footer-container .sub-menu li a {
      margin-bottom: 5px; }

#footer {
  width: 100%;
  border-top: 3px solid #B1455E;
  background-color: #f0efea;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #footer > div {
    float: left;
    width: 100%; }

.footer-top {
  padding: 20px 0; }

.footer-mid {
  padding: 20px 0;
  border-top: 1px solid #BEBEBE; }

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #BEBEBE; }

.footer-left .v-middle {
  float: left;
  margin-right: 40px; }

.footer-right .v-middle {
  float: right;
  margin-left: 40px; }

.v-middle {
  height: 50px; }
  .v-middle .v-inner {
    display: inline; }
    .v-middle .v-inner a, .v-middle .v-inner .menu-footer-container {
      display: table;
      height: 100%; }
      .v-middle .v-inner a p, .v-middle .v-inner a ul, .v-middle .v-inner .menu-footer-container p, .v-middle .v-inner .menu-footer-container ul {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        display: table-cell;
        vertical-align: middle; }
  .v-middle svg {
    margin: 6px 10px 0 0; }
    .v-middle svg path {
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      fill: #282828; }
  .v-middle .svg-mail {
    margin-top: 10px; }

@media (max-width: 1000px) {
  footer .content-inner {
    text-align: center; }

  .footer-left, .footer-right {
    display: inline-block; }

  .footer-right {
    margin-top: 30px; }
    .footer-right .v-middle {
      margin-left: 0; }

  .menu-footer-container {
    float: none;
    display: inline-block;
    text-align: center;
    width: auto; } }
@media (max-width: 700px) {
  .footer-left .v-middle {
    margin-right: 0;
    clear: both; } }
#menu-footer {
  text-transform: uppercase;
  text-align: center;
  margin: 0; }
  #menu-footer li {
    display: inline-block;
    padding: 0 20px; }
    #menu-footer li a {
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    #menu-footer li a:hover {
      color: #B1455E; }

.footer__listings {
  margin-bottom: 50px;
  padding: 0 50px;
  overflow: hidden;
  text-align: center;
  float: left; }
  .footer__listings h4 {
    font-size: 14px; }
  .footer__listings a {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .footer__listings a:hover {
    color: #B1455E; }

@media (max-width: 1450px) {
  .footer__listings {
    padding: 0 150px; } }
.footer__listings__list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32.8%;
  display: inline-block;
  text-align: initial; }
  .footer__listings__list h4 {
    border-bottom-color:  #8BB6C4;
    border-bottom-width: 1px;
    margin-top: 50px; }
  .footer__listings__list li {
    padding: 5px 2%;
    width: 96%;
    float: left;
    list-style: none;
    font-size: 12px; }

.text-upper {
  text-align: left; }

.footer-bottom {
  background-color: #FFFFFF;
  text-align: center;
  font-size: 12px; }
  .footer-bottom p {
    margin-bottom: 0; }

.footer-top {
  min-height: 460px;
  position: relative;
  overflow: hidden; }

.footer-image {
  position: absolute;
  top: 0; }

.footer-image--left {
  left: -150px; }

.footer-image--right {
  right: -150px; }

@media (max-width: 1200px) {
  .footer__listings__list {
    text-align: center;
    width: 100%; }
    .footer__listings__list li {
      width: auto; }

  .menu-footer-container {
    width: 80%;
    margin: 0 10%; }

  #menu-footer li {
    padding: 10px 10px; }

  .footer-image--left {
    left: -180px; }

  .footer-image--right {
    right: -180px; } }
@media (max-width: 1023px) {
  .menu-footer-container {
    width: 60%;
    margin: 0 20%; } }
@media (max-width: 767px) {
  .footer-image--left {
    left: -220px; }

  .footer-image--right {
    right: -220px; }

  .footer__listings {
    padding: 0 100px; } }
@media (max-width: 600px) {
  .footer-image {
    display: none; }

  .footer__listings__list li {
    text-align: center;
    padding: 5px 2%;
    width: 96%; }

  .footer__listings {
    width: 90%;
    padding: 0 5%; }

  .menu-footer-container {
    width: 100%;
    margin: 0; } }
.footer-logo-dw {
  margin-top: 10px; }
  .footer-logo-dw span {
    display: inline-block;
    vertical-align: middle; }
  .footer-logo-dw img {
    width: 26px;
    height: 15px;
    display: inline-block;
    vertical-align: middle; }
  .footer-logo-dw .footer-logo-dw__right {
    margin-left: 10px; }
  .footer-logo-dw .footer-logo-dw__left {
    margin-right: 10px; }

/* ==========================================================================
   page.scss - Layout elements
   ========================================================================== */
html {
  height: 100%; }

body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: #455359;
  line-height: 1.3;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 16px;
  font-smooth: always;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

p {
  margin-bottom: 20px; }

img {
  max-width: 100%;
  height: auto; }

*:focus {
  outline: 0; }

.video-inside-post p {
  display: none !important; }

.content-outer, #header-spacer, #content:not(.karte):after, #scrollButton {
  width: 1200px;
  padding: 0;
  position: relative;
  background-color: #edf3f3;
  margin: 0 auto; }

.content-inner {
  width: 1150px;
  margin: 0 auto;
  position: relative; }
  .content-inner.oh {
    overflow: hidden; }

.content-narrow, #post-content p:not(.slide-text), #post-content h2, #post-content h3, #post-content .infoWindow .infoWindow__title, .infoWindow #post-content .infoWindow__title, #post-content h4, figure, .gform_confirmation_wrapper, .gform_wrapper, .mehr-davon {
  width: 1024px;
  margin: 0 auto;
  position: relative; }

#content {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative; }
  #content:not(.karte):after {
    content: "";
    position: relative;
    margin-bottom: -100px;
    height: 40px;
    width: 100%;
    max-width: 1200px;
    display: block; }

body.error404 #content:after {
  background-color: transparent; }

#search {
  line-height: 50px;
  margin-right: 40px; }

#searchform {
  position: relative;
  width: 255px; }
  #searchform span {
    display: none; }
  #searchform input[type=text] {
    letter-spacing: 1px;
    width: 90%;
    padding: 1px 3px;
    border: none;
    border-bottom: 1px solid #daddde;
    padding-right: 9%; }
  #searchform input[type=submit] {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
    background: url(img/map/search.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    height: 15px;
    width: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    #searchform input[type=submit]:hover {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

@media (max-width: 1600px) {
  body.isVisible #main-header .menu--full {
    width: 94%;
    margin: 0 3%; }
  body.isVisible #main-header .content-inner {
    width: 100%;
    padding: 0; }
  body.isVisible #search {
    float: none;
    pointer-events: none; }
  body.isVisible #searchform {
    width: 100%;
    height: 50px; }
    body.isVisible #searchform span {
      display: inline-block;
      position: absolute;
      top: 25px;
      margin-top: -25px;
      right: 45px; }
    body.isVisible #searchform input[type=submit] {
      top: 25px;
      right: 10px; }
    body.isVisible #searchform #mobileSearch {
      cursor: pointer;
      pointer-events: initial; }
    body.isVisible #searchform #searchInput--hider {
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      -ms-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      transition: 0.5s all ease;
      position: absolute;
      overflow: hidden;
      top: 47px;
      left: 0;
      width: 100%;
      height: 0; }
    body.isVisible #searchform input[type=text] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 8px #B1455E;
      padding-right: 0;
      padding: 0 10px;
      width: 100%;
      height: 50px; }
    body.isVisible #searchform.showMobile {
      height: 100px; }
      body.isVisible #searchform.showMobile #searchInput--hider {
        height: 50px;
        pointer-events: initial; } }
@media (max-width: 1280px) {
  #main-header .menu--full {
    width: 94%;
    margin: 0 3%; }

  #main-header .content-inner {
    width: 100%;
    padding: 0; }

  #search {
    float: none;
    pointer-events: none; }

  #searchform {
    width: 100%;
    height: 50px; }
    #searchform span {
      display: inline-block;
      position: absolute;
      top: 25px;
      margin-top: -25px;
      right: 45px; }
    #searchform input[type=submit] {
      top: 25px;
      right: 10px; }
    #searchform #mobileSearch {
      cursor: pointer;
      pointer-events: initial; }
    #searchform #searchInput--hider {
      -webkit-transition: 0.5s all ease;
      -moz-transition: 0.5s all ease;
      -ms-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      transition: 0.5s all ease;
      position: absolute;
      overflow: hidden;
      top: 47px;
      left: 0;
      width: 100%;
      height: 0; }
    #searchform input[type=text] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 8px #B1455E;
      padding-right: 0;
      padding: 0 10px;
      width: 100%;
      height: 50px; }
    #searchform.showMobile {
      height: 100px; }
      #searchform.showMobile #searchInput--hider {
        height: 50px;
        pointer-events: initial; } }
.page-transition {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  .loaded .page-transition {
    opacity: 1; }

.rte a {
  text-decoration: underline;
  color: #455359;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .rte a:hover {
    color: #a69000; }
.rte ul, .rte ol {
  padding-left: 18px;
  margin-bottom: 20px; }
  .rte ul li, .rte ol li {
    margin-bottom: 5px;
    line-height: 1.3; }

.multicolumn-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  -ms-column-width: 280px;
  -o-column-width: 280px;
  column-width: 280px; }

.multicolumn-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  -ms-column-width: 280px;
  -o-column-width: 280px;
  column-width: 280px; }

.multicolumn-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  -ms-column-width: 280px;
  -o-column-width: 280px;
  column-width: 280px; }

.rte-quote {
  text-align: center;
  padding: 0 6%;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
  margin: 40px 0 50px;
  line-height: 1.5 !important; }
  .rte-quote::before {
    content: '\201E'; }
  .rte-quote::after {
    content: '\201C'; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .size-inline {
  margin-bottom: 0; }

.wp-caption-text {
  float: left;
  width: 100%;
  background-color: #78818a;
  color: #455359;
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#error {
  z-index: 999;
  position: fixed;
  top: 50%;
  width: 420px;
  height: 160px;
  left: 50%;
  margin-left: -210px;
  line-height: 25px;
  background-color: #FFFFFF;
  color: #455359;
  font-weight: bold;
  text-align: center;
  border: 1px solid #455359;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }
  #error .niceButton, #error #featured .weiter--featured, #featured #error .weiter--featured, #error .kontakt-form input[type="submit"], .kontakt-form #error input[type="submit"], #error .gform_button, #error #karte-listing .lesenButton a, #karte-listing .lesenButton #error a {
    height: 20px;
    line-height: 20px;
    display: block;
    margin-top: 20px; }

@media (max-width: 767px) {
  #error {
    margin-top: -110px;
    width: 300px;
    height: 220px;
    margin-left: -150px; } }
#a2apage_show_more_less {
  display: none !important; }

.custom-header .content-narrow, .custom-header #post-content p:not(.slide-text), #post-content .custom-header p:not(.slide-text), .custom-header #post-content h2, #post-content .custom-header h2, .custom-header #post-content h3, #post-content .custom-header h3, .custom-header #post-content .infoWindow .infoWindow__title, #post-content .infoWindow .custom-header .infoWindow__title, .custom-header .infoWindow #post-content .infoWindow__title, .infoWindow #post-content .custom-header .infoWindow__title, .custom-header #post-content h4, #post-content .custom-header h4, .custom-header figure, .custom-header .gform_confirmation_wrapper, .custom-header .gform_wrapper, .custom-header .mehr-davon {
  text-align: center; }
.custom-header h1 {
  display: inline-block;
  border-bottom: 1px solid #daddde;
  padding-left: 20px;
  padding-right: 20px; }
.custom-header .custom__sub-title {
  margin-bottom: 50px;
  padding: 0 120px; }
.custom-header .custom__desc--top-10 {
  margin-bottom: 50px;
  padding: 0 120px; }
.custom-header .custom__desc--rezept {
  max-width: 600px;
  margin: 20px auto; }

.list-header {
  overflow: hidden;
  max-width: 40%;
  position: absolute;
  top: 0; }

.list-header--right {
  right: 0; }
  .list-header--right img {
    -webkit-transform: translate3d(100px, 0, 0px);
    -ms-transform: translate3d(100px, 0, 0px);
    transform: translate3d(100px, 0, 0px);
    -moz-transform: translate3d(100px, 0, 0px);
    -o-transform: translate3d(100px, 0, 0px); }

.list-header--left {
  left: 0; }
  .list-header--left img {
    -webkit-transform: translate3d(-100px, 0, 0px);
    -ms-transform: translate3d(-100px, 0, 0px);
    transform: translate3d(-100px, 0, 0px);
    -moz-transform: translate3d(-100px, 0, 0px);
    -o-transform: translate3d(-100px, 0, 0px); }

@media (max-width: 767px) {
  .list-header img {
    -webkit-transform: translate3d(0, 0, 0px);
    -ms-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    -moz-transform: translate3d(0, 0, 0px);
    -o-transform: translate3d(0, 0, 0px); }

  .custom-header h1 {
    margin-top: 100px; }
  .custom-header .custom__sub-title {
    padding: 0; }
  .custom-header .custom__desc--top-10 {
    padding: 0; } }
.content__top-10 {
  overflow: hidden; }

@media (max-width: 600px) {
  .custom-header h1 {
    margin-top: 70px;
    display: block;
    font-size: 25px !important; } }
#mailchimp {
  width: 100%; }

.pagination {
  clear: both;
  padding-top: 30px;
  position: relative;
  font-size: 13px;
  text-align: center; }

.pagination span, .pagination a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 8px;
  text-decoration: none;
  color: #455359;
  background: #daddde;
  border-radius: 20px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }

.pagination a:hover {
  color: #fff;
  background: #B1455E; }

.pagination .current {
  background: #455359;
  color: #fff; }

.list-header__city-cat {
  top: 0; }

#city-description, #category-description {
  overflow: hidden; }
  #city-description p, #category-description p {
    padding: 0 150px; }
  #city-description h1, #category-description h1 {
    margin-top: 100px; }

@media (max-width: 767px) {
  #city-description, #category-description {
    overflow: hidden; }
    #city-description h1, #category-description h1 {
      margin-top: 100px; }
    #city-description p, #category-description p {
      padding: 0 50px; }

  .list-header__city-cat {
    top: 0; } }
@media (max-width: 600px) {
  #city-description p, #category-description p {
    padding: 0; } }
#mobile {
  display: none; }

@media (max-width: 767px) {
  #mobile {
    max-width: 767px; } }
.shariff-button.info {
  display: none !important; }

body.page-datenschutz #content .content-inner {
  overflow: hidden; }

.cli-plugin-button, .cli-plugin-button:visited {
  padding: 5px 10px 2px !important; }

#cookie-law-info-bar {
  position: fixed !important;
  bottom: 0 !important;
  display: none; }

#cookie_action_close_header {
  margin-top: 5px !important; }

#cookie_hdr_showagain {
  display: none !important; }

#cookie-law-info-again {
  display: none !important; }

.centered {
  display: inline-block; }

.tac {
  text-align: center; }

@media (max-width: 767px) {
  .gewinnspiel-input input {
    width: 97.5% !important; } }
#featured {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.12);
  min-height: 300px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  width: 100%;
  z-index: 1;
  overflow: hidden; }
  #featured .text--featured {
    max-width: 42%; }
  #featured .weiter--featured {
    margin-top: 50px;
    margin-bottom: 10px; }
  #featured #blackOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 49%;
    height: 16px;
    border-top: 350px solid #B1455E;
    border-right: 126px solid transparent; }
  #featured .niceButton, #featured .weiter--featured, #featured .kontakt-form input[type="submit"], .kontakt-form #featured input[type="submit"], #featured .gform_button, #featured #karte-listing .lesenButton a, #karte-listing .lesenButton #featured a {
    margin-top: 5px;
    background-color: #FFFFFF;
    color: #B1455E;
    border-color: #FFFFFF; }
    #featured .niceButton:hover, #featured .weiter--featured:hover, #featured .kontakt-form input[type="submit"]:hover, .kontakt-form #featured input[type="submit"]:hover, #featured .gform_button:hover, #featured #karte-listing .lesenButton a:hover, #karte-listing .lesenButton #featured a:hover {
      background-color: #B1455E;
      color: #FFFFFF;
      border-color: #FFFFFF; }

@media (min-width: 1242px) {
  #featured .content-narrow, #featured #post-content p:not(.slide-text), #post-content #featured p:not(.slide-text), #featured #post-content h2, #post-content #featured h2, #featured #post-content h3, #post-content #featured h3, #featured #post-content .infoWindow .infoWindow__title, #post-content .infoWindow #featured .infoWindow__title, #featured .infoWindow #post-content .infoWindow__title, .infoWindow #post-content #featured .infoWindow__title, #featured #post-content h4, #post-content #featured h4, #featured figure, #featured .gform_confirmation_wrapper, #featured .gform_wrapper, #featured .mehr-davon {
    width: 1120px; } }
.content__front {
  overflow: hidden;
  display: block;
  width: 97%;
  margin: 0 auto; }

@media (max-width: 1340px) {
  .content__front {
    width: 91%; } }
@media (max-width: 767px) {
  #featured {
    text-align: center; }
    #featured h1 {
      text-align: center; }
    #featured .text--featured {
      max-width: initial; } }
.bg {
  width: 100%;
  position: relative;
  float: left;
  opacity: 0;
  -webkit-transition: 0.8s all ease 2.5s;
  -moz-transition: 0.8s all ease 2.5s;
  -ms-transition: 0.8s all ease 2.5s;
  -o-transition: 0.8s all ease 2.5s;
  transition: 0.8s all ease 2.5s; }
  .bg.ready {
    opacity: 1; }
  .bg:before {
    content: "";
    height: 460px;
    width: 100%;
    background-color:#8BB6C4;
    position: absolute;
    top: 0px; }

@media (max-width: 1023px) {
  .bg {
    display: none; } }
.launch {
  position: relative;
  height: 300px; }

.launch__bg {
  z-index: -1;
  position: absolute;
  width: 40%;
  height: 300px;
  background-color: #B1455E; }
  .launch__bg:after {
    content: "";
    position: absolute;
    right: -200px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 300px 200px 0 0;
    border-color: #B1455E transparent transparent transparent; }

.launch__button {
  margin-bottom: 25px;
  height: 25px;
  line-height: 25px; }

.launch__title h1 {
  line-height: 20px;
  font-size: 28px;
  margin-top: 40px; }

.launch__text {
  width: 80%;
  max-width: initial !important; }
  .launch__text p {
    line-height: 30px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px; }

.launch__body {
  width: 50%; }

.launch__right {
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.launch__right__img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 10px;
  max-height: 80px; }

.launch__right__bottom-img {
  position: absolute;
  bottom: -7px;
  left: 0;
  max-height: 180px;
  -webkit-transform: translate3d(-50%, 0, 0px);
  -ms-transform: translate3d(-50%, 0, 0px);
  transform: translate3d(-50%, 0, 0px);
  -moz-transform: translate3d(-50%, 0, 0px);
  -o-transform: translate3d(-50%, 0, 0px); }

@media (max-width: 1023px) {
  .launch__body {
    width: 100%; }

  .launch__title {
    width: 100%; }

  .launch__text {
    width: 50%; }

  .launch__right {
    width: 60%; }

  .launch__bg {
    width: 44%; } }
@media (max-width: 767px) {
  .launch {
    height: auto;
    min-height: initial !important; }

  .launch__right {
    width: 100%; }

  .launch__bg {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    .launch__bg:after {
      display: none; }

  .launch__button {
    background-color: #B1455E !important;
    color: #FFFFFF !important;
    border-color: #B1455E !important; }

  .launch__text {
    width: 100%; }
    .launch__text p {
      margin-bottom: 20px; }

  .launch__title h1 {
    font-size: 25px; } }
.content__front__header {
  border-bottom: 2px solid #B1455E;
  margin-top: 30px; }

#full-post {
  background-color: #edf3f3;
  border-top: 5px #B1455E solid;
  overflow: hidden; }

#upperPart {
  position: relative; }

.single-content {
  overflow: hidden; }

section {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.19);
  overflow: hidden; }

#scrollButton {
  cursor: pointer;
  z-index: 3;
  height: 50px;
  line-height: 50px;
  border-top: 1px #B1455E solid;
  border-left: 1px #B1455E solid;
  border-right: 1px #B1455E solid;
  background: #FFFFFF;
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 0; }
  #scrollButton img {
    margin-left: 15px;
    margin-bottom: 2px; }

#headerImg {
  width: 100%;
  height: 300px;
  margin-bottom: -50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.12);
  margin-top: 0; }

@media (max-width: 1024px) {
  #headerImg {
    height: 300px; } }
@media (max-width: 600px) {
  #headerImg {
    height: 200px; } }
#post-header .address {
  font-weight: normal;
  margin-top: 50px; }
  #post-header .address img {
    padding-right: 5px; }
#post-header h1 {
  margin-top: 20px;
  border-bottom: 1px solid #daddde; }
#post-header .dateAuthor {
  padding-bottom: 20px;
  font-weight: normal;
  width: 700px;
  margin-left: auto;
  margin-right: auto; }
  #post-header .dateAuthor span.date {
    float: left;
    margin-top: 3px; }
    #post-header .dateAuthor span.date img {
      padding-right: 7px; }
  #post-header .dateAuthor span.author {
    float: right; }
    #post-header .dateAuthor span.author img {
      padding-right: 7px;
      display: inline-block;
      vertical-align: middle; }

#post-social {
  position: relative;
  z-index: 2;
  float: left;
  width: 160px;
  min-height: 150px; }
  #post-social li {
    margin-left: 50px;
    list-style: none;
    border-radius: 30px;
    border: solid #e9ecee 1px;
    margin-bottom: 10px; }
  #post-social img {
    display: inline-block;
    vertical-align: middle; }
  #post-social span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }

@media (max-width: 1023px) {
  body.single-rezept #post-social {
    position: relative; } }
@media (max-width: 767px) {
  #post-header .dateAuthor {
    width: 100%; }
    #post-header .dateAuthor .date, #post-header .dateAuthor .author {
      display: block;
      width: 100%; }
    #post-header .dateAuthor .author {
      margin: 20px 0; } }
#post-cats {
  position: relative;
  z-index: 2;
  float: right;
  width: 260px;
  min-height: 150px;
  padding-bottom: 30px; }
  #post-cats ul {
    margin-top: 0; }
  #post-cats li {
    position: relative;
    background-color: #8BB6C4;
    list-style: none;
    float: right;
    margin-right: 20px;
    margin-bottom: 7px;
    height: 30px;
    padding-left: 7px;
    padding-right: 10px;
    line-height: 31px;
    text-transform: uppercase;
    letter-spacing: initial;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    clear: both;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    #post-cats li:before {
      content: "";
      position: absolute;
      left: -20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 20px 15px 0;
      border-color: transparent #8BB6C4 transparent transparent;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
    #post-cats li:after {
      content: ' \25CF';
      font-size: 13px;
      line-height: 30px;
      color: #FFFFFF;
      position: absolute;
      left: -10px; }
  #post-cats li:hover {
    background-color: #c0d9e4; }
    #post-cats li:hover:before {
      border-color: transparent #c0d9e4 transparent transparent; }

@media (max-width: 767px) {
  #post-cats {
    display: none; } }
#initiale {
  display: inline-block;
  float: left;
  background-color: #B1455E;
  font-size: 32px;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 65px; }

#post-content {
  position: relative;
  z-index: 1;
  padding-bottom: 60px; }
  #post-content p {
    line-height: 1.7rem;
    letter-spacing: initial; }
  #post-content p:not(.slide-text) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 100px; }
  #post-content small {
    font-size: 16px; }
  #post-content h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0 100px;
    display: block; }
  #post-content h3, #post-content .infoWindow .infoWindow__title, .infoWindow #post-content .infoWindow__title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 0 100px;
    display: block; }
  #post-content h4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    display: block;
    padding: 0 100px;
    border-bottom: none;
    text-transform: none; }

h4 {
  margin-top: 60px;
  border-bottom: 2px solid #8BB6C4;
  padding-bottom: 5px; }

#infoBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px; }
  #infoBox .quickFact .branch {
    margin-left: 12%;
    margin-top: -90px; }
  #infoBox a {
    color: #B1455E; }
  #infoBox .quickFact {
    width: 100%; }
    #infoBox .quickFact p {
      display: inline-block;
      vertical-align: middle;
      max-width: 80%; }
    #infoBox .quickFact img {
      display: inline-block;
      vertical-align: middle;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: 5%; }
  #infoBox .row {
    position: relative;
    width: 100%;
    min-height: 35px;
    margin: 20px 0; }
    #infoBox .row:nth-child(even) {
      padding: 20px 0;
      background-color: #f1f7f9; }
  #infoBox .rowTitle {
    padding-left: 50px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    width: 200px; }
  #infoBox .semmel {
    display: block;
    width: 100%;
    text-align: center; }
    #infoBox .semmel img {
      margin: 0 5px; }
  #infoBox .fazit + p:first-letter {
    text-transform: uppercase; }
  #infoBox .info {
    display: block;
    width: 95%;
    text-align: right;
    padding-right: 5%; }

@media (max-width: 1158.89543px) {
  #infoBox {
    padding: 0 3%; } }
@media (max-width: 767px) {
  #infoBox .rowTitle {
    padding-left: 5%;
    width: 25%; }

  #infoBox .row {
    padding: 1px 0 20px !important;
    min-height: 45px; }

  #infoBox .info, #infoBox .semmel {
    display: inline-block;
    padding-right: 5%;
    width: 60%;
    float: right; } }
@media (max-width: 600px) {
  #infoBox .quickFact {
    text-align: center; }
    #infoBox .quickFact .branch {
      margin-left: 0px;
      margin-top:  0px; }
    #infoBox .quickFact p {
      display: block;
      margin: 40px 0;
      max-width: 100%; }
    #infoBox .quickFact img {
      display: block;
      float: none;
      margin: 0 auto;
      margin-top: 40px; }

  #infoBox .row {
    min-height: 100px;
    height: auto; }

  #infoBox .rowTitle {
    margin: 20px 0;
    font-weight: bold; }

  #infoBox .rowTitle, #infoBox .info, #infoBox .semmel {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    float: none;
    text-align: center; }

  #infoBox .semmel img {
    margin: 0 2px; } }
#tag-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  margin-bottom: 30px; }
  #tag-list p {
    margin-bottom: 80px; }

@media (max-width: 1158.89543px) {
  #tag-list {
    padding: 0 3%; } }
@media (max-width: 600px) {
  #tag-list p {
    padding: 0 5%;
    width: 90%;
    text-align: center; } }
#in-der-naehe {
  overflow: hidden;
  padding: 30px 0 60px 0;
  width: 100%; }
  #in-der-naehe h3, #in-der-naehe .infoWindow .infoWindow__title, .infoWindow #in-der-naehe .infoWindow__title {
    margin: 0 3%;
    padding-bottom: 10px;
    border-bottom: 2px solid #8BB6C4; }

@media (max-width: 1021px) {
  #in-der-naehe .content-cells .post:nth-child(3) {
    display: none; } }
.comment-title h3, .comment-title .infoWindow .infoWindow__title, .infoWindow .comment-title .infoWindow__title {
  border-bottom: 2px solid #8BB6C4;
  margin-bottom: 50px;
  padding-bottom: 10px; }

.comment-list {
  margin-bottom: 100px; }
  .comment-list .depth-2 {
    margin-left: 100px; }
  .comment-list .depth-3 {
    margin-left: 100px; }
  .comment-list .comment {
    padding: 20px; }
  .comment-list .comment-author img {
    float: left;
    margin-right: 30px; }
  .comment-list .comment-author .fn {
    line-height: 30px;
    font-weight: bold;
    font-style: normal; }
  .comment-list .comment-author .says {
    display: none; }
  .comment-list .comment-meta {
    line-height: 20px;
    margin-left: 80px; }
  .comment-list p {
    margin-top: 40px; }
  .comment-list .reply {
    font-size: 14px;
    font-weight: bold;
    color: #B1455E;
    margin-bottom: 20px; }
  .comment-list .depth-1 {
    margin: 20px 0; }
  .comment-list .even {
    background-color: #FFFFFF; }
  .comment-list .odd {
    background-color: #f1f7f9; }
  .comment-list .bypostauthor {
    border-left: #B1455E 2px solid; }

@media (max-width: 768px) {
  .comment-list .depth-2 {
    margin-left: 20px; }
  .comment-list .depth-3 {
    margin-left: 20px; } }
#post-comments {
  padding: 0 3%;
  width: 94%;
  position: relative; }
  #post-comments .comments-area {
    padding: 30px 0; }
  #post-comments #reply-title {
    border-bottom: 2px solid #8BB6C4; }
    #post-comments #reply-title #cancel-comment-reply-link {
      margin-right: 10%;
      float: right; }
  #post-comments .comment-form-author, #post-comments .comment-form-email {
    width: 30%;
    display: inline-block;
    margin-right: 5%; }
    #post-comments .comment-form-author input, #post-comments .comment-form-email input {
      width: 100%;
      height: 30px;
      line-height: 30px;
      padding: 5px;
      font-size: 12px; }
  #post-comments .comment-form-email {
    margin-top: 0; }
  #post-comments .comment-form-comment {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    #post-comments .comment-form-comment textarea {
      width: 100%;
      padding: 7.5px; }
  #post-comments .form-submit {
    margin-left: 9%;
    display: inline-block;
    vertical-align: bottom; }
    #post-comments .form-submit input {
      width: 220px;
      border: none;
      border-radius: 20px;
      background-color: #B1455E;
      height: 40px;
      line-height: 40px;
      color: #FFFFFF;
      cursor: pointer; }
  #post-comments #respond:after {
    content: "";
    clear: both;
    display: table; }
  #post-comments #reply-title {
    margin-bottom: 20px; }

@media (max-width: 1023px) {
  #post-comments .comment-form-author {
    margin-right: 10%; }
  #post-comments .comment-form-email {
    margin-right: 0; }
  #post-comments .comment-form-author, #post-comments .comment-form-email {
    width: 42%; }
  #post-comments .comment-form-comment {
    width: 94%; }
  #post-comments .form-submit {
    text-align: center;
    width: 100%;
    margin-left: 0; } }
@media (max-width: 767px) {
  #post-comments .comment-form-author, #post-comments .comment-form-email {
    margin-right: 0;
    width: 94%; } }
@media (max-width: 600px) {
  #post-comments #reply-title #cancel-comment-reply-link {
    margin: 5% 0;
    text-align: center;
    width: 100%; } }
.oneImage {
  border-bottom: 1px #daddde solid;
  height: 350px;
  margin: 40px auto 30px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 94%; }
  .oneImage .swiper-wrapper {
    height: 300px; }
  .oneImage p {
    margin-top: 310px;
    text-align: center; }
  .oneImage .swiper-pagination {
    bottom: 0; }
  .oneImage .swiper-scrollbar {
    bottom: 0; }
  .oneImage .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }

.sameHeight {
  border-bottom: 1px #daddde solid;
  margin: 80px auto 50px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 94%;
  padding-bottom: 50px; }
  .sameHeight .swiper-wrapper {
    height: 300px; }
  .sameHeight .swiper-slide {
    width: auto !important; }
  .sameHeight a {
    vertical-align: middle; }
  .sameHeight img {
    border: none !important;
    height: 100%;
    width: auto; }
  .sameHeight .swiper-pagination {
    bottom: 0; }
  .sameHeight .swiper-scrollbar {
    bottom: 0; }
  .sameHeight p {
    text-align: center;
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }

.gallery .gallery-item {
  height: 100%; }
  .gallery .gallery-item .gallery-icon {
    height: 100%; }
  .gallery .gallery-item img {
    max-height: 100%;
    max-width: 90%; }
  .gallery .gallery-item .gallery-caption {
    background-color: initial;
    color: #455359; }

figure img, .gallery img {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.12); }

.wp-caption-text {
  background: none;
  color: #455359;
  text-align: center;
  margin-bottom: 50px; }

figure .wp-caption-text {
  margin-bottom: 0; }

figure {
  padding: 0 !important; }

.next-post, .prev-post {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  width: 45px;
  height: 100px;
  cursor: pointer; }
  .next-post *, .prev-post * {
    position: absolute; }
  .next-post .arrow-svg-bg, .prev-post .arrow-svg-bg {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 45px; }
    .next-post .arrow-svg-bg:after, .prev-post .arrow-svg-bg:after {
      content: "";
      position: absolute;
      height: 30px;
      width: 30px;
      left: 50%;
      top: 50%;
      margin-top: -15px;
      background-color: #B1455E;
      border-radius: 50%; }
  .next-post svg, .prev-post svg {
    z-index: 1; }
    .next-post svg path, .prev-post svg path {
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      -ms-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s;
      fill: #FFFFFF; }
  .next-post span, .prev-post span {
    display: none; }
  .next-post:hover, .prev-post:hover {
    background: #FFFFFF;
    width: 345px; }
    .next-post:hover span, .prev-post:hover span {
      display: inline-block;
      position: absolute;
      padding: 12px;
      width: 300px; }
    .next-post:hover span.title, .prev-post:hover span.title {
      text-transform: uppercase;
      letter-spacing: 1px;
      top: 10px;
      height: auto; }
    .next-post:hover span.postName, .prev-post:hover span.postName {
      top: 40px; }

.prev-post {
  left: 0; }
  .prev-post .arrow-svg-bg {
    float: left; }
    .prev-post .arrow-svg-bg:after {
      margin-left: -14px; }
  .prev-post svg {
    transform: rotate(180deg);
    left: 20px;
    top: 50%;
    margin-top: -6.5px; }
  .prev-post:hover span {
    left: 50px;
    text-align: left; }

.next-post {
  right: 0; }
  .next-post .arrow-svg-bg {
    float: right; }
    .next-post .arrow-svg-bg:after {
      margin-left: -16px; }
  .next-post svg {
    right: 20px;
    top: 50%;
    margin-top: -6.5px; }
  .next-post:hover span {
    right: 50px;
    text-align: right; }

@media (max-width: 768px) {
  .next-post, .prev-post {
    display: none; } }
figure {
  position: relative;
  max-width: 100%; }
  figure .postOverlay {
    z-index: 3; }
  figure img {
    position: relative;
    max-height: 100%;
    width: auto;
    z-index: 2; }

.post-cats--mobile {
  display: none; }

.post-social--mobile {
  display: none; }

@media (max-width: 767px) {
  .post-cats--mobile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    width: 94%;
    display: block;
    width: 100%;
    min-height: 50px;
    position: relative; }
    .post-cats--mobile ul {
      width: 100%;
      min-height: 50px; }
    .post-cats--mobile li {
      display: inline-block;
      float: left;
      font-weight: 300;
      font-size: 15px;
      padding: 5px 10px;
      margin: 10px 10px;
      background-color: #8BB6C4;
      border-radius: 20px; }

  .post-social--mobile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3%;
    display: block;
    position: relative;
    line-height: 70px;
    width: 94%;
    text-align: center;
    clear: both; }
    .post-social--mobile .category_link {
      width: 100%; }
    .post-social--mobile li {
      display: inline-block;
      margin: 0 20px;
      list-style: none;
      border-radius: 30px;
      border: solid #e9ecee 1px;
      margin-bottom: 10px;
      padding-right: 10px; }
    .post-social--mobile img {
      display: inline-block;
      vertical-align: middle; }
    .post-social--mobile span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }

  #tag-list p {
    margin-bottom: 0; } }
.content-inner.news, .content-inner.rezept {
  overflow: hidden; }

.content-inner.news #post-header h1 {
  margin-top: 50px; }

body.page-newsletter .simple-content-page #upperPart {
  background-color: #f9fafb; }

.kontakt-form {
  width: 96%;
  margin: 30px 3%; }

.simple-content-page {
  padding-top: 50px; }
  .simple-content-page .content-inner {
    overflow: hidden; }
  .simple-content-page #upperPart {
    width: 780px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    border-top: 5px #B1455E solid; }
    .simple-content-page #upperPart #post-content p, .simple-content-page #upperPart #post-content h2, .simple-content-page #upperPart #post-content h3, .simple-content-page #upperPart #post-content .infoWindow .infoWindow__title, .infoWindow .simple-content-page #upperPart #post-content .infoWindow__title, .simple-content-page #upperPart #post-content h4 {
      padding: 0; }
    .simple-content-page #upperPart a {
      color: #B1455E; }
  .simple-content-page #post-header h1 {
    text-align: left;
    margin: 60px 0 20px 0; }
  .simple-content-page .content-narrow, .simple-content-page #post-content p:not(.slide-text), #post-content .simple-content-page p:not(.slide-text), .simple-content-page #post-content h2, #post-content .simple-content-page h2, .simple-content-page #post-content h3, #post-content .simple-content-page h3, .simple-content-page #post-content .infoWindow .infoWindow__title, #post-content .infoWindow .simple-content-page .infoWindow__title, .simple-content-page .infoWindow #post-content .infoWindow__title, .infoWindow #post-content .simple-content-page .infoWindow__title, .simple-content-page #post-content h4, #post-content .simple-content-page h4, .simple-content-page figure, .simple-content-page .gform_confirmation_wrapper, .simple-content-page .gform_wrapper, .simple-content-page .mehr-davon {
    max-width: 96%; }
  .simple-content-page #sidebar {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-top-right-radius: 30px; }
    .simple-content-page #sidebar .cell {
      background-color: transparent;
      box-shadow: none;
      width: 320px;
      height: auto;
      margin: 0 10px; }
    .simple-content-page #sidebar iframe {
      margin: 0 auto; }
    .simple-content-page #sidebar .widget-header {
      font-size: 11px;
      padding-bottom: 3px;
      margin-bottom: 5px;
      text-align: left;
      height: auto;
      text-transform: uppercase;
      border-width: 2px; }
    .simple-content-page #sidebar #spotify {
      height: 500px;
      width: 320px; }
      .simple-content-page #sidebar #spotify .widget-header {
        border-color: #87c000; }
    .simple-content-page #sidebar #fb-profile .widget-header {
      border-color: #3B5998; }
    .simple-content-page #sidebar #servus .widget-header {
      border-color: #dc0000; }

@media (max-width: 1260px) {
  .simple-content-page #upperPart {
    width: 745px; } }
@media (max-width: 1200px) {
  .simple-content-page #upperPart {
    width: 690px; } }
@media (max-width: 1140px) {
  .simple-content-page #upperPart {
    width: 630px; } }
@media (max-width: 1080px) {
  .simple-content-page #upperPart {
    width: 580px; } }
@media (max-width: 1023px) {
  .simple-content-page #upperPart {
    width: 96%;
    margin: 0 3%;
    margin-bottom: 30px; }
  .simple-content-page #sidebar {
    display: block; } }
@media (max-width: 400px) {
  .simple-content-page #sidebar {
    width: 96%;
    margin: 0 3%;
    margin-bottom: 30px; }
    .simple-content-page #sidebar #spotify, .simple-content-page #sidebar #fb-profile, .simple-content-page #sidebar #servus {
      margin: 0 3%;
      width: 96%; } }
#shares {
  margin-right: 40px; }
  #shares a {
    background-color: transparent; }
    #shares a:hover .fa {
      -webkit-filter: brightness(120%) saturate(1.2);
      filter: brightness(120%) saturate(1.2); }
  #shares .fa {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    z-index: 2;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  #shares .fa-facebook {
    background-image: url(img/icons/single/facebook.svg); }
  #shares .fa-twitter {
    background-image: url(img/icons/single/twitter.svg); }
  #shares .fa-google-plus {
    background-image: url(img/icons/single/googleplus.svg); }
  #shares .fa-pinterest-p {
    background-image: url(img/icons/single/pinterest.svg); }
  #shares .sbutton {
    display: block !important;
    border-radius: 30px;
    border: 1px #daddde solid; }
  #shares li {
    border: none;
    height: 42px; }
  #shares a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    width: 100px; }
    #shares a i {
      border-radius: 50%; }
      #shares a i:after {
        content: none; }
      #shares a i:before {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
  #shares .share_text {
    display: none; }
  #shares .share_count {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: #455359;
    text-shadow: none;
    height: auto;
    font-size: 15px;
    padding: 0;
    width: 60px;
    text-align: center;
    height: 34px;
    margin-top: 2px;
    line-height: 36px;
    border-right: solid 1px #7F7F7F;
    border-top: solid 1px #7F7F7F;
    border-bottom: solid 1px #7F7F7F;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }
    #shares .share_count.empty {
      width: 0;
      margin-right: 50px; }
  #shares .share_count:empty {
    display: none; }

@media (max-width: 1189px) {
  .content-inner.news #post-social, .content-inner.rezept #post-social {
    width: 100%;
    height: 80px;
    min-height: initial; }
  .content-inner.news #crestashareicon, .content-inner.rezept #crestashareicon {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 80px;
    float: none !important;
    clear: none !important;
    top: initial !important;
    left: initial !important; }
    .content-inner.news #crestashareicon .sbutton, .content-inner.rezept #crestashareicon .sbutton {
      float: none;
      clear: none !important;
      display: inline-block !important;
      margin: 10px 20px; }
      .content-inner.news #crestashareicon .sbutton span, .content-inner.rezept #crestashareicon .sbutton span {
        width: 20px; } }
@media (max-width: 767px) {
  #post-social {
    width: 100%;
    height: 80px;
    min-height: initial; }

  #shares {
    width: 420px;
    margin: 0 auto; }

  #shares li {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    margin-right: 20px; } }
@media (max-width: 459px) {
  #shares {
    width: 360px; }

  #shares li {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 399px) {
  #shares {
    width: 100%; }

  #shares ul {
    text-align: center; }

  #shares li {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100px;
    text-align: initial; } }
.content-inner.news #post-social {
  width: 100%;
  height: 80px;
  min-height: initial; }
.content-inner.news #shares {
  width: 420px;
  margin: 0 auto; }
.content-inner.news #shares li {
  display: inline-block;
  width: 100px;
  margin-left: 20px;
  margin-right: 20px; }

.content-inner.rezept #post-social {
  position: relative;
  width: 100%;
  height: 80px;
  min-height: initial; }
.content-inner.rezept #shares {
  width: 420px;
  margin: 0 auto; }
.content-inner.rezept #shares li {
  display: inline-block;
  width: 100px;
  margin-left: 20px;
  margin-right: 20px; }

@media (max-width: 459px) {
  .content-inner.rezept #shares, .content-inner.news #shares {
    width: 360px; }
  .content-inner.rezept #shares li, .content-inner.news #shares li {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
    margin-right: 10px; } }
@media (max-width: 399px) {
  .content-inner.rezept #shares, .content-inner.news #shares {
    width: 100%; }
  .content-inner.rezept #shares ul, .content-inner.news #shares ul {
    text-align: center; }
  .content-inner.rezept #shares li, .content-inner.news #shares li {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100px;
    text-align: initial; } }
.color-box {
  color: white;
  background-color: #8BB6C4;
  margin: 0 auto !important;
  padding: 10px 100px 30px 100px !important; }

h3.color-box, .infoWindow .color-box.infoWindow__title, h2.color-box {
  padding: 30px 100px 10px 100px !important; }

@media (max-width: 1158.89543px) {
  .color-box {
    padding: 10px 3% !important; }

  h3.color-box, .infoWindow .color-box.infoWindow__title {
    padding: 30px 3% 10px 3% !important; } }
table {
  margin: 20px 10%;
  width: 80%; }
  table tr {
    text-align: center;
    border-bottom: 1px solid #455359; }
    table tr td {
      min-width: 50px;
      line-height: 40px; }

@media (max-width: 767px) {
  figure {
    max-width: 96% !important; } }
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* body.page-newsletter #post-content p {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: initial !important; } */

.small_text_under_tags {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  margin: 50px auto;
  float: left; }
  .small_text_under_tags p {
    margin: 10px 0; }

@media (max-width: 1158.89543px) {
  .small_text_under_tags {
    padding: 0 3%; } }
#post-content a {
  color: #B1455E; }

.gform_confirmation_wrapper, .gform_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto 0 auto !important; }

.gform_confirmation_wrapper {
  text-align: center;
  font-weight: bold; }

@media (max-width: 767px) {
  #post-header h1 {
    font-size: 24px;
    line-height: 1.4; } }
.shareCount {
  color: #3B5998; }

#filter {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  z-index: 10;
  background-color: #FFF;
  top: 10px;
  height: 50px;
  line-height: 50px;
  width: 940px; }
  #filter.karte {
    -webkit-transition: 0.6s all linear 0.6s;
    -moz-transition: 0.6s all linear 0.6s;
    -ms-transition: 0.6s all linear 0.6s;
    -o-transition: 0.6s all linear 0.6s;
    transition: 0.6s all linear 0.6s; }
  #filter.fixed {
    position: fixed; }
  #filter select {
    border: 0;
    border-bottom: 3px solid #B1455E; }
  #filter .filter__lokale, #filter .filter__kategorie, #filter .filter__bezirk {
    margin-left: 30px;
    margin-right: 15px;
    text-transform: none; }
  #filter #citydd, #filter #bezirkdd, #filter #catdd {
    width: 160px;
    margin: 0 20px; }
  #filter #citydd {
    margin-left: 40px; }
  #filter #change-view {
    margin: 0 40px; }
  #filter #dds, #filter #change-view {
    display: inline-block; }
  #filter #change-view .change-view__buttons {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    border: 1px solid #daddde;
    width: 60px;
    border-radius: 30px; }
  #filter #list-view {
    position: relative; }
    #filter #list-view svg path {
      -webkit-transition: 0.8s all ease;
      -moz-transition: 0.8s all ease;
      -ms-transition: 0.8s all ease;
      -o-transition: 0.8s all ease;
      transition: 0.8s all ease; }
  #filter #karte-view {
    position: relative; }
    #filter #karte-view svg {
      -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
      -o-transform: translateY(3px);
      transform: translateY(3px); }
    #filter #karte-view svg path {
      -webkit-transition: 0.8s all ease;
      -moz-transition: 0.8s all ease;
      -ms-transition: 0.8s all ease;
      -o-transition: 0.8s all ease;
      transition: 0.8s all ease; }
  #filter a {
    float: left;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px; }
    #filter a svg path {
      filter: initial; }
  #filter .list #list-view svg path {
    fill: #FFFFFF; }
  #filter .list #list-view:before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #B1455E;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  #filter .list #karte-view svg path {
    fill: #B1455E; }
  #filter .list .change-view__buttons:hover #list-view svg path {
    fill: #B1455E; }
  #filter .list .change-view__buttons:hover #list-view:before {
    right: 30px; }
  #filter .list .change-view__buttons:hover #karte-view svg path {
    fill: #FFFFFF; }
  #filter .map #list-view svg path {
    fill: #B1455E; }
  #filter .map #karte-view svg path {
    fill: #FFFFFF; }
  #filter .map #karte-view:before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #B1455E;
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  #filter .map .change-view__buttons:hover #list-view svg path {
    fill: #FFFFFF; }
  #filter .map .change-view__buttons:hover #karte-view svg path {
    fill: #B1455E; }
  #filter .map .change-view__buttons:hover #karte-view:before {
    left: 30px; }
  #filter .filter__text--small {
    display: none;
    margin-left: 15px;
    margin-right: 5px;
    text-transform: none; }

#city-search {
  border-top: 1px solid #daddde;
  border-bottom: 1px solid #daddde;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  top: 60px;
  height: 50px;
  line-height: 50px;
  width: 940px;
  /* Special styling for WebKit/Blink */
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
  #city-search .CS_title {
    display: none; }
  #city-search.fixed {
    position: fixed; }
  #city-search form {
    width: 100%; }
  #city-search select {
    border: 0;
    border-bottom: 3px solid #B1455E; }
  #city-search svg {
    position: absolute;
    right: 260px;
    top: 18px;
    height: 14px;
    width: 14px;
    cursor: pointer; }
    #city-search svg path {
      fill: #FFFFFF; }
  #city-search #under-svg {
    position: absolute;
    height: 28px;
    width: 28px;
    background-color: #B1455E;
    right: 252px;
    top: 10px;
    border-radius: 50%;
    cursor: pointer; }
  #city-search input[type=text] {
    border: 0;
    border-bottom: 1px solid #455359;
    letter-spacing: 1px;
    width: 240px; }
    #city-search input[type=text]::-webkit-input-placeholder {
      color: #455359; }
    #city-search input[type=text]:-moz-placeholder {
      color: #455359;
      opacity: 1; }
    #city-search input[type=text]::-moz-placeholder {
      color: #455359;
      opacity: 1; }
    #city-search input[type=text]:-ms-input-placeholder {
      color: #455359; }
  #city-search .niceButton, #city-search #featured .weiter--featured, #featured #city-search .weiter--featured, #city-search .kontakt-form input[type="submit"], .kontakt-form #city-search input[type="submit"], #city-search .gform_button, #city-search #karte-listing .lesenButton a, #karte-listing .lesenButton #city-search a {
    padding: 5px 20px;
    line-height: initial; }
  #city-search .zoom--regular {
    display: inline-block; }
    #city-search .zoom--regular .hidden {
      display: none; }
  #city-search input[type=submit] {
    margin-left: 20px; }
  #city-search input[type=range] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 120px;
    /* Specific width is required for Firefox. */ }
  #city-search input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  #city-search input[type=range]:focus {
    outline: none; }
  #city-search input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent; }
  #city-search input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #B1455E;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */ }
  #city-search input[type=range]::-moz-range-thumb {
    height: 16px;
    width: 16px;
    background: #B1455E;
    border-radius: 50%;
    cursor: pointer; }
  #city-search input[type=range]::-ms-thumb {
    height: 16px;
    width: 16px;
    background: #B1455E;
    border-radius: 50%;
    cursor: pointer; }
  #city-search input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: rgba(177, 69, 94, 0.3);
    border-radius: 30px; }
  #city-search input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: rgba(177, 69, 94, 0.3);
    border-radius: 30px; }
  #city-search input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent; }
  #city-search input[type=range]::-ms-fill-lower {
    background: rgba(177, 69, 94, 0.3);
    border-radius: 30px; }
  #city-search input[type=range]::-ms-fill-upper {
    background: rgba(177, 69, 94, 0.3);
    border-radius: 30px; }
  #city-search #kilometerText {
    color: #B1455E;
    margin-left: 10px;
    width: 10px;
    display: inline-block; }
  #city-search #unit {
    color: #B1455E; }
  #city-search .city-search__suche {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    margin-left: 40px; }
  #city-search .city-search__radius {
    display: inline-block;
    margin-left: 5px;
    color: #B1455E;
    margin-right: 15px;
    font-size: 13px; }
  #city-search .street__first-row, #city-search .street__second-row {
    position: relative;
    display: inline-block; }
  #city-search .street__second-row {
    float: right;
    margin-right: 40px; }

.zoom--onMap {
  -webkit-transition: background ease 0.5s;
  -moz-transition: background ease 0.5s;
  -ms-transition: background ease 0.5s;
  -o-transition: background ease 0.5s;
  transition: background ease 0.5s;
  display: block;
  position: absolute;
  top: 120px;
  right: 60px;
  z-index: 1;
  height: 50px;
  width: 50px; }
  .zoom--onMap span {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .zoom--onMap.fixed--full {
    position: fixed !important; }
  .zoom--onMap.fixed--tablet {
    position: fixed !important;
    top: 10px; }
  .zoom--onMap.fixed--mobile {
    position: fixed !important;
    top: 10px; }
  .zoom--onMap .hidden {
    display: none; }

.change--onMap, .filterButton {
  display: none; }

#change-view .change-view__text {
  display: none !important; }

#filter {
  width: 775px; }

#city-search {
  width: 775px; }

#city-search .city-search__suche {
  display: none; }

#city-search input[type=text] {
  margin-left: 70px; }

@media (max-width: 1200px) {
  #filter {
    width: 600px; }
    #filter #citydd {
      /* width: 120px; */
      margin: 0 10px 0 20px; }
    #filter #bezirkdd {
      /* width: 115px; */
      margin: 0 10px; }
    #filter #catdd {
      margin: 0 10px; }
    #filter #change-view {
      margin-right: 20px; }

  #city-search {
    width: 600px; }
    #city-search input[type=text] {
      margin-left: 50px;
      width: 190px; }
    #city-search svg {
      right: 210px; }
    #city-search #under-svg {
      right: 203px; }
    #city-search .street__second-row {
      margin-right: 20px; }
    #city-search .city-search__radius {
      display: none; }
    #city-search #radius {
      width: 120px; } }
@media (max-width: 1023px) {
  #filter {
    top: 0;
    position: absolute; }
    #filter.fixed {
      position: absolute !important; }

  #city-search {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: 50px;
    position: absolute; }
    #city-search.fixed {
      position: absolute !important; }

  .filterButton {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    display: none;
    z-index: 2;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -58px;
    padding: 20px;
    text-transform: uppercase;
    font-size: 14px !important; }
    .filterButton svg {
      -webkit-transform: scale(0.8) rotate(90deg) translate3D(3px, -7px, 0);
      -moz-transform: scale(0.8) rotate(90deg) translate3D(3px, -7px, 0);
      -ms-transform: scale(0.8) rotate(90deg) translate3D(3px, -7px, 0);
      -o-transform: scale(0.8) rotate(90deg) translate3D(3px, -7px, 0);
      transform: scale(0.8) rotate(90deg) translate3D(3px, -7px, 0); }
      .filterButton svg path {
        fill: #455359 !important;
        filter: none;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s; }
    .filterButton.shown {
      color: #B1455E; }
      .filterButton.shown svg path {
        fill: #B1455E !important; }

  body:not(.page-fruehstueckskarte) .filterButton {
    display: none; }

  .change--onMap {
    -webkit-transition: transform ease 1s;
    -moz-transition: transform ease 1s;
    -ms-transition: transform ease 1s;
    -o-transition: transform ease 1s;
    transition: transform ease 1s;
    display: block;
    position: absolute;
    font-size: 20px;
    line-height: 40px;
    top: 120px;
    padding: 0 15px;
    opacity: 1;
    z-index: 1; }
    .change--onMap.change--onMap--left {
      left: 10px;
      padding-right: 20px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 1px #daddde solid; }
    .change--onMap.change--onMap--right {
      left: 60px;
      padding-left: 20px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: 1px #daddde solid; }
    .change--onMap.hidden {
      opacity: 0;
      z-index: -1;
      -webkit-transform: translate3d(0, -60px, 0px);
      -ms-transform: translate3d(0, -60px, 0px);
      transform: translate3d(0, -60px, 0px);
      -moz-transform: translate3d(0, -60px, 0px);
      -o-transform: translate3d(0, -60px, 0px); }
    .change--onMap.fixed {
      position: fixed !important;
      top: 10px; }
    .change--onMap.inactive {
      color: #455359;
      background-color: #daddde;
      border-color: #455359; } }
@media (max-width: 767px) {
  .filterButton {
    display: block; }

  .zoom--onMap {
    top: 10px; }

  .change--onMap {
    top: 10px; }

  body:not(.page-fruehstueckskarte) #filter {
    display: none; }

  #filter {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    height: 150px;
    width: 100%;
    margin-left: 0 !important;
    top: -210px;
    z-index: 4; }
    #filter.shown {
      top: 0; }
    #filter #dds {
      width: 100%;
      margin: 0; }
      #filter #dds select {
        margin: 0 !important;
        height: 50px !important;
        width: 100% !important;
        padding: 0 3% !important;
        display: block !important;
        border-top: solid 2px #daddde;
        border-bottom: solid 2px #daddde;
        background: #eeeff0 !important; }
    #filter #change-view {
      display: none; }

  #city-search {
    top: -100px;
    height: 0;
    margin-left: 0 !important;
    z-index: 4;
    width: 100% !important; }
    #city-search.shown {
      top: 150px; }
    #city-search .CS_title {
      display: block;
      margin-left: 30px; }
    #city-search input[type="text"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 80%;
      margin: 0 10%; }
    #city-search svg {
      left: 0; }
    #city-search #under-svg {
      left: -7px; }
    #city-search .street__first-row {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 90%;
      margin: 0 5%; }
    #city-search .street__second-row {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 90%;
      margin: 0 5%;
      text-align: center; }
    #city-search #radius {
      width: 90px; } }
.cell {
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  background-color: #FFFFFF;
  padding: 10px;
  border-top-right-radius: 30px;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
  -webkit-transform: translate3d(0, -20px, 0px);
  -ms-transform: translate3d(0, -20px, 0px);
  transform: translate3d(0, -20px, 0px);
  -moz-transform: translate3d(0, -20px, 0px);
  -o-transform: translate3d(0, -20px, 0px);
  opacity: 0; }
  .cell.ready {
    -webkit-transform: translate3d(0, 0, 0px);
    -ms-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    -moz-transform: translate3d(0, 0, 0px);
    -o-transform: translate3d(0, 0, 0px);
    opacity: 1;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.16); }

.transition-0 {
  transition-delay: 0.15s; }

.transition-1 {
  transition-delay: 0.3s; }

.transition-2 {
  transition-delay: 0.45s; }

.transition-3 {
  transition-delay: 0.6s; }

.transition-4 {
  transition-delay: 0.75s; }

.transition-5 {
  transition-delay: 0.9s; }

.transition-6 {
  transition-delay: 1.05s; }

.transition-7 {
  transition-delay: 1.2s; }

.transition-8 {
  transition-delay: 1.35s; }

.transition-9 {
  transition-delay: 1.5s; }

.transition-9 {
  transition-delay: 1.5s; }

.transition-10 {
  transition-delay: 1.65s; }

.transition-11 {
  transition-delay: 1.8s; }

.transition-12 {
  transition-delay: 1.95s; }

.transition-13 {
  transition-delay: 2.1s; }

.transition-14 {
  transition-delay: 2.25s; }

.transition-15 {
  transition-delay: 2.4s; }

.transition-16 {
  transition-delay: 2.55s; }

.transition-17 {
  transition-delay: 2.7s; }

.transition-18 {
  transition-delay: 2.85s; }

.transition-19 {
  transition-delay: 3s; }

.transition-20 {
  transition-delay: 3.15s; }

.transition-21 {
  transition-delay: 3.3s; }

.transition-22 {
  transition-delay: 3.45s; }

.transition-23 {
  transition-delay: 3.6s; }

.transition-24 {
  transition-delay: 3.75s; }

.transition-25 {
  transition-delay: 3.9s; }

.transition-26 {
  transition-delay: 4.05s; }

.transition-27 {
  transition-delay: 4.2s; }

.transition-28 {
  transition-delay: 4.35s; }

.transition-29 {
  transition-delay: 4.5s; }

.transition-30 {
  transition-delay: 4.65s; }

.postOverlay {
  background: -webkit-linear-gradient(transparent 80%, rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(transparent 80%, rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(transparent 80%, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent 80%, rgba(0, 0, 0, 0.6));
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0; }

.post:hover .text {
  opacity: 1; }

.title {
  height: 85px; }
  .title:after {
    content: "";
    height: 100%;
    width: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
  .title h2 {
    line-height: 26px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-bottom: 10px;
    width: 98%; }

.like .svg svg {
  -webkit-transform: translate3d(0, 1px, 0px);
  -ms-transform: translate3d(0, 1px, 0px);
  transform: translate3d(0, 1px, 0px);
  -moz-transform: translate3d(0, 1px, 0px);
  -o-transform: translate3d(0, 1px, 0px);
  height: 12px; }
  .like .svg svg path {
    fill: #3B5998;
    filter: none; }

.stadt, .like {
  display: inline-block;
  padding: 0 8px;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  .stadt img, .like img {
    vertical-align: text-top;
    height: 13px;
    margin-right: 8px; }
  .stadt:hover, .like:hover {
    background-color: rgba(0, 0, 0, 0.2); }

.text, .img {
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0; }

.text {
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
  padding: 10px; }
  .text p {
    line-height: 1.2rem;
    margin-top: 0;
    margin-bottom: 0; }
  .text .weiter {
    color: #B1455E;
    margin-top: 10px;
    display: inline-block; }
  .text .category_link {
    position: absolute;
    bottom: 10px; }
    .text .category_link a {
      color: #B1455E; }

.img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .img img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: initial;
    max-height: initial; }
  .img .author-date {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #FFFFFF; }

.ribbon {
  position: absolute;
  bottom: 50px; }

.ribbon-body {
  font-size: 15px;
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding-left: 10px;
  text-align: left;
  color: white; }
  .ribbon-body:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -30px;
    border-right: 30px solid transparent; }
  .ribbon-body:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -30px;
    border-right: 30px solid transparent; }

.ribbon-body.top-10 {
  background-color: #8BB6C4; }
  .ribbon-body.top-10:before {
    border-top: 30px solid #8BB6C4; }
  .ribbon-body.top-10:after {
    border-bottom: 30px solid #8BB6C4; }

.ribbon-body.video {
  cursor: pointer;
  background-color: #e89e3f; }
  .ribbon-body.video:before {
    border-top: 30px solid #e89e3f; }
  .ribbon-body.video:after {
    border-bottom: 30px solid #e89e3f; }

.ribbon-body.update {
  background-color: #B1455E; }
  .ribbon-body.update:before {
    border-top: 30px solid #B1455E; }
  .ribbon-body.update:after {
    border-bottom: 30px solid #B1455E; }

.ribbon-body.qb {
  background-color: #739667; }
  .ribbon-body.qb:before {
    border-top: 30px solid #739667; }
  .ribbon-body.qb:after {
    border-bottom: 30px solid #739667; }

.ribbon-body.nobf {
  background-color: #fcc531; }
  .ribbon-body.nobf:before {
    border-top: 30px solid #fcc531; }
  .ribbon-body.nobf:after {
    border-bottom: 30px solid #fcc531; }

#spotify {
  margin: 10px;
  width: 300px;
  height: 880px; }
  #spotify .widget-header {
    height: 150px; }

#servus {
  margin: 10px;
  width: 300px;
  height: 430px; }

#newsletter {
  text-align: center;
  letter-spacing: initial; }
  #newsletter p.newsletter__header {
    font-size: 20px;
    line-height: initial;
    margin: 10px 0;
    padding: 10px; }
  #newsletter input[type=text] {
    font-size: 18px;
    letter-spacing: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%; }
  #newsletter .niceButton, #newsletter #featured .weiter--featured, #featured #newsletter .weiter--featured, #newsletter .kontakt-form input[type="submit"], .kontakt-form #newsletter input[type="submit"], #newsletter .gform_button, #newsletter #karte-listing .lesenButton a, #karte-listing .lesenButton #newsletter a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 10px 30px;
    width: 200px;
    margin-left: -130px; }

#toKarte {
  text-align: center;
  font-size: 18px; }
  #toKarte .toKarte__header {
    font-size: 20px;
    line-height: initial;
    letter-spacing: initial;
    padding: 10px; }
  #toKarte p {
    margin: 10px 0; }
  #toKarte .niceButton, #toKarte #featured .weiter--featured, #featured #toKarte .weiter--featured, #toKarte .kontakt-form input[type="submit"], .kontakt-form #toKarte input[type="submit"], #toKarte .gform_button, #toKarte #karte-listing .lesenButton a, #karte-listing .lesenButton #toKarte a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 10px 30px;
    width: 200px;
    margin-left: -130px; }
  #toKarte img {
    max-height: 118px; }

#fb-profile {
  position: relative;
  text-align: center; }
  #fb-profile p.front-teaser__title {
    font-size: 20px;
    line-height: initial;
    margin: 10px 0;
    padding: 10px; }
  #fb-profile .niceButton, #fb-profile #featured .weiter--featured, #featured #fb-profile .weiter--featured, #fb-profile .kontakt-form input[type="submit"], .kontakt-form #fb-profile input[type="submit"], #fb-profile .gform_button, #fb-profile #karte-listing .lesenButton a, #karte-listing .lesenButton #fb-profile a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    padding: 10px 30px;
    width: 200px;
    margin-left: -130px; }

.widget-header {
  font-size: 11px;
  height: 45px;
  margin-bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #455359; }

.spotify--front {
  text-align: center; }

.servus--front {
  text-align: center; }
  .servus--front p {
    margin: 30px 0;
    text-transform: none; }

.ausland--front {
  text-align: center; }
  .ausland--front p {
    margin: 0; }

.front-teaser__title {
  padding: 0 !important;
  font-size: 24px !important;
  margin: 10px !important;
  font-weight: 600;
  line-height: initial; }

.front-teaser__text {
  width: 90%;
  position: absolute;
  bottom: 72px;
  padding: 0 10px;
  font-size: 18px !important;
  line-height: initial;
  margin: 0 !important;
  font-weight: 500; }

.front-teaser__button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 10px 30px;
  width: 200px;
  margin-left: -130px; }

.front-teaser__img.newsletter {
  margin-top: 40px; }

.front-teaser__img.map {
  margin-top: 50px; }

.front-teaser__button {
  font-size: 14px; }

.front-teaser__bottom-img {
  margin-top: 40px; }

@media (max-width: 1190px) {
  .front-teaser__text {
    bottom: 70px; } }
@media (max-width: 1130px) {
  .front-teaser__img.newsletter {
    margin-top: 20px; } }
.spotify--front .front-teaser__title {
  margin: 10px 0 !important; }
.spotify--front .front-teaser__bottom-img {
  margin-top: 60px !important; }

@media (max-width: 767px) {
  .front-teaser__text {
    font-size: 16px !important; } }
#outer-map {
  margin-bottom: -100px; }

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#map-counter {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 40px;
  height: 40px;
  margin: 0;
  color: white;
  background-color: #455359; }

#map-counter-left {
  -webkit-transform: rotate(180deg) translate3D(0, 3px, 0);
  -moz-transform: rotate(180deg) translate3D(0, 3px, 0);
  -ms-transform: rotate(180deg) translate3D(0, 3px, 0);
  -o-transform: rotate(180deg) translate3D(0, 3px, 0);
  transform: rotate(180deg) translate3D(0, 3px, 0); }

#map-counter-right {
  -webkit-transform: translate3d(0, 3px, 0px);
  -ms-transform: translate3d(0, 3px, 0px);
  transform: translate3d(0, 3px, 0px);
  -moz-transform: translate3d(0, 3px, 0px);
  -o-transform: translate3d(0, 3px, 0px); }

#map-counter-left, #map-counter-right {
  width: 30px;
  text-align: center;
  cursor: pointer;
  text-align: center; }
  #map-counter-left svg path, #map-counter-right svg path {
    filter: none; }
  #map-counter-left.inactive, #map-counter-right.inactive {
    cursor: default; }
    #map-counter-left.inactive svg path, #map-counter-right.inactive svg path {
      fill: none; }

#map-counter-left {
  float: left; }

#map-counter-right {
  float: right; }

.zoomOut {
  position: fixed;
  bottom: 0;
  background-color: #FFFFFF;
  text-align: center;
  width: 100%;
  cursor: pointer;
  height: 50px;
  line-height: 50px; }

#karte-listing {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.19);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  width: 350px;
  background-color: #FFFFFF;
  position: absolute;
  margin-left: 20px;
  top: 10px; }
  #karte-listing .post {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden; }
    #karte-listing .post:hover .text {
      opacity: 1; }
    #karte-listing .post.hidden {
      display: none; }
  #karte-listing .showOnMap {
    display: none; }
  #karte-listing .post.QuickBreakfast .quickOpen {
    margin-bottom: 20px; }
  #karte-listing .title {
    height: 100px;
    margin: 0 20px; }
    #karte-listing .title:after {
      content: "";
      height: 100%;
      width: 0;
      font-size: 0;
      display: inline-block;
      vertical-align: middle; }
    #karte-listing .title h2 {
      display: inline-block;
      vertical-align: middle;
      margin-top: 10px;
      font-size: 22px; }
  #karte-listing .like .svg svg {
    -webkit-transform: translate3d(0, 1px, 0px);
    -ms-transform: translate3d(0, 1px, 0px);
    transform: translate3d(0, 1px, 0px);
    -moz-transform: translate3d(0, 1px, 0px);
    -o-transform: translate3d(0, 1px, 0px);
    height: 12px; }
    #karte-listing .like .svg svg path {
      fill: #3B5998;
      filter: none; }
  #karte-listing .stadt, #karte-listing .like {
    display: inline-block;
    padding: 0 8px;
    line-height: 22px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px; }
    #karte-listing .stadt img, #karte-listing .like img {
      vertical-align: text-top;
      height: 13px;
      margin-right: 8px; }
  #karte-listing .stadt {
    margin-left: 20px; }
  #karte-listing .text, #karte-listing .img {
    top: 145px;
    height: 250px;
    width: 100%;
    position: absolute;
    left: 0; }
  #karte-listing .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    padding: 20px; }
    #karte-listing .text p {
      margin-top: 0;
      margin-bottom: 0; }
    #karte-listing .text .weiter {
      color: #B1455E;
      margin-top: 10px;
      display: inline-block; }
    #karte-listing .text .category_link {
      position: absolute;
      bottom: 10px; }
      #karte-listing .text .category_link a {
        color: #B1455E; }
  #karte-listing .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    #karte-listing .img .author-date {
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 10px;
      color: #FFFFFF; }
  #karte-listing .ribbon {
    position: absolute;
    bottom: 50px; }
  #karte-listing .ribbon-body {
    position: relative;
    background-color: tomato;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: white; }
    #karte-listing .ribbon-body:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      right: -30px;
      border-right: 30px solid transparent;
      border-top: 30px solid tomato; }
    #karte-listing .ribbon-body:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      right: -30px;
      border-right: 30px solid transparent;
      border-bottom: 30px solid tomato; }
  #karte-listing .ribbon-body.QB {
    width: 160px;
    background-color: #739667; }
    #karte-listing .ribbon-body.QB:before {
      border-top: 30px solid #739667; }
    #karte-listing .ribbon-body.QB:after {
      border-bottom: 30px solid #739667; }
  #karte-listing .ribbon-body.top-10 {
    background-color: #8BB6C4; }
    #karte-listing .ribbon-body.top-10:before {
      border-top: 30px solid #8BB6C4; }
    #karte-listing .ribbon-body.top-10:after {
      border-bottom: 30px solid #8BB6C4; }
  #karte-listing .ribbon-body.video {
    cursor: pointer;
    background-color: #e89e3f; }
    #karte-listing .ribbon-body.video:before {
      border-top: 30px solid #e89e3f; }
    #karte-listing .ribbon-body.video:after {
      border-bottom: 30px solid #e89e3f; }
  #karte-listing .ribbon-body.update {
    background-color: #B1455E; }
    #karte-listing .ribbon-body.update:before {
      border-top: 30px solid #B1455E; }
    #karte-listing .ribbon-body.update:after {
      border-bottom: 30px solid #B1455E; }
  #karte-listing .ribbon-body.nobf {
    width: 160px;
    background-color: #fcc531; }
    #karte-listing .ribbon-body.nobf:before {
      border-top: 30px solid #fcc531; }
    #karte-listing .ribbon-body.nobf:after {
      border-bottom: 30px solid #fcc531; }
  #karte-listing .lesenButton {
    width: 100%;
    text-align: center;
    margin-top: 290px; }
    #karte-listing .lesenButton a {
      text-align: center;
      padding: 10px 5%; }
  #karte-listing .quickInfos {
    font-weight: normal;
    padding: 0 20px; }
    #karte-listing .quickInfos .smallTitle {
      margin-top: 10px;
      margin-bottom: 5px; }
    #karte-listing .quickInfos h4 {
      margin-top: 20px; }
    #karte-listing .quickInfos p {
      margin: 0;
      line-height: normal; }
    #karte-listing .quickInfos .svg {
      height: 30px;
      line-height: 30px;
      width: 20px;
      text-align: center;
      margin-right: 10px;
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle; }
    #karte-listing .quickInfos a {
      color: #B1455E; }
    #karte-listing .quickInfos .afterSVG {
      display: inline-block;
      vertical-align: middle; }
    #karte-listing .quickInfos .semmel {
      margin: 3px; }
    #karte-listing .quickInfos .quickBewertung {
      margin-bottom: 10px; }

#expander {
  display: none; }
  #expander.expanded .small {
    display: block; }
  #expander.expanded .big {
    display: none; }
  #expander .small {
    display: none; }
  #expander .big {
    display: block; }

@media (max-width: 1023px) {
  #outer-map {
    height: auto;
    position: relative; }

  #expander {
    position: absolute !important;
    display: block;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0;
    text-align: center;
    line-height: 40px;
    background-color: #FFFFFF; }
    #expander.expanded {
      opacity: 1; }
    #expander .hidden {
      display: none; }
    #expander.fixed--tablet {
      position: fixed !important;
      top: 10px;
      z-index: 3; }
    #expander.fixed--mobile {
      top: 10px;
      z-index: 3; }

  #map {
    height: 300px;
    position: relative; }

  #karte-listing {
    top: 0;
    position: relative;
    margin: 0 auto;
    width: 100%; }
    #karte-listing .img, #karte-listing .text {
      height: 300px; }
    #karte-listing .lesenButton {
      margin-top: 370px; }
    #karte-listing .img, #karte-listing .text {
      margin-top: 30px;
      width: 50%;
      left: 0; }
    #karte-listing .text {
      left: 50%;
      opacity: 1; }
    #karte-listing .showOnMap {
      display: block;
      color: #B1455E;
      height: 30px;
      line-height: 30px;
      margin-top: 15px;
      font-weight: 400;
      margin-left: 30px; } }
@media (max-width: 767px) {
  #map {
    height: 200px; } }
@media (max-width: 600px) {
  #karte-listing {
    width: 100%; }
    #karte-listing .img, #karte-listing .text {
      width: 300px;
      margin-left: 50%;
      -webkit-transform: translate3d(-150px, 0, 0px);
      -ms-transform: translate3d(-150px, 0, 0px);
      transform: translate3d(-150px, 0, 0px);
      -moz-transform: translate3d(-150px, 0, 0px);
      -o-transform: translate3d(-150px, 0, 0px); }
    #karte-listing .text {
      opacity: 0;
      left: 0; } }
.infoWindow .infoWindow__title {
  line-height: 30px; }
.infoWindow .infoWindow__address {
  line-height: 30px; }
.infoWindow .infoWindow__rating__title {
  line-height: 30px;
  font-size: 16px; }
.infoWindow .infoWindow__rating img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px; }
.infoWindow .infoWindow__link {
  padding: 20px;
  cursor: pointer;
  color: #B1455E; }

.infoWindowName {
  line-height: 16px;
  font-size: 16px; }

.rezept h1 {
  font-size: 30px; }
.rezept #zutaten {
  min-height: 200px;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 30%;
  margin-top: 50px;
  text-align: left;
  height: 100%; }
  .rezept #zutaten h4 {
    margin-top: 0;
    margin-top: 60px;
    border-bottom: 2px solid #8BB6C4;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0; }
  .rezept #zutaten ul {
    margin-top: 10px; }
    .rezept #zutaten ul h4 {
      font-size: 13px; }
.rezept .zutaten__list__item {
  list-style: none;
  padding: 10px 10px; }
  .rezept .zutaten__list__item:nth-child(even) {
    background: #8BB6C4; }
.rezept .actual-content {
  float: right;
  width: 65%; }
  .rezept .actual-content * {
    padding: 0 50px 0 0 !important;
    width: 100% !important; }
  .rezept .actual-content a, .rezept .actual-content strong, .rezept .actual-content ul, .rezept .actual-content li {
    padding: 0 !important;
  }
  .rezept .actual-content ol {
    margin-left: 20px !important;
    width: 90% !important;
  }
  .rezeptButton .niceButton {
    margin-top:20px;
    padding: 10px 10px!important;
    width:200px !important;
    text-align:center;
    color:#B1455E !important
  }
  .rezeptButton .niceButton:hover a {
    color:#B1455E !important
  }
  .rezeptButton .niceButton a{
    color:#fff !important
  }

  .rezeptButton .niceButton a:hover{
    color:#B1455E !important
  }

@media (max-width: 1023px) {
  .rezept .actual-content {
    float: none;
    width: 100%; }
  .rezept #zutaten {
    float: none;
    display: block;
    max-width: initial;
    width: 94%;
    padding: 0 3%;
    margin: 0 auto;
    margin-top: 50px; }
  .rezept .actual-content * {
    width: 94% !important;
    padding: 0 3% !important; } }
.dauer, .portionen {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 20px; }
  .dauer svg, .portionen svg {
    margin-right: 5px;
    -webkit-transform: translate3d(0, 2px, 0px);
    -ms-transform: translate3d(0, 2px, 0px);
    transform: translate3d(0, 2px, 0px);
    -moz-transform: translate3d(0, 2px, 0px);
    -o-transform: translate3d(0, 2px, 0px); }
  .dauer.inHeader, .portionen.inHeader {
    margin: 20px 0 35px; }

.portionen {
  margin-left: 10px; }

.rezept-list .rezept-list__kategorie {
  padding: 20px;
  border-top: 1px solid #daddde;
  border-bottom: 1px solid #daddde;
  display: block;
  overflow: hidden; }
  .rezept-list .rezept-list__kategorie li {
    list-style: none;
    float: left;
    list-style: none;
    margin: 10px;
    padding: 5px; }
    .rezept-list .rezept-list__kategorie li.actual {
      border-bottom: 2px solid #455359; }
    .rezept-list .rezept-list__kategorie li:hover {
      color: #B1455E; }
.rezept-list .dauer, .rezept-list .portionen {
  padding: 0 5px;
  line-height: 22px; }

@media (max-width: 600px) {
  .rezept-list__kategorie {
    padding: 20px 0 !important; }
    .rezept-list__kategorie li {
      width: 100%;
      margin: 10px 0 !important;
      padding: 5px 0 !important; } }
.postOverlay--figure {
  bottom: 5px; }

.mehr-davon {
  clear: both;
  margin-bottom: 50px;
  text-align: center; }
  .mehr-davon h4 {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #8BB6C4;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%; }
  .mehr-davon a {
    display: block;
    width: 100%;
    color: #B1455E;
    margin: 10px 0; }

.cell.cell--top {
  overflow: hidden;
  padding: 15px; }

.title--top {
  margin-bottom: 5px;
  height: 45px; }

.text--top, .img--top {
  position: relative;
  width: 100%;
  margin: 0; }

.text--top {
  margin-top: 30px;
  height: 190px;
  opacity: 1; }

.postOverlay--top {
  background: -webkit-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.8)); }

.img--top {
  height: 385px;
  margin-left: -15px;
  padding-right: 30px; }
  .img--top .category_link {
    position: absolute;
    bottom: 25px;
    color: #FFFFFF;
    left: 10px; }

.ribbon--top {
  top: 58px;
  right: 0; }
  .ribbon--top .ribbon-body {
    text-align: left; 
    width: 130px;
  }
    .ribbon--top .ribbon-body:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      left: -30px;
      border-left: 30px solid transparent;
      border-right: none; }
    .ribbon--top .ribbon-body:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      left: -30px;
      border-left: 30px solid transparent;
      border-right: none; }

@media (max-width: 480px) {
  .ribbon--top {
    top: 102px; }

  .text--top {
    margin-top: 50px; } }
/* =============================================================================
   responsive.scss - Responsive styles
   ========================================================================== */
@media (max-width: 1319.14894px) {
  .content-outer, #header-spacer, #content:not(.karte):after, #scrollButton {
    width: 100%;
    padding: 0; }

  #content:not(.karte):after {
    max-width: initial;
    left: 0;
    margin-left: 0; }

  #header {
    left: 0;
    right: 0;
    width: 100%; }

  #search {
    margin-right: 0; }

  #social-header {
    margin-right: 0; } }
@media (max-width: 1276.59574px) {
  .content-inner {
    width: 94%;
    padding: 0 3%; }

  #featured .text--featured {
    max-width: 55%; }
  #featured #blackOverlay {
    right: 40%; } }
@media (max-width: 1158.89543px) {
  .content-narrow, #post-content p:not(.slide-text), #post-content h2, #post-content h3, #post-content .infoWindow .infoWindow__title, .infoWindow #post-content .infoWindow__title, #post-content h4, figure, .gform_confirmation_wrapper, .gform_wrapper, .mehr-davon {
    width: 94%;
    padding: 0 3%; }

  #featured .text--featured {
    max-width: 61%; }
  #featured #blackOverlay {
    right: 28%; } }
.content-cells {
  width: 1150px;
  margin: 0 auto;
  position: relative; }

.cell {
  width: 30.83%;
  height: 430px;
  margin: 15px 1.25%; }

.cell.transition-0, .cell.transition-1, .cell.transition-2 {
  margin-top: 30px; }

@media (max-width: 1276.59574px) {
  .content-cells {
    width: 94%;
    padding: 0 3%; } }
@media (max-width: 1021.2766px) {
  .cell {
    width: 300px;
    height: 430px;
    margin: 10px; }

  .content-cells {
    width: 640px; }

  .cell.transition-2 {
    margin-top: 10px; } }
@media (max-width: 680.85106px) {
  .content-cells {
    width: 320px; }
  .cell {
    width: 350px;
    height: 430px;
    margin: 10px 0px 10px -15px; }

  .cell.transition-1 {
    margin-top: 10px; } }
@media (max-width: 340.42553px) {
  .content-cells {
    width: 94%;
    padding: 0 3%; }

  .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }
.cell.cell--top {
  width: 47.5%;
  height: 680px;
  margin: 20px 1.25%; }

.cell.cell--top.cell.transition-2 {
  margin-top: 20px; }

@media (max-width: 1021.2766px) {
  .content-cells--top {
    width: 610px; }

  .cell.cell--top {
    width: 570px;
    margin: 20px; }

  .cell.cell--top.transition-1 {
    margin-top: 20px; } }
@media (max-width: 690.35763px) {
  .content-cells--top {
    width: 100%;
    padding: 0; }

  .cell.cell--top {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding-bottom: 0; }

  .text--top {
    height: auto; } }
#burger {
  display: none; }

/* Responsive MENU */
@media (max-width: 767px) {
  #featured .text--featured {
    max-width: 100%; }
  #featured #blackOverlay {
    right: 0;
    border-right: 0; }

  .zoomButton {
    display: none; }

  #logo-link {
    width: 90%;
    margin: 0 5%;
    text-align: center; }
    #logo-link img {
      position: relative !important;
      display: inline-block;
      vertical-align: middle;
      max-width: 418px;
      width: 80%;
      margin-top: -30px; }
    #logo-link:before {
      content: "";
      height: 100%;
      display: inline-block;
      vertical-align: middle; }

  #burger {
    display: block;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    line-height: 50px; }
    #burger img {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }

  .main-menu .menu > li:not(.menu-item-has-children):hover:before {
    content: none; }

  .main-menu .menu a.displayed:before {
    content: "";
    left: 15px; }

  #menu-hauptnavigation li:last-child {
    border-bottom: 3px solid #daddde; }

  #menu-hauptnavigation > li:not(.menu-item-has-children) a {
    width: 100%;
    text-align: left; }

  .menu--small {
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: #eeeff0;
    margin-bottom: 3px solid #B1455E; }
    .menu--small .menu span {
      padding-top: 15px;
      padding-bottom: 5px;
      font-size: 12px;
      overflow: hidden;
      display: block;
      position: relative;
      width: 100%;
      background: #eeeff0;
      text-align: center; }
      .menu--small .menu span:before {
        content: none; }
    .menu--small .menu .mobile-menu__icon-container {
      height: 40px;
      text-align: center;
      border: none;
      cursor: initial; }
      .menu--small .menu .mobile-menu__icon-container:hover {
        background-color: #eeeff0; }
      .menu--small .menu .mobile-menu__icon-container a {
        padding: 0; }
      .menu--small .menu .mobile-menu__icon-container:hover {
        border: none;
        border-bottom: 3px solid #B1455E; }
    .menu--small .menu li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: solid 3px #daddde;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      cursor: pointer;
      overflow: hidden;
      display: block;
      position: relative;
      width: 100%;
      background: #eeeff0; }
      .menu--small .menu li.showed > ul {
        height: 100px; }
        .menu--small .menu li.showed > ul > li {
          height: 50px; }
      .menu--small .menu li:hover {
        border-top: 3px solid #B1455E;
        border-left: 1px solid #daddde;
        border-right: 1px solid #daddde;
        background: #FFFFFF; }
      .menu--small .menu li .mobile-menu__icons {
        float: none;
        text-align: center;
        display: inline-block; }
      .menu--small .menu li.menu-item-has-children a {
        margin-left: 0;
        padding-right: 0;
        padding-left: 45px; }
      .menu--small .menu li.menu-item-has-children:hover {
        height: auto; }
      .menu--small .menu li a {
        display: block;
        margin-left: 0;
        padding-right: 0 !important;
        padding-left: 45px !important; }
      .menu--small .menu li .sub-menu {
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        top: 0;
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        height: 0;
        overflow: hidden; }
        .menu--small .menu li .sub-menu li {
          text-align: left;
          float: left;
          background: #f7f7f8;
          position: relative;
          float: left;
          display: block;
          height: 50px;
          overflow: visible; }
          .menu--small .menu li .sub-menu li a {
            display: block;
            margin-left: 0 !important;
            padding-right: 0 !important;
            padding-left: 45px !important;
            text-align: left; }
          .menu--small .menu li .sub-menu li:hover {
            background-color: #FFFFFF; }

  .menu--small .menu-meta-navigation-container {
    display: block; }
    .menu--small .menu-meta-navigation-container ul.menu li {
      font-size: 13px;
      display: inline-block;
      float: left;
      width: 33.333333% !important;
      text-align: center;
      border: none !important; }
      .menu--small .menu-meta-navigation-container ul.menu li:hover {
        border: none !important;
        background-color: #eeeff0 !important; }
      .menu--small .menu-meta-navigation-container ul.menu li a {
        font-size: 12px !important;
        text-align: center;
        width: 100%;
        float: left;
        padding: 0 !important;
        padding-left: 0 !important; } }
/* =============================================================================
   print.scss - Print styles
   ========================================================================== */
/* =============================================================================
   oldbrowser.scss - Styles for Browser without CSS3-Support
   ========================================================================== */
.pear_container {
  width: 100%;
  height: 130px;
  width: 1200px;
  background-color: #edf3f3;
  margin: 0 auto;
  overflow: hidden;
  display: none; }

.pear_supi {
  display: block;
  width: 728px;
  height: 90px;
  margin: 20px auto !important; }

body.isVisibleTop .pear_container {
  display: block; }

@media (max-width: 1250px) {
  body.isVisibleTop .pear_container {
    width: 100%; } }
@media (max-width: 767px) {
  body.isVisibleTop .pear_container {
    display: none; } }
.pear_ski {
  display: none;
  position: fixed;
  top: 20px;
  margin-left: 1220px;
  height: 600px;
  width: 160px; }
  .pear_ski.absolute {
    position: absolute; }

body.isVisible .pear_ski {
  display: block; }

@media (max-width: 1600px) {
  body.isVisible {
    overflow-x: hidden; }
    body.isVisible .cell {
      width: 300px;
      height: 430px;
      margin: 10px 8px; }
    body.isVisible .content-outer, body.isVisible #header-spacer, body.isVisible #content:not(.karte):after, body.isVisible #scrollButton {
      width: 950px !important; }
    body.isVisible .content-inner {
      width: 950px !important; }
    body.isVisible .content-cells {
      width: 950px !important; }
    body.isVisible .content-narrow, body.isVisible #post-content p:not(.slide-text), #post-content body.isVisible p:not(.slide-text), body.isVisible #post-content h2, #post-content body.isVisible h2, body.isVisible #post-content h3, #post-content body.isVisible h3, body.isVisible #post-content .infoWindow .infoWindow__title, #post-content .infoWindow body.isVisible .infoWindow__title, body.isVisible .infoWindow #post-content .infoWindow__title, .infoWindow #post-content body.isVisible .infoWindow__title, body.isVisible #post-content h4, #post-content body.isVisible h4, body.isVisible figure, body.isVisible .gform_confirmation_wrapper, body.isVisible .gform_wrapper, body.isVisible .mehr-davon {
      width: 96% !important; }
    body.isVisible .pear_container {
      width: 950px !important; }
    body.isVisible .pear_ski {
      margin-left: 970px; }
    body.isVisible #featured h1 {
      font-size: 26px; }
    body.isVisible #featured .launch__text {
      width: 80%; }
    body.isVisible #footer {
      width: 100vw; }
    body.isVisible #search {
      margin-right: 0; }
    body.isVisible #searchform span {
      right: 30px; }
    body.isVisible #content:not(.karte):after {
      margin-left: auto; } }
.pear_rect {
  text-align: center;
  padding: 0; }
  .pear_rect div {
    margin: 0 auto;
    margin-top: 65px; 
    display:content}; 
  .pear_rect p {
    margin-top: 15px; }

@media (max-width: 680.85106px) {
  .pear_rect {
    height: auto;
    padding: 0; }
    .pear_rect div {
      margin-top: 65; } }

/*# sourceMappingURL=style.css.map */

#post-comments .form-submit {
  margin-left: 0px;  
  display: block;
}

.roll-in {
  position: relative;
  overflow: hidden;
  width: 46px; /* Adjust the width and height according to your image */
  height: 46px;
}

.roll-in img {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  animation: roll-in-rotate 1s forwards;
}

@keyframes roll-in {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes roll-in-rotate {
  0% {
    top: -100%;
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 0;
    transform: translateX(-50%) rotate(360deg);
  }
}

.menu-item-417 a {
  color: #B1455E !important;
}
