/*!/wp-content/themes/tip-berlin/style.css*/@charset "UTF-8";
/*
Theme Name: Tip Berlin
Author: yes!devs
Author URI: https://www.yesdevs.com
Description: Tip Berlin redesign 2020
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.2
Text Domain: tip_berlin
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments
# Misc

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tip Berlin colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Underscores colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Metric (sans-serif)
--------------------------------------------------------------*/
@font-face{font-family:'Metric';src:url(/wp-content/themes/tip-berlin/inc/fonts/Metric/metric-web-regular.woff2) format("woff"), url(/wp-content/themes/tip-berlin/inc/fonts/Metric/metric-web-regular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'Metric';src:url(/wp-content/themes/tip-berlin/inc/fonts/Metric/metric-web-semibold.woff2) format("woff"), url(/wp-content/themes/tip-berlin/inc/fonts/Metric/metric-web-semibold.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap;}

/*--------------------------------------------------------------
# FF Tundra (serif)
--------------------------------------------------------------*/
@font-face{font-family:'FF Tundra';src:url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProRegular/font.woff2) format("woff2"), url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProRegular/font.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'FF Tundra';src:url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProBold/font.woff2) format("woff2"), url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProBold/font.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap;}

/*--------------------------------------------------------------
# FF Tundra Small Caps
--------------------------------------------------------------*/
@font-face{font-family:'FF Tundra Small Caps';src:url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProRegularSC/font.woff2) format("woff2"), url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProRegularSC/font.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap;}

@font-face{font-family:'FF Tundra Small Caps';src:url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProBoldSC/font.woff2) format("woff2"), url(/wp-content/themes/tip-berlin/inc/fonts/FFTundra/FFTundraWebProBoldSC/font.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap;}

/*--------------------------------------------------------------
# F37Bergman
--------------------------------------------------------------*/
@font-face{font-family:'F37Bergman';src:url(/wp-content/themes/tip-berlin/inc/fonts/Bergman/F37BergmanBold.otf) format("opentype");font-weight:normal;font-style:normal;font-display:swap;}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  color: #000;
  font-family: "Metric", sans-serif;
  font-size: 1.6rem;
  line-height: initial; }
  @media (min-width: 768px) {
    body {
      font-size: 1.8rem; } }
  body.darkmode {
    color: #fff; }

.entry-content {
  font-size: 1.8rem; }
  .entry-content p, .entry-content h2, .entry-content h3, .entry-content a, .entry-content ul {
    font-family: "FF Tundra", serif;
    word-wrap: break-word; }

button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Metric", sans-serif;
  font-size: 1.8rem; }
  body.darkmode button, body.darkmode
  input, body.darkmode
  select, body.darkmode
  optgroup, body.darkmode
  textarea {
    color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1; }
  @media (min-width: 768px) {
    h1 {
      font-size: 5.5rem; } }
  @media (max-width: 767px) {
    .event-custom-archive h1 {
      text-align: center;
      margin-top: 15px; } }

h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: initial; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3.2rem; } }

.kicker {
  font-family: "FF Tundra", serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px; }
  @media (min-width: 768px) {
    .kicker {
      font-size: 2.3rem; } }

@media (min-width: 768px) {
  .article__kicker {
    font-size: 2rem; } }

.subline {
  font-weight: bold;
  margin: 0 0 15px;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .subline {
      font-size: 2.3rem; } }
  body.single-article-review .subline {
    margin: 0 0 10px; }

p {
  margin-bottom: 10px; }

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

blockquote {
  margin: 0 10px; }

address {
  margin: 0 0 10px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: auto;
  padding: 10px; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0; }

body {
  background: #fff;
  height: 100%;
  padding-top: 40px; }
  @media (min-width: 768px) {
    body {
      padding-top: 46px; } }
  body.darkmode {
    background: #000; }
  @media (max-width: 767px) {
    body.nav-menu-open {
      overflow: hidden; } }
  body.single, body.archive-or-page-template {
    padding-top: 40px; }
    @media (min-width: 768px) {
      body.single, body.archive-or-page-template {
        padding-top: 86px; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px; }

ul,
ol {
  margin: 0 0 5px 15px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 15px 15px; }

.entry-content ul:not(.slick-slider),
.entry-content ol:not(.slick-slider) {
  margin-left: 0;
  padding-left: 20px; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 10px 0; }

table {
  margin: 0 0 15px;
  width: 100%; }

img {
  vertical-align: top; }

figcaption {
  color: #9B9B9B;
  font-size: 1.5rem;
  line-height: 1.3; }

.entry-content figure {
  max-width: 100%; }

i.tip-berlin-icon.icon-star-border {
  transition: 0.2s; }
  i.tip-berlin-icon.icon-star-border[data-checked="true"]::before {
    content: "\ea28";
    color: #53dbd5; }
  i.tip-berlin-icon.icon-star-border:hover:before {
    content: '\ea28'; }

/* Links
--------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.1s; }
  body.darkmode a {
    color: #fff; }
  a:visited {
    color: #000; }
    body.darkmode a:visited {
      color: #fff; }
  a:hover, a:focus, a:active {
    color: #f53515; }
    .entry-content a:hover, .entry-content a:focus, .entry-content a:active {
      color: #53dbd5; }
    body.darkmode a:hover, body.darkmode a:focus, body.darkmode a:active {
      color: #f53515; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }
  .author-box__infos a,
  h1 a,
  h2 a,
  h3 a {
    border-bottom: 3px solid #53DBD5; }
  .tip-recommended-posts h3 a {
    border-bottom: none; }
    .tip-recommended-posts h3 a:hover {
      color: #000; }
  .entry-content p a,
  .entry-content ul a {
    border-bottom: none;
    box-shadow: inset 0 0px 0 #fff, inset 0px -3px 0 #53DBD5; }

.entry-content p span[style*="text-decoration: underline"], .entry-content h1 span[style*="text-decoration: underline"], .entry-content h2 span[style*="text-decoration: underline"], .entry-content h3 span[style*="text-decoration: underline"], .entry-content h4 span[style*="text-decoration: underline"] {
  border-bottom: 3px solid #53DBD5;
  text-decoration: none !important; }

.entry-content h1 span[style*="text-decoration: underline"] {
  border-bottom: 6px solid #53DBD5; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 10px 4px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.tip-load-more-button,
.filter-popup__apply {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  font-size: .8em;
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 40px auto;
  border-radius: 4px;
  text-transform: uppercase;
  transition: 0.2s; }
  .tip-load-more-button.btn-black,
  .filter-popup__apply.btn-black {
    background-color: #000; }
    .tip-load-more-button.btn-black:visited,
    .filter-popup__apply.btn-black:visited {
      color: #fff; }
    body.darkmode .tip-load-more-button.btn-black, body.darkmode
    .filter-popup__apply.btn-black {
      background-color: #333333; }
    .tip-load-more-button.btn-black[data-is-empty="true"],
    .filter-popup__apply.btn-black[data-is-empty="true"] {
      display: none; }
  .tip-load-more-button ~ .loading-dots,
  .filter-popup__apply ~ .loading-dots {
    display: none; }
  .tip-load-more-button[data-is-loading="true"] ~ .loading-dots,
  .filter-popup__apply[data-is-loading="true"] ~ .loading-dots {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px; }
    .tip-load-more-button[data-is-loading="true"] ~ .loading-dots .loading-dot,
    .filter-popup__apply[data-is-loading="true"] ~ .loading-dots .loading-dot {
      margin-right: 8px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #f53515;
      animation: animate-dots 1.8s ease-out infinite;
      opacity: .2; }
      .tip-load-more-button[data-is-loading="true"] ~ .loading-dots .loading-dot:nth-of-type(2),
      .filter-popup__apply[data-is-loading="true"] ~ .loading-dots .loading-dot:nth-of-type(2) {
        animation-delay: 0.2s; }
      .tip-load-more-button[data-is-loading="true"] ~ .loading-dots .loading-dot:nth-of-type(3),
      .filter-popup__apply[data-is-loading="true"] ~ .loading-dots .loading-dot:nth-of-type(3) {
        animation-delay: 0.4s; }

@keyframes animate-dots {
  0% {
    transform: scale(0.5);
    opacity: .2; }
  15% {
    transform: scale(1);
    opacity: 1; }
  20% {
    transform: scale(1);
    opacity: 1; }
  80% {
    transform: scale(0.5);
    opacity: .2; }
  100% {
    transform: scale(0.5);
    opacity: .2; } }
  .tip-load-more-button.btn-red,
  .filter-popup__apply.btn-red {
    background-color: #f53515; }
  .tip-load-more-button:hover,
  .filter-popup__apply:hover {
    width: 295px; }
  .tip-load-more-button.ripple,
  .filter-popup__apply.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0); }
  .tip-load-more-button.ripple:after,
  .filter-popup__apply.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -ms-transform: scale(10, 10);
        transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s; }
  .tip-load-more-button.ripple:active:after,
  .filter-popup__apply.ripple:active:after {
    -ms-transform: scale(0, 0);
        transform: scale(0, 0);
    opacity: .3;
    transition: 0s; }

.filter-popup-open-wrapper {
  width: 100%;
  position: fixed;
  z-index: 4;
  bottom: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .filter-popup-open-wrapper {
      position: fixed;
      top: 52px;
      right: 10px;
      z-index: 999;
      width: auto;
      bottom: auto; }
      body.admin-bar .filter-popup-open-wrapper {
        top: 84px; } }
  .filter-popup-open-wrapper .filter-popup-open {
    background-color: #fff;
    border: 1px solid #f53515;
    border-radius: 14px;
    color: #f53515;
    height: 28px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 22px 0 15px;
    cursor: pointer; }
    .filter-popup-open-wrapper .filter-popup-open p {
      margin: 0;
      font-size: 1.5rem;
      display: inline-block; }
    .filter-popup-open-wrapper .filter-popup-open .icon-filter {
      margin-right: 10px; }

.tip-style-button {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  font-size: .8em;
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 40px auto;
  border-radius: 4px;
  text-transform: uppercase;
  transition: 0.2s; }
  .tip-style-button.btn-black {
    background-color: #000; }
    .tip-style-button.btn-black:visited {
      color: #fff; }
    body.darkmode .tip-style-button.btn-black {
      background-color: #333333; }
  .tip-style-button.btn-red {
    background-color: #f53515; }
  .tip-style-button:hover {
    width: 295px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  body.darkmode input[type="text"], body.darkmode
  input[type="email"], body.darkmode
  input[type="url"], body.darkmode
  input[type="password"], body.darkmode
  input[type="search"], body.darkmode
  input[type="number"], body.darkmode
  input[type="tel"], body.darkmode
  input[type="range"], body.darkmode
  input[type="date"], body.darkmode
  input[type="month"], body.darkmode
  input[type="week"], body.darkmode
  input[type="time"], body.darkmode
  input[type="datetime"], body.darkmode
  input[type="datetime-local"], body.darkmode
  input[type="color"], body.darkmode
  textarea {
    color: #fff; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }
    body.darkmode input[type="text"]:focus, body.darkmode
    input[type="email"]:focus, body.darkmode
    input[type="url"]:focus, body.darkmode
    input[type="password"]:focus, body.darkmode
    input[type="search"]:focus, body.darkmode
    input[type="number"]:focus, body.darkmode
    input[type="tel"]:focus, body.darkmode
    input[type="range"]:focus, body.darkmode
    input[type="date"]:focus, body.darkmode
    input[type="month"]:focus, body.darkmode
    input[type="week"]:focus, body.darkmode
    input[type="time"]:focus, body.darkmode
    input[type="datetime"]:focus, body.darkmode
    input[type="datetime-local"]:focus, body.darkmode
    input[type="color"]:focus, body.darkmode
    textarea:focus {
      color: #fff; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/* Global
--------------------------------------------- */
#page {
  height: 100%;
  /*  @include display-grid; removed -ms-grid for not targeting IE*/
  display: grid;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%; }

@media (min-width: 768px) {
  .site-main {
    padding-left: 50px; } }

.entry-header,
.entry-content,
.entry-footer,
.entry-excerpt,
section.error-404 {
  width: 100%;
  padding: 0 15px;
  max-width: 735px;
  position: relative; }

@media (min-width: 768px) {
  .entry-header {
    padding-top: 15px; } }

@media (max-width: 767px) {
  .entry-footer {
    padding: 0; } }

body.single article,
body.blog article,
body.page article {
  padding-top: 15px; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main.archive {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .site-main.event-custom-archive {
    padding-top: 40px; } }

article {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.article-teaser-image-wrapper {
  margin-bottom: 10px;
  width: 100%;
  max-width: 735px; }
  @media (min-width: 768px) {
    .article-teaser-image-wrapper {
      padding: 0 15px; } }
  .article-teaser-image-wrapper .article-teaser-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px; }
    .article-teaser-image-wrapper .article-teaser-image::after {
      content: "";
      height: 50%;
      width: 110%;
      background-color: #fff;
      position: absolute;
      top: -35%;
      left: -5%;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 100%; }
      @media (min-width: 768px) {
        .article-teaser-image-wrapper .article-teaser-image::after {
          display: none; } }
      body.darkmode .article-teaser-image-wrapper .article-teaser-image::after {
        background-color: #333333; }
    .article-teaser-image-wrapper .article-teaser-image img {
      width: 100%;
      border-top: 1px solid #fff;
      max-height: 180px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;'; }
      @media (min-width: 768px) {
        .article-teaser-image-wrapper .article-teaser-image img {
          border-top: 0;
          border-bottom: 1px solid #fff;
          max-height: none; } }
  .article-teaser-image-wrapper .article-teaser-image-caption {
    padding: 0 15px;
    color: #9B9B9B;
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      .article-teaser-image-wrapper .article-teaser-image-caption {
        font-size: 1.4rem;
        max-width: 735px;
        margin: 0 auto; } }

.site-main.home {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.site-main.favourites {
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .site-main.favourites {
      padding-left: 50px;
      padding-right: 0; } }
  .site-main.favourites .favourites-container {
    -ms-flex-align: normal;
        align-items: normal; }
    @media (min-width: 768px) {
      .site-main.favourites .favourites-container {
        padding: 0 20px; } }
    .site-main.favourites .favourites-container header.favourites-header {
      padding-left: 10px; }
      @media (min-width: 768px) {
        .site-main.favourites .favourites-container header.favourites-header {
          padding-left: 0;
          margin: 0 auto;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .site-main.favourites .favourites-container header.favourites-header h1.entry-title {
          margin: 0 0 50px; } }

@media (min-width: 768px) {
  .favourites-boxwrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 100%; } }

.favourites-boxwrapper .favbox {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto 24px auto;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 14px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .favourites-boxwrapper .favbox {
      border-bottom: none;
      margin-bottom: 20px;
      padding: 0;
      max-width: inherit; } }
  @media (min-width: 768px) {
    .favourites-boxwrapper .favbox .favbox__link {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .favourites-boxwrapper .favbox .favbox__img {
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .favourites-boxwrapper .favbox .favbox__img {
        width: 725px;
        height: 325px;
        -ms-flex: 1 1 725px;
            flex: 1 1 725px; } }
  .favourites-boxwrapper .favbox .favbox__img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    width: 100%;
    height: 100%; }
  .favourites-boxwrapper .favbox .favbox__cat {
    color: #000;
    position: absolute;
    bottom: 0;
    width: auto;
    height: 20px;
    background-color: #fff;
    padding: 2px 8px 0 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .favourites-boxwrapper .favbox .favbox__cat {
        font-size: 1.5rem; } }
    body.darkmode .favourites-boxwrapper .favbox .favbox__cat {
      color: #fff;
      background-color: #000; }
  .favourites-boxwrapper .favbox .favbox__fav {
    position: absolute;
    bottom: 0;
    right: 0; }
    .favourites-boxwrapper .favbox .favbox__fav i.tip-berlin-icon.icon-star-border {
      color: #fff;
      font-size: 2.8rem;
      padding: 15px; }
      .favourites-boxwrapper .favbox .favbox__fav i.tip-berlin-icon.icon-star-border[data-checked="true"] {
        color: #53dbd5; }
        .favourites-boxwrapper .favbox .favbox__fav i.tip-berlin-icon.icon-star-border[data-checked="true"]::before {
          content: "\ea28"; }
  @media (min-width: 768px) {
    .favourites-boxwrapper .favbox .favbox__copy {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0 15px;
      flex: 1 1 377px;
      -ms-flex: 1 1 377px; } }
  .favourites-boxwrapper .favbox .favbox__kicker h3 {
    text-transform: uppercase;
    margin: 5px 0 8px 0; }
    @media (min-width: 768px) {
      .favourites-boxwrapper .favbox .favbox__kicker h3 {
        font-size: 2rem; } }
  .favourites-boxwrapper .favbox .favbox__ad {
    display: flex;
    display: -ms-flexbox;
    color: #9B9B9B;
    border-bottom: 4px solid #53dbd5;
    font-size: 1.4rem;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
    font-weight: bold; }
  .favourites-boxwrapper .favbox .favbox__title h2 {
    margin: 0;
    line-height: 1; }
    @media (min-width: 768px) {
      .favourites-boxwrapper .favbox .favbox__title h2 {
        padding-bottom: 30px; } }
  .favourites-boxwrapper .favbox .favbox__rate {
    display: none; }
    @media (min-width: 768px) {
      .favourites-boxwrapper .favbox .favbox__rate {
        display: block; } }

section.error-404 {
  padding-top: 10px;
  margin: 0 auto; }

.error-page-search-field {
  padding-top: 10px; }
  .error-page-search-field form.search-form {
    position: relative;
    width: 100%; }
    .error-page-search-field form.search-form label .search-field {
      border-radius: 0;
      transition: 0.1s;
      height: 100%;
      width: 100%;
      padding-left: 10px; }
      .error-page-search-field form.search-form label .search-field:focus {
        border-color: #f53515;
        outline: none; }
    .error-page-search-field form.search-form .search-submit {
      padding: 0;
      background-color: inherit;
      border: none;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px;
      cursor: pointer; }
      .error-page-search-field form.search-form .search-submit:focus {
        outline: none; }
      .error-page-search-field form.search-form .search-submit .tip-berlin-icon {
        font-size: 1.6rem;
        color: #f53515; }

body.page-template-kleinanzeigen-iframe .site-content {
  padding-top: 40px; }
  body.page-template-kleinanzeigen-iframe .site-content .page-content {
    padding-top: 0; }
    body.page-template-kleinanzeigen-iframe .site-content .page-content > iframe {
      min-height: 515px; }
      @media (min-width: 769px) {
        body.page-template-kleinanzeigen-iframe .site-content .page-content > iframe {
          padding-left: 50px;
          padding-right: 50px; } }

body.page-template-event-archive .entry-content {
  margin: 0 auto 15px; }

body.tax-bezirk .entry-content, body.category .entry-content {
  margin: 0 auto 40px; }
  body.tax-bezirk .entry-content h3, body.category .entry-content h3 {
    margin-bottom: 5px; }

body.page-template-top-100-archive .entry-content {
  margin: 40px auto 40px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  z-index: 9;
  top: 40px;
  left: 0;
  width: 100%;
  transition: 0.1s ease-out; }
  @media (max-width: 767px) {
    .main-navigation {
      padding: 15px 0 0;
      max-height: 100vh;
      overflow-y: scroll; } }
  @media (min-width: 768px) {
    .main-navigation {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      position: relative;
      top: 0;
      left: 0;
      border-left: 1px solid #d8d8d8;
      height: 100%;
      visibility: visible;
      opacity: 1; } }
  body.darkmode .main-navigation {
    background-color: #000; }
    @media (min-width: 768px) {
      body.darkmode .main-navigation {
        border-color: #333333; } }
  body.nav-menu-open .main-navigation {
    display: block;
    visibility: visible;
    opacity: 1; }
    @media (max-width: 767px) {
      body.nav-menu-open .main-navigation {
        border-bottom: 1px solid #9B9B9B;
        overflow-x: hidden; } }
  @media (min-width: 768px) {
    body.header-search-form-open .main-navigation {
      width: 0;
      overflow: hidden; } }
  .main-navigation a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .main-navigation .red-blob {
    background-color: #f53515;
    width: 120%;
    height: 0;
    position: absolute;
    left: -10%;
    top: 0;
    transition: 0.2s ease-out; }
    @media (min-width: 768px) {
      .main-navigation .red-blob {
        display: none; } }
    body.nav-menu-open .main-navigation .red-blob {
      height: 85px;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%; }
  .main-navigation ul {
    list-style: none; }
  .main-navigation > div[class^="menu-"][class$="-container"] {
    padding: 0 15px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 100%; }
    @media (min-width: 768px) {
      .main-navigation > div[class^="menu-"][class$="-container"] {
        padding: 0; } }
    .main-navigation > div[class^="menu-"][class$="-container"] > ul {
      margin: 0;
      padding: 0;
      position: relative;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      @media (min-width: 768px) {
        .main-navigation > div[class^="menu-"][class$="-container"] > ul {
          display: flex;
          display: -ms-flexbox;
          -ms-flex-direction: row;
              flex-direction: row;
          justify-content: space-evenly;
          -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-evenly; } }
      .main-navigation > div[class^="menu-"][class$="-container"] > ul > li {
        text-transform: uppercase;
        font-weight: bold;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 2.4rem;
        -ms-flex-align: center;
            align-items: center; }
        @media (max-width: 767px) {
          .main-navigation > div[class^="menu-"][class$="-container"] > ul > li {
            padding-bottom: 20px;
            margin-bottom: 9px;
            border-bottom: 5px solid #000; }
            body.darkmode .main-navigation > div[class^="menu-"][class$="-container"] > ul > li {
              border-bottom-color: #fff; }
            .main-navigation > div[class^="menu-"][class$="-container"] > ul > li:last-of-type {
              border-bottom: 0; } }
        @media (min-width: 768px) {
          .main-navigation > div[class^="menu-"][class$="-container"] > ul > li {
            font-size: 1.6rem;
            line-height: 0.9;
            text-align: center;
            margin: 0 3px; } }
        .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children {
          position: relative; }
          .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children ul.sub-menu {
            display: none;
            padding: 15px 0 0;
            margin: 0;
            width: 100%; }
            .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children ul.sub-menu li {
              text-transform: none;
              font-weight: initial;
              margin-bottom: 15px;
              font-size: 1.4rem; }
              .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children ul.sub-menu li:last-of-type {
                margin-bottom: 0; }
          .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.sub-menu-open ul.sub-menu {
            display: inline-block; }
          .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children .icon-expand-more {
            width: 20%;
            font-size: 0.7rem;
            display: flex;
            display: -ms-flexbox;
            -ms-flex-pack: end;
                justify-content: flex-end;
            -ms-flex-align: center;
                align-items: center;
            padding-right: 1px;
            height: 25px; }
            @media (min-width: 768px) {
              .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children .icon-expand-more {
                display: none; } }
          @media (max-width: 767px) {
            .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children > a {
              display: flex;
              display: -ms-flexbox;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              -ms-flex-align: center;
                  align-items: center;
              width: 80%; } }

@media (min-width: 768px) {
  .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
    position: fixed;
    top: 46px;
    height: 40px;
    left: 0;
    color: #000;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
        align-items: center;
    list-style: none;
    background-color: #B6EAE8;
    padding: 0 0 0 203px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
      padding-left: 50px; } }

@media (min-width: 768px) {
    body.search .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu,
    body.archive-or-page-template .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu, body.search .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu,
    body.archive-or-page-template .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
      padding-right: 365px; }
    body.darkmode .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu, body.darkmode .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
      background-color: #3C6B69; }
    body.admin-bar .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu, body.admin-bar .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
      top: 78px; }
    .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu.sub-menu--right-side, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu.sub-menu--right-side {
      -ms-flex-pack: end;
          justify-content: flex-end; }
    .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu li, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu li {
      height: 100%;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      font-size: 0; }
      .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu li a, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu li a {
        margin: 0 15px;
        height: 100%;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #000;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        font-size: 1.6rem;
        text-align: center; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu li a, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu li a {
          margin: 0 13px; } }

@media (min-width: 768px) {
        .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu li a:hover, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu li a:hover {
          border-bottom: 4px solid #f53515;
          font-weight: bold; }
        .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu li a::before, .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu li a::before {
          display: block;
          content: attr(title);
          font-weight: bold;
          height: 0;
          overflow: hidden;
          visibility: hidden; }
        body.darkmode .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children:hover ul.sub-menu li a, body.darkmode .main-navigation > div[class^="menu-"][class$="-container"] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu li a {
          color: #fff; } }

.sub-navigation {
  position: absolute;
  bottom: -40px;
  height: 40px;
  left: 0;
  background-color: #B6EAE8;
  color: #fff;
  width: 100%;
  display: none;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .sub-navigation {
      overflow: hidden; } }
  @media (min-width: 768px) {
    body.single .sub-navigation,
    body.archive-or-page-template .sub-navigation {
      display: flex;
      display: -ms-flexbox; } }
  body.darkmode .sub-navigation {
    background-color: #3C6B69; }
  .sub-navigation > div[class^="menu-"][class$="-container"] {
    height: 100%; }
    @media (max-width: 767px) {
      .sub-navigation > div[class^="menu-"][class$="-container"] {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }
    .sub-navigation > div[class^="menu-"][class$="-container"] ul {
      list-style: none;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 0;
      padding: 0;
      height: 100%; }
      @media (min-width: 768px) {
        .sub-navigation > div[class^="menu-"][class$="-container"] ul {
          margin-left: 203px; }
          body.archive-or-page-template .sub-navigation > div[class^="menu-"][class$="-container"] ul,
          body.search .sub-navigation > div[class^="menu-"][class$="-container"] ul {
            padding-right: 110px; } }
      .sub-navigation > div[class^="menu-"][class$="-container"] ul li {
        height: 100%;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: center;
            align-items: center;
        line-height: 1; }
        .sub-navigation > div[class^="menu-"][class$="-container"] ul li.menu-item-is-active a {
          border-top: 4px solid transparent;
          border-bottom: 4px solid #f53515; }
        .sub-navigation > div[class^="menu-"][class$="-container"] ul li a {
          margin: 0 15px;
          height: 100%;
          display: flex;
          display: -ms-flexbox;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          transition: none;
          color: #000;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          font-size: 1.6rem;
          text-align: center; }
          body.darkmode .sub-navigation > div[class^="menu-"][class$="-container"] ul li a {
            color: #fff; }
          .sub-navigation > div[class^="menu-"][class$="-container"] ul li a:hover {
            border-bottom: 4px solid #f53515;
            font-weight: bold; }
          .sub-navigation > div[class^="menu-"][class$="-container"] ul li a::before {
            display: block;
            content: attr(title);
            font-weight: bold;
            height: 0;
            overflow: hidden;
            visibility: hidden; }

.tip-berlin-breadcrumbs {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.8rem; }
  @media (min-width: 768px) {
    .tip-berlin-breadcrumbs {
      font-size: 1.8rem;
      line-height: 1;
      margin-bottom: 30px; } }
  .tip-berlin-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .tip-berlin-breadcrumbs ul li {
      display: inline; }
      .tip-berlin-breadcrumbs ul li::after {
        content: '»';
        margin: 0 5px; }
      .tip-berlin-breadcrumbs ul li:last-of-type {
        color: #9B9B9B; }
        .tip-berlin-breadcrumbs ul li:last-of-type::after {
          content: ''; }

.secondary-navigation {
  background-color: #CBF4F2;
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .secondary-navigation {
      position: fixed;
      left: 0;
      top: 46px;
      width: 50px;
      transition: 0.2s;
      overflow: hidden;
      padding-bottom: 0;
      bottom: 0; }
      body.secondary-nav-menu-open .secondary-navigation {
        width: 260px;
        overflow-y: auto; }
      body.admin-bar .secondary-navigation {
        top: 92px; } }
    @media (min-width: 768px) and (min-width: 782px) {
      body.admin-bar .secondary-navigation {
        top: 78px; } }
  body.darkmode .secondary-navigation {
    background-color: #244140; }
  body.admin-bar .secondary-navigation {
    padding-bottom: 81px; }
    @media (min-width: 768px) {
      body.admin-bar .secondary-navigation {
        padding-bottom: 5px; } }
  body.darkmode .secondary-navigation {
    color: #000; }
  .secondary-navigation a {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    body.darkmode .secondary-navigation a {
      color: #fff; }
  .secondary-navigation .secondary-navigation-toggle {
    padding: 15px;
    cursor: pointer;
    transition: 0.2s; }
    @media (max-width: 767px) {
      .secondary-navigation .secondary-navigation-toggle {
        display: none; } }
    .secondary-navigation .secondary-navigation-toggle:before {
      display: inline-block;
      font-size: 1.2rem;
      height: 1.8rem;
      width: 1.8rem; }
    .secondary-navigation .secondary-navigation-toggle:after {
      content: '\ea25';
      position: absolute;
      top: 1.8rem;
      left: 1.5rem;
      visibility: hidden;
      opacity: 0; }
    body.secondary-nav-menu-open .secondary-navigation .secondary-navigation-toggle {
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      body.secondary-nav-menu-open .secondary-navigation .secondary-navigation-toggle:after {
        visibility: visible;
        opacity: 1; }
      body.secondary-nav-menu-open .secondary-navigation .secondary-navigation-toggle:before {
        opacity: 0; }
    body.darkmode .secondary-navigation .secondary-navigation-toggle {
      color: #fff; }
  .secondary-navigation ul {
    margin: 0;
    padding: 0;
    height: auto; }
    @media (min-width: 768px) {
      .secondary-navigation ul {
        height: 0; }
        body.secondary-nav-menu-open .secondary-navigation ul {
          height: auto; } }
    .secondary-navigation ul li a {
      display: inline-block;
      padding: 15px;
      width: 100%; }
      @media (min-width: 768px) {
        .secondary-navigation ul li a {
          padding: 12px; } }
  .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) {
    transition: 0.2s; }
    @media (min-width: 768px) {
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) {
        visibility: hidden;
        opacity: 0;
        min-width: 260px; }
        body.secondary-nav-menu-open .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) {
          visibility: visible;
          opacity: 1; } }
    .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.menu-icon-star a:after {
      content: '\ea28';
      font-family: tip-berlin;
      font-size: 1.8rem;
      margin-right: 5px; }
    .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.menu-icon-dropdown > a:after {
      content: '\ea1c';
      font-family: tip-berlin;
      font-size: 0.8rem;
      margin-right: 6px; }
      .stadtteile-dropdown-open .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.menu-icon-dropdown > a:after {
        content: '\ea1d'; }
    .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li a {
      font-size: 1.8rem;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.highlight > a {
      font-size: 2.4rem;
      font-weight: bold;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      body.darkmode .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.highlight > a {
        border-color: rgba(255, 255, 255, 0.1); }
    .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      body.darkmode .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a {
        border-color: rgba(255, 255, 255, 0.1); }
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__label {
        position: relative;
        display: inline-block;
        width: 100%;
        cursor: pointer; }
        .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__label input {
          opacity: 0;
          width: 0;
          height: 0; }
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__custom-checkbox {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 5px;
        bottom: 0;
        background-color: #000;
        transition: .2s;
        border-radius: 34px;
        width: 34px;
        height: 20px; }
        .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__custom-checkbox:before {
          position: absolute;
          content: "";
          left: 1px;
          bottom: 1px;
          background-color: #fff;
          transition: .2s;
          border-radius: 50%;
          height: 18px;
          width: 18px; }
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__label input:checked + .darkmode-switcher__custom-checkbox {
        background-color: #53dbd5; }
        body.darkmode .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__label input:checked + .darkmode-switcher__custom-checkbox {
          background-color: #53DBD5; }
        .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__label input:checked + .darkmode-switcher__custom-checkbox:before {
          -ms-transform: translateX(14px);
          transform: translateX(14px); }
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(1) ul li.darkmode-switcher a .darkmode-switcher__label input:focus + .darkmode-switcher__custom-checkbox {
        box-shadow: 0 0 1px #2196F3; }
  .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) {
        border-top: 0;
        position: absolute;
        bottom: 0; } }
    @media (min-width: 768px) {
      body.secondary-nav-menu-open .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) {
        position: relative; } }
    body.darkmode .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) {
      border-color: rgba(255, 255, 255, 0.1); }
    .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) ul {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
      @media (min-width: 768px) {
        .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) ul {
          height: auto;
          -ms-flex-direction: column;
              flex-direction: column;
          margin-top: 20px;
          margin-bottom: 5px; } }
      .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) ul li a {
        font-size: 2.6rem; }
        @media (min-width: 768px) {
          .secondary-navigation > div[class^="menu-"][class$="-container"]:nth-of-type(2) ul li a {
            display: flex;
            display: -ms-flexbox; } }

.stadtteile-dropdown ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: 0.2s ease-out; }
  .stadtteile-dropdown-open .stadtteile-dropdown ul.sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: 1500px; }
  .stadtteile-dropdown ul.sub-menu li a {
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: none; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post {
  margin: 0 0 15px;
  padding-top: 15px; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 15px; }

.entry-content {
  line-height: 1.5; }

.page-links {
  clear: both;
  margin: 0 0 15px; }

.user-actions {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  color: #53DBD5;
  font-size: 2.4rem;
  height: 45px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 768px) {
    .user-actions {
      font-size: 3rem; } }
  .user-actions > .tip-berlin-icon {
    margin-right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .user-actions .icon-star-border::before {
    position: relative;
    top: -2px; }
  .user-actions .share-buttons__toggle {
    transition: 0.2s; }
    .user-actions .share-buttons__toggle.share-buttons--open {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .user-actions .share-buttons__toggle.share-buttons--open::before {
        content: '\ea31';
        font-size: 1.8rem;
        position: relative;
        top: -1px; }
        @media (min-width: 768px) {
          .user-actions .share-buttons__toggle.share-buttons--open::before {
            font-size: 2.1rem; } }
  .user-actions .share-buttons__container {
    display: flex;
    display: -ms-flexbox;
    transition: 0.2s; }
    @media (min-width: 768px) {
      .user-actions .share-buttons__container {
        font-size: 2.4rem; } }
    .user-actions .share-buttons__container.js-hide {
      visibility: hidden;
      opacity: 0; }
    .user-actions .share-buttons__container a {
      background-color: #f53515;
      color: #fff;
      width: 45px;
      height: 45px;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 8px;
      border-radius: 50%; }
  .user-actions .user-actions__datetime {
    font-size: 1.6rem;
    color: #9B9B9B;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: right; }

.rating-display {
  margin-bottom: 5px; }
  .rating-display i {
    color: #f53515;
    font-size: 1rem;
    margin-right: 4px; }

/* Content
--------------------------------------------- */
.wp-block-gallery.display-as-slider {
  width: 100%;
  display: inline-block; }
  .wp-block-gallery.display-as-slider ul {
    padding: 0; }
  .wp-block-gallery.display-as-slider ul.blocks-gallery-grid li {
    margin: 0 5px;
    outline: none; }
    .wp-block-gallery.display-as-slider ul.blocks-gallery-grid li figure {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .wp-block-gallery.display-as-slider ul.blocks-gallery-grid li figure img {
        width: 100%;
        margin-bottom: 5px; }
      .wp-block-gallery.display-as-slider ul.blocks-gallery-grid li figure figcaption.blocks-gallery-item__caption {
        background: none;
        padding: 0;
        text-align: left;
        color: #9B9B9B;
        position: unset; }
  .wp-block-gallery.display-as-slider ul.slick-dots {
    padding: 10px 0 0;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    list-style: none;
    -ms-flex-pack: center;
        justify-content: center; }
    .wp-block-gallery.display-as-slider ul.slick-dots li {
      margin: 0 5px; }
      .wp-block-gallery.display-as-slider ul.slick-dots li button {
        border: 0;
        padding: 0;
        background: #d8d8d8;
        outline: none;
        cursor: pointer;
        height: 8px;
        width: 8px;
        color: transparent;
        text-indent: -9999px;
        line-height: 0;
        border-radius: 50%; }
      .wp-block-gallery.display-as-slider ul.slick-dots li.slick-active button {
        background: #9B9B9B; }

.wp-block-gallery figcaption.blocks-gallery-item__caption {
  line-height: 1.1; }

.container__hero-head {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
      flex-direction: column;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  /*    @include media('>=tablet' and '<=desktop') {
          grid-template-columns: 1fr 1fr 1fr;
          grid-template-rows: 300px 300px 340px;
        }

        @include media('>=desktop') {
          grid-template-columns: 33.3% 33.3%;
        }*/ }
  @media (min-width: 1024px) {
    .container__hero-head {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 264px 264px 264px 279px;
      -ms-grid-columns: auto;
      -ms-grid-rows: auto;
      width: 100%;
      height: auto;
      margin-bottom: 60px; }
      .archive__header.container__hero-head {
        grid-template-rows: 264px 264px 264px; } }
  .container__hero-head .hero-head__box {
    height: 264px;
    margin-bottom: 15px;
    background-color: #d8d8d8;
    display: -ms-grid;
    display: grid;
    -ms-flex-align: end;
        align-items: end;
    position: relative; }
    @media (min-width: 1024px) {
      .container__hero-head .hero-head__box {
        height: unset;
        margin-bottom: 0;
        overflow: hidden; } }
    .container__hero-head .hero-head__box:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 100%); }
    .container__hero-head .hero-head__box.box0 {
      height: 443px; }
    .container__hero-head .hero-head__box img.hero-head__box__img {
      grid-column: 1;
      grid-row: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;'; }
    .container__hero-head .hero-head__box .box__copy {
      grid-column: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      color: #fff;
      padding: 0 10px 10px;
      display: -ms-grid;
      display: grid;
      grid-template-columns: auto 40px;
      grid-template-rows: auto auto;
      -ms-grid-columns: auto 40px;
      -ms-grid-rows: auto auto; }
      @media (min-width: 768px) {
        .container__hero-head .hero-head__box .box__copy {
          padding: 0 20px 20px; } }
      .container__hero-head .hero-head__box .box__copy__kicker {
        position: relative;
        z-index: 2; }
        .container__hero-head .hero-head__box .box__copy__kicker h3 {
          margin: 0;
          text-transform: uppercase;
          font-weight: 600;
          line-height: 1;
          font-size: 1.8rem; }
          @media (min-width: 768px) {
            .container__hero-head .hero-head__box .box__copy__kicker h3 {
              font-size: 1.6rem; } }
      .container__hero-head .hero-head__box .box__copy__fav {
        position: relative;
        z-index: 2;
        font-size: 2.6rem;
        justify-self: end;
        align-self: end;
        grid-column-start: 2;
        grid-row-start: 2;
        -ms-grid-row: 2;
        -ms-grid-column: 2; }
        .container__hero-head .hero-head__box .box__copy__fav i.tip-berlin-icon.icon-star-border.favourites__button:before {
          display: inline-block;
          height: 32px;
          width: 32px; }
      .container__hero-head .hero-head__box .box__copy__title {
        position: relative;
        z-index: 2;
        grid-column-start: 1;
        grid-row-start: 2;
        -ms-grid-row: 2;
        -ms-grid-column: 1; }
        .container__hero-head .hero-head__box .box__copy__title h1 {
          margin: 0; }
          @media (min-width: 768px) {
            .container__hero-head .hero-head__box .box__copy__title h1 {
              font-size: 4.8rem;
              line-height: 5rem; } }
        .container__hero-head .hero-head__box .box__copy__title h3 {
          margin: 0;
          font-size: 3.2rem;
          line-height: 1; }
          @media (min-width: 768px) {
            .container__hero-head .hero-head__box .box__copy__title h3 {
              font-size: 2.4rem;
              line-height: 2.6rem; } }

@media (min-width: 1024px) {
  .container__hero-head .hero-head__box {
    display: inline-block; }
    .container__hero-head .hero-head__box.box0 {
      height: auto;
      grid-column: 1/3;
      grid-row: 1/3;
      -ms-grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column-span: 2;
      -ms-grid-row-span: 2;
      margin-right: 6.66px;
      margin-bottom: 15px; }
    .container__hero-head .hero-head__box.box1 {
      grid-column: 3/3;
      grid-row: 1/1;
      -ms-grid-column: 3;
      -ms-grid-row: 1;
      margin-bottom: 15px;
      margin-left: 13.33px; }
    .container__hero-head .hero-head__box.box2 {
      grid-column: 3/3;
      grid-row: 2/2;
      -ms-grid-column: 3;
      -ms-grid-row: 2;
      margin-bottom: 15px;
      margin-left: 13.3px; }
    .container__hero-head .hero-head__box.box3 {
      grid-column: 1/1;
      grid-row: 3/3;
      -ms-grid-column: 1;
      -ms-grid-row: 3;
      margin-right: 13.3px; }
    .container__hero-head .hero-head__box.box4 {
      grid-column: 2/2;
      grid-row: 3/3;
      -ms-grid-column: 2;
      -ms-grid-row: 3;
      margin-right: 6.6px;
      margin-left: 6.6px; }
    .container__hero-head .hero-head__box.box5 {
      grid-column: 3/3;
      grid-row: 3/3;
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .container__hero-head .hero-head__box.box6 {
      grid-column: 1/1;
      grid-row: 4/4;
      -ms-grid-column: 1;
      -ms-grid-row: 4;
      margin-right: 13.3px;
      margin-top: 15px; }
    .container__hero-head .hero-head__box.box7 {
      grid-column: 2/2;
      grid-row: 4/4;
      -ms-grid-column: 2;
      -ms-grid-row: 4;
      margin-right: 6.6px;
      margin-left: 6.6px;
      margin-top: 15px; }
    .container__hero-head .hero-head__box.box8 {
      grid-column: 3/3;
      grid-row: 4/4;
      -ms-grid-column: 3;
      -ms-grid-row: 4;
      margin-left: 13.3px;
      margin-top: 15px; } }

/* IE additional fixes */
.container__hero-head .hero-head__box {
  position: relative; }
  .container__hero-head .hero-head__box .box__copy {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .container__hero-head .hero-head__box .box__copy__fav {
      position: absolute;
      right: 15px;
      bottom: 15px; }

.filter-popup__container {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  margin: 0 auto;
  width: 100%;
  top: 0;
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 40px; }
  body.darkmode .filter-popup__container {
    background-color: #333333; }
  @media (min-width: 768px) {
    .filter-popup__container {
      width: 497px;
      margin: 188px 0 0 0; } }

.filter-popup__header {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 15px 10px 15px;
  padding: 4%;
  border-bottom: 1px solid #d8d8d8; }
  @media (min-width: 768px) {
    .filter-popup__header {
      padding: 15px 34px 15px 34px; } }

.filter-popup__clear .icon-trash {
  font-size: 2.4rem;
  cursor: pointer; }

.filter-popup__title h3 {
  margin: 0;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    .filter-popup__title h3 {
      font-weight: 400; } }

.filter-popup__close .icon-close {
  margin-top: 4px;
  font-size: 1.6rem;
  cursor: pointer; }

.filter-popup__types {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 10px;
  margin-bottom: 15%; }
  @media (min-width: 768px) {
    .filter-popup__types {
      padding: 0 34px;
      margin-bottom: 34px; } }
  .filter-popup__types label {
    border-bottom: 1px solid #d8d8d8;
    padding: 14% 0 5% 0;
    display: block; }
    @media (min-width: 768px) {
      .filter-popup__types label:nth-child(4) {
        border-bottom: none; } }
    .filter-popup__types label .icon-check-box-filled {
      display: none; }
    .filter-popup__types label input {
      position: absolute;
      opacity: 0;
      right: 0; }
      .filter-popup__types label input:checked ~ .icon-check-box-outline {
        display: none; }
      .filter-popup__types label input:checked ~ .icon-check-box-filled {
        display: inline-block;
        color: #53dbd5; }
    .filter-popup__types label h2 {
      display: inline-block;
      margin: 0 0 0 10px; }

.filter-popup__footer {
  border-top: 1px solid #d8d8d8;
  padding: 4% 0; }

.filter-popup__apply {
  margin: 0 auto;
  max-width: 182px; }
  .filter-popup__apply.tip-load-more-button {
    width: 180px;
    margin: 15px auto 20px auto; }
    @media (min-width: 768px) {
      .filter-popup__apply.tip-load-more-button {
        margin: 20px auto;
        width: 207px; } }
  .filter-popup__apply .search-results__count {
    padding: 0 4px; }

#filter-popup {
  display: none; }
  #filter-popup.js-show {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: auto; }
  #filter-popup.js-hide {
    display: none; }

.search-relevanz-dropdown {
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 41px;
  padding: 7px 10px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  body.admin-bar .search-relevanz-dropdown {
    top: 87px; }
  @media (min-width: 768px) {
    .search-relevanz-dropdown {
      position: fixed;
      top: 90px;
      right: 5px;
      z-index: 999;
      width: auto;
      bottom: auto;
      padding: 2px 8px;
      border-radius: 4px;
      border-bottom: none; }
      body.admin-bar .search-relevanz-dropdown {
        top: 122px; } }
  body.darkmode .search-relevanz-dropdown {
    background-color: #000; }
  .search-relevanz-dropdown__inner {
    height: 28px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    cursor: pointer; }
    .search-relevanz-dropdown__inner label {
      padding-right: 10px;
      line-height: 1;
      font-weight: bold; }
      @media (min-width: 768px) {
        .search-relevanz-dropdown__inner label {
          line-height: initial;
          padding-right: 6px; } }
      body.darkmode .search-relevanz-dropdown__inner label {
        color: #fff; }
    .search-relevanz-dropdown__inner p {
      margin: 0;
      font-size: 1.5rem;
      display: inline-block; }
    .search-relevanz-dropdown__inner .icon-filter {
      margin-right: 10px; }
    .search-relevanz-dropdown__inner select {
      border: none;
      outline: none;
      cursor: pointer;
      padding-right: 2px;
      color: #000; }
      .search-relevanz-dropdown__inner select:hover {
        color: #f53515; }
      body.darkmode .search-relevanz-dropdown__inner select {
        background-color: #000;
        color: #fff; }
        body.darkmode .search-relevanz-dropdown__inner select:hover {
          color: #f53515; }

.data-timetable {
  width: 100%;
  padding: 0 15px;
  max-width: 735px; }

.data-and-facts {
  width: 100%;
  padding: 0 15px;
  max-width: 735px; }
  .data-and-facts h3 {
    font-family: "Metric", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .data-and-facts h3 {
        font-size: 3.2rem; } }
  .data-and-facts ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .data-and-facts ul li {
      margin: 0 0 28px;
      padding: 0 0 0 12px;
      border-bottom: 1px solid #d8d8d8;
      position: relative; }
      .data-and-facts ul li:last-of-type {
        border-bottom: none; }
      .data-and-facts ul li h4 {
        font-family: "Metric", sans-serif;
        margin: 0 0 8px; }
        @media (min-width: 768px) {
          .data-and-facts ul li h4 {
            margin: 0 0 8px; } }
      .data-and-facts ul li p {
        font-family: "Metric", sans-serif;
        margin: 0 0 8px; }
      .data-and-facts ul li i {
        position: absolute;
        top: 10px;
        right: 12px;
        font-size: 2rem; }
        @media (min-width: 768px) {
          .data-and-facts ul li i {
            font-size: 2.6rem;
            top: 13px; } }
        .data-and-facts ul li i.icon-chevron-right {
          font-size: 1.8rem;
          padding-right: 2px; }
          @media (min-width: 768px) {
            .data-and-facts ul li i.icon-chevron-right {
              font-size: 2.4rem;
              padding-right: 3px; } }

.event-timetable {
  width: 100%;
  padding: 0 15px;
  max-width: 735px;
  margin-bottom: 30px; }
  .event-timetable h3 {
    font-family: "Metric", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .event-timetable h3 {
        font-size: 3.2rem; } }
  .event-timetable h4 {
    display: inline-block;
    padding-left: 10px;
    margin: 0 0 10px; }
    .event-timetable h4:first-of-type {
      width: 70px; }
  .event-timetable ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .event-timetable ul li p {
      font-family: "Metric", sans-serif; }
  .event-timetable ul.event-timetable__dates {
    display: flex;
    display: -ms-flexbox;
    overflow-x: auto;
    margin-bottom: 30px; }
    .event-timetable ul.event-timetable__dates li.event-timetable__date {
      display: inline-block;
      background-color: #E5FAF9;
      border-bottom: 5px solid #E5FAF9;
      padding: 8px 11px 3px;
      cursor: pointer;
      margin: 0 3px 3px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .event-timetable ul.event-timetable__dates li.event-timetable__date.active {
        border-bottom: 5px solid #f53515;
        background-color: #fff; }
      .event-timetable ul.event-timetable__dates li.event-timetable__date span {
        display: block;
        text-align: center; }
        .event-timetable ul.event-timetable__dates li.event-timetable__date span.date__cal-day {
          font-weight: bold;
          font-size: 2.4rem; }
  .event-timetable ul.event-timetable__details {
    visibility: hidden;
    height: 0;
    opacity: 0; }
    .event-timetable ul.event-timetable__details.active {
      visibility: visible;
      height: auto;
      opacity: 1;
      transition: 0.4s; }
    .event-timetable ul.event-timetable__details li.event-timetable__detail {
      border-top: 1px solid #d8d8d8;
      padding: 10px 10px 15px; }
      .event-timetable ul.event-timetable__details li.event-timetable__detail:last-of-type {
        border-bottom: 1px solid #d8d8d8; }
      .event-timetable ul.event-timetable__details li.event-timetable__detail p {
        display: inline-block;
        margin: 0; }
        .event-timetable ul.event-timetable__details li.event-timetable__detail p.detail__time {
          width: 70px; }

body .page-template-kino-archive .kino-custom-archive .event-timetable {
  margin: 0 auto; }

.event-gallery-slider {
  width: 100%;
  display: inline-block; }
  .event-gallery-slider ul {
    padding: 0; }
  .event-gallery-slider ul.event-gallery-slider__ul {
    list-style: none; }
    .event-gallery-slider ul.event-gallery-slider__ul li {
      margin: 0 10px 0 0;
      outline: none; }
      .event-gallery-slider ul.event-gallery-slider__ul li figure {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .event-gallery-slider ul.event-gallery-slider__ul li figure img {
          width: 100%;
          margin-bottom: 5px; }
        .event-gallery-slider ul.event-gallery-slider__ul li figure figcaption {
          background: none;
          padding: 0;
          text-align: left;
          color: #9B9B9B;
          position: unset; }
  .event-gallery-slider ul.slick-dots {
    padding: 10px 0 0;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    list-style: none;
    -ms-flex-pack: center;
        justify-content: center; }
    .event-gallery-slider ul.slick-dots li {
      margin: 0 5px; }
      .event-gallery-slider ul.slick-dots li button {
        border: 0;
        padding: 0;
        background: #d8d8d8;
        outline: none;
        cursor: pointer;
        height: 8px;
        width: 8px;
        color: transparent;
        text-indent: -9999px;
        line-height: 0;
        border-radius: 50%; }
      .event-gallery-slider ul.slick-dots li.slick-active button {
        background: #9B9B9B; }
  .event-gallery-slider figcaption {
    line-height: 1.1; }

.event-videoplayer {
  margin: 40px 0; }

.discover-links-wrapper {
  margin-bottom: 15px;
  padding: 15px 10px 0; }
  @media (min-width: 768px) {
    .discover-links-wrapper {
      padding: 0; } }
  .discover-links-wrapper .discover-links {
    list-style: none;
    padding: 0;
    margin: 0; }
    .discover-links-wrapper .discover-links .discover-links__item {
      position: relative;
      margin-bottom: 5px;
      padding-left: 14px; }
      .discover-links-wrapper .discover-links .discover-links__item::before {
        content: '';
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent #f53515;
        position: absolute;
        left: 0;
        top: 6px; }

.container__collections {
  margin: 0 auto;
  width: 100%;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .container__collections {
      padding: 0; } }
  .container__collections .tip-berlin-trennline.collections {
    margin-bottom: 5px;
    box-shadow: 1px 1.2px 0 #53dbd5; }
  .container__collections h2.collections__title {
    margin: 0 0 25px 0;
    text-shadow: 1px 1.2px 0 #53dbd5; }
  .container__collections .collections__box {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .container__collections .collections__box {
        margin: 0; } }
    @media (min-width: 768px) {
      .container__collections .collections__box {
        border-bottom: none;
        padding: 0;
        max-width: unset; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) {
        width: 100%;
        max-width: inherit; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__img {
        width: 66%;
        flex: 0 1 66%;
        -ms-flex: 0 1 66%; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__img img {
        height: 324px; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__copy {
        padding: 0 25px;
        -ms-flex: 1 1 374px;
            flex: 1 1 374px; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__link {
        display: flex;
        display: -ms-flexbox;
        -ms-flex-direction: column;
            flex-direction: column; }
        .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__link:first-child {
          -ms-flex-direction: row;
              flex-direction: row; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__title {
        padding-bottom: 0;
        margin: 0 0 20px; } }
    @media (min-width: 768px) {
      .container__collections .collections__box:first-child:not(.no-first-style) .collections__box__rate {
        position: relative;
        bottom: unset; } }
    .container__collections .collections__box__img {
      width: 100%;
      position: relative;
      overflow: hidden;
      margin-bottom: 6px; }
      @media (min-width: 768px) {
        .container__collections .collections__box__img {
          height: auto; } }
      .container__collections .collections__box__img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 23%); }
      .container__collections .collections__box__img img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
        width: 100%;
        height: 228px; }
    .container__collections .collections__box__cat {
      color: #000;
      position: absolute;
      bottom: 0;
      width: auto;
      height: 20px;
      background-color: #fff;
      padding: 2px 8px 0 0;
      text-transform: uppercase;
      z-index: 2;
      font-weight: bold; }
      @media (min-width: 768px) {
        .container__collections .collections__box__cat {
          font-size: 1.5rem; } }
      body.darkmode .container__collections .collections__box__cat {
        background-color: #000;
        color: #fff; }
    .container__collections .collections__box__fav {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2; }
      .container__collections .collections__box__fav i.tip-berlin-icon.icon-star-border {
        color: #fff;
        font-size: 2.6rem;
        padding: 15px; }
        @media (max-width: 1200px) {
          .container__collections .collections__box__fav i.tip-berlin-icon.icon-star-border {
            padding-bottom: 24px; } }
        .container__collections .collections__box__fav i.tip-berlin-icon.icon-star-border[data-checked="true"] {
          color: #53dbd5; }
          .container__collections .collections__box__fav i.tip-berlin-icon.icon-star-border[data-checked="true"]::before {
            content: "\ea28"; }
    @media (min-width: 768px) {
      .container__collections .collections__box__copy {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: left !important;
            justify-content: left !important;
        display: grid;
        grid-template-rows: auto;
        -ms-flex-line-pack: start;
            align-content: flex-start; } }
    .container__collections .collections__box h3.collections__box__kicker {
      text-transform: uppercase;
      margin-bottom: 8px;
      line-height: 1; }
      @media (min-width: 768px) {
        .container__collections .collections__box h3.collections__box__kicker {
          font-size: 2rem;
          margin-bottom: 10px; } }
    .container__collections .collections__box h3.collections__box__title {
      margin: 5px 0; }
      @media (min-width: 768px) {
        .container__collections .collections__box h3.collections__box__title {
          line-height: 1; } }
    .container__collections .collections__box h2.collections__box__title {
      margin: 0 0 5px;
      line-height: 1.1;
      word-break: break-word; }
      @media (min-width: 768px) {
        .container__collections .collections__box h2.collections__box__title {
          margin: 0 0 15px;
          line-height: 1; } }
  .container__collections .collections__box-container.collections__box-container--events {
    display: none; }
    .container__collections .collections__box-container.collections__box-container--events + .tip-load-more-button {
      display: none; }
      .container__collections .collections__box-container.collections__box-container--events + .tip-load-more-button + .loading-dots {
        visibility: hidden; }
    .container__collections .collections__box-container.collections__box-container--events.active {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 768px) {
        .container__collections .collections__box-container.collections__box-container--events.active {
          -ms-flex-direction: row;
              flex-direction: row; } }
      .container__collections .collections__box-container.collections__box-container--events.active + .tip-load-more-button {
        display: flex;
        display: -ms-flexbox; }
        .container__collections .collections__box-container.collections__box-container--events.active + .tip-load-more-button + .loading-dots {
          visibility: initial; }
  @media (min-width: 768px) {
    .container__collections .collections__box-container {
      display: flex;
      display: -ms-flexbox;
      max-width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      gap: 20px; }
      .container__collections .collections__box-container::after {
        -ms-flex: auto;
            flex: auto;
        height: 0;
        width: 30%;
        content: ""; } }
  @media (min-width: 768px) {
    .container__collections .collections__box {
      width: 30%;
      -ms-flex-positive: 1;
          flex-grow: 1; } }

body .container__collections--kino {
  margin-bottom: 30px;
  padding: 0; }
  body .container__collections--kino .collections--events__title {
    text-align: center;
    margin-bottom: 15px; }
  body .container__collections--kino .collections--events__time-selection {
    text-align: center;
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    @media (min-width: 768px) {
      body .container__collections--kino .collections--events__time-selection {
        margin: 0 0 40px; } }
    body .container__collections--kino .collections--events__time-selection li {
      border-radius: 50px;
      padding: 6px 30px;
      display: inline-block;
      color: #9B9B9B;
      cursor: pointer;
      line-height: 1;
      font-size: 1.6rem;
      transition: 0.2s; }
      body .container__collections--kino .collections--events__time-selection li.active {
        background-color: #53DBD5;
        color: #fff; }
  body .container__collections--kino .collections__box-container .collections__box--event .collections__box__link .collections__box__img {
    margin-bottom: 10px; }
  body .container__collections--kino .collections__box-container .collections__box--event .collections__box__link .collections__box__copy .collections__box__kicker {
    text-transform: none;
    margin-bottom: 4px; }

body .kino-custom-archive h2.collections--kino__title {
  text-align: center; }

body .kino-custom-archive p.collections--kino__title {
  text-align: center;
  margin-bottom: 30px; }

body .kino-custom-archive .event-timetable {
  margin: 0 auto 30px auto;
  max-width: -moz-min-content;
  max-width: min-content; }
  body .kino-custom-archive .event-timetable__dates.cinema {
    -ms-flex-pack: center;
        justify-content: center; }
    @media all and (max-width: 768px) {
      body .kino-custom-archive .event-timetable__dates.cinema {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }

body .kino-custom-archive .event-filtertable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  body .kino-custom-archive .event-filtertable .event-filtertable__dates {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    list-style: none;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media all and (max-width: 768px) {
      body .kino-custom-archive .event-filtertable .event-filtertable__dates {
        margin: 0;
        text-align: center;
        -ms-flex-align: end;
            align-items: flex-end; } }
    @media all and (max-width: 480px) {
      body .kino-custom-archive .event-filtertable .event-filtertable__dates {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    @media all and (max-width: 768px) {
      body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__movie, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__location, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__cinema, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__outdoor {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__movie.active .filtertable__btn, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__location.active .filtertable__btn, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__cinema.active .filtertable__btn, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__outdoor.active .filtertable__btn {
      background-color: #f53515;
      color: #fff; }
    body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__movie button, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__location button, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__cinema button, body .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__outdoor button {
      cursor: pointer; }
    body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn {
      background-color: #fff;
      border: 2px #f53515 solid;
      border-radius: 25px;
      color: #f53515;
      font-size: 16px; }
      body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn .fa-arrow-right {
        padding-left: 10px; }
      body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list {
        display: none;
        position: absolute;
        background: #fff;
        border-radius: 10px;
        margin-top: 20px;
        box-shadow: 0 0 20px #9B9B9B;
        max-width: 400px; }
        @media all and (max-width: 768px) {
          body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list {
            left: 10px;
            margin-top: 110px;
            width: calc(100% - 20px);
            max-width: unset; } }
        body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          border-bottom: 1px #9B9B9B solid;
          padding: 10px 35px; }
          body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + div {
            list-style: none;
            padding: 10px;
            height: 300px;
            overflow: scroll; }
          body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul {
            list-style: none;
            padding: 10px;
            height: 300px;
            overflow: scroll; }
            body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul li {
              display: grid;
              grid-template-columns: auto 1fr;
              border-bottom: 1px #9B9B9B solid;
              font-weight: bold;
              padding: 10px 0; }
              body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul li:last-of-type {
                border: none; }
              body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul li input {
                border: 2px #000 solid;
                margin: 5px 20px 10px 10px; }
            body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul + .filtertable__btn_list_head {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
                  justify-content: center;
              border-top: 1px #9B9B9B solid;
              padding: 20px; }
              body .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul + .filtertable__btn_list_head button {
                padding: 10px 20px;
                background-color: #f53515;
                color: #fff;
                border-radius: 3px; }

body .kino-custom-archive .cinemapreview__box-container--kino, body .kino-custom-archive .cinemapreview__box--kino_location, body .kino-custom-archive .cinemapreview__box__adresses_locations, body .kino-custom-archive .cinemapreview__box--kino_location_cinema {
  overflow: hidden; }
  body .kino-custom-archive .cinemapreview__box-container--kino.active, body .kino-custom-archive .cinemapreview__box--kino_location.active, body .kino-custom-archive .cinemapreview__box__adresses_locations.active, body .kino-custom-archive .cinemapreview__box--kino_location_cinema.active {
    position: relative;
    display: block; }
    body .kino-custom-archive .cinemapreview__box-container--kino.active:before, body .kino-custom-archive .cinemapreview__box--kino_location.active:before, body .kino-custom-archive .cinemapreview__box__adresses_locations.active:before, body .kino-custom-archive .cinemapreview__box--kino_location_cinema.active:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100vw;
      height: 100%;
      display: block;
      top: 0;
      background-color: transparent; }

body .kino-custom-archive .cinemapreview__box--kino {
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #e5faf9;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media all and (max-width: 1024px) {
    body .kino-custom-archive .cinemapreview__box--kino {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); } }
  @media all and (max-width: 425px) {
    body .kino-custom-archive .cinemapreview__box--kino {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }
  body .kino-custom-archive .cinemapreview__box--kino_placeholder {
    border: 1px #9B9B9B solid;
    width: 143px;
    height: 203px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
  body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__link img {
    height: 370px; }
    @media all and (max-width: 1024px) {
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__link img {
        width: 100%;
        height: auto; } }
  body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__link div:not(.cinemapreview__box--kino_placeholder) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
    border: 1px solid #9B9B9B;
    width: 368px;
    height: 522px;
    text-align: center; }
    @media all and (max-width: 768px) {
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__link div:not(.cinemapreview__box--kino_placeholder) {
        width: 100%;
        height: auto; } }
  body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__cat {
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    grid-gap: 20px;
    width: calc(100% - 390px); }
    @media all and (max-width: 1024px) {
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__cat {
        width: calc(100% - 50px); } }
    @media all and (max-width: 768px) {
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__cat {
        width: 100%; } }
    @media all and (max-width: 425px) {
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__cat {
        margin-left: 0; } }
  body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px; }
    @media all and (max-width: 1024px) {
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses {
        grid-template-columns: 1fr; } }
    body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses_locations {
      margin-bottom: 20px; }
    body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses_times {
      display: inline-grid;
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses_times_single {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses_times_single:empty {
          width: 10px; }
        body .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses_times_single_tags {
          background-color: #9B9B9B;
          border-radius: 5px;
          color: #CBF4F2;
          font-size: 10px;
          padding: 1px 5px;
          margin: 0 5px 0 5px; }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media all and (max-width: 1024px) {
      body .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media all and (max-width: 768px) {
      body .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail img {
      width: auto !important;
      max-height: 220px; }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail .cinemapreview__box--kino_location_cinema_times {
      -ms-flex-direction: column;
          flex-direction: column; }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema_movie {
    display: grid;
    grid-gap: 10px;
    max-width: 150px;
    margin: 10px; }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema_movie h3 {
      min-height: 42px;
      margin: 0;
      overflow-wrap: anywhere;
      font-size: 1.8rem; }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema_placeholder {
    border: 1px #9B9B9B solid;
    width: 143px;
    height: 203px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    @media all and (max-width: 1024px) {
      body .kino-custom-archive .cinemapreview__box--kino_location_cinema_placeholder {
        width: 100%;
        height: 100%;
        min-height: 170px;
        margin-bottom: 1em; } }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema_times {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema_times span {
      margin-right: 10px; }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema .cinemapreview__box__adresses_times_single:empty {
    display: none; }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema .cinemapreview__box__adresses_times_single_tags {
    background-color: #9B9B9B;
    border-radius: 5px;
    color: #CBF4F2;
    font-size: 10px;
    padding: 1px 5px;
    margin: 0 0 0 5px; }
  body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div {
    display: grid;
    grid-gap: 10px;
    max-width: 150px; }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div span.cinemapreview__box__adresses_times_single_tags {
      background-color: #9B9B9B;
      border-radius: 5px;
      color: #CBF4F2;
      font-size: 10px;
      padding: 1px 5px;
      width: -moz-fit-content;
      width: fit-content; }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div:empty {
      display: none; }
    body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 {
      height: 75px;
      margin: 0; }
      body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 + a img {
        width: 100%;
        height: auto; }
        @media all and (max-width: 1024px) {
          body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 + a img {
            -ms-flex-direction: column;
                flex-direction: column; } }
      body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 + a div {
        border: 1px #9B9B9B solid;
        width: 143px;
        height: 203px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        text-align: center; }
      body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 + a + div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row; }
        body .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 + a + div span {
          margin-right: 10px; }

body .kino-custom-archive .cinemapreview__box__adresses_locations_details {
  display: none; }

body.darkmode .kino-custom-archive .event-timetable__dates li.event-timetable__date {
  background-color: #050505;
  border-bottom: 5px solid #244140; }
  body.darkmode .kino-custom-archive .event-timetable__dates li.event-timetable__date.active {
    border-bottom: 5px solid #f53515; }

body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__movie.active .filtertable__btn, body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__location.active .filtertable__btn, body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__cinema.active .filtertable__btn, body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .event-filtertable__outdoor.active .filtertable__btn {
  background-color: #f53515;
  color: #fff; }

body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn {
  background-color: #050505;
  border: 2px #f53515 solid;
  color: #f53515; }
  body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list {
    box-shadow: 0 0 20px #9B9B9B; }
    body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head {
      border-bottom: 1px #9B9B9B solid; }
      body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul li {
        border-bottom: 1px #9B9B9B solid; }
      body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul + .filtertable__btn_list_head {
        border-top: 1px #9B9B9B solid; }
        body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list_head + ul + .filtertable__btn_list_head button {
          background-color: #f53515;
          color: #fff; }

body.darkmode .kino-custom-archive .event-filtertable .event-filtertable__dates .filtertable__btn_list {
  background-color: #050505 !important;
  box-shadow: 0 0 20px #020202 !important; }

body.darkmode .kino-custom-archive .cinemapreview__box.cinemapreview__box--kino_location_cinema {
  background-color: #111 !important; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino_placeholder {
  border: 1px #9B9B9B solid; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__link div:not(.cinemapreview__box--kino_placeholder) {
  border: 1px solid #9B9B9B; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino .cinemapreview__box__adresses_times_single_tags {
  background-color: #9B9B9B;
  color: #244140; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail .cinemapreview__box--kino_location_cinema_times .cinemapreview__box__adresses_times_single_tags {
  background-color: #9B9B9B;
  color: #244140; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino_location_cinema_placeholder {
  border: 1px #9B9B9B solid; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div span.cinemapreview__box__adresses_times_single_tags {
  background-color: #9B9B9B;
  color: #244140; }

body.darkmode .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 + div div h3 + a div {
  border: 1px #9B9B9B solid; }

body .site-main.single .entry-append {
  padding: 0 15px;
  max-width: 735px; }
  body .site-main.single .entry-append .event-filtertable, body .site-main.single .entry-append .cinemapreview__box--kino_location_cinema > h2 {
    display: none; }

body .site-main.single .kino-custom-archive .event-filtertable__movie,
body .site-main.single .kino-custom-archive .event-filtertable__outdoor {
  display: none; }

body .site-main.single .kino-custom-archive .cinemapreview__box-container {
  max-width: 735px; }

body .site-main.single .kino-custom-archive .cinemapreview__box--kino {
  background-color: transparent;
  padding: 0; }
  body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_movie h3, body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_movie h3 + a {
    display: none; }
  body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema {
    width: calc(50% - 10px);
    display: inline-grid;
    margin: 0 0 10px 10px;
    padding: 0 20px;
    background-color: #e5faf9; }
    @media all and (max-width: 468px) {
      body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema {
        width: 100%;
        margin: 0 0 10px 0; } }
    body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_movie {
      grid-gap: 0;
      margin: 0;
      padding: 10px 0; }
    body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail {
      grid-template-columns: 1fr;
      justify-self: center;
      border-top: 1px #C0C0C0 solid;
      width: 100%;
      text-align: center;
      justify-items: center; }
      body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail .cinemapreview__box__adresses_times_single {
        position: relative; }
        body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_detail .cinemapreview__box__adresses_times_single_tags {
          background-color: #9B9B9B;
          border-radius: 5px;
          color: #CBF4F2;
          font-size: 10px;
          padding: 1px 5px;
          margin: 0 5px 0 5px;
          position: absolute;
          top: -16px;
          left: 34px; }
    body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema_times {
      grid-template-columns: 1fr; }
    body .site-main.single .kino-custom-archive .cinemapreview__box--kino_location_cinema h2 {
      font-size: 1.8rem;
      margin-bottom: 0; }

body .site-main.single .kino-custom-archive .cinemapreview__box__link, body .site-main.single .kino-custom-archive .cinemapreview__box__title {
  display: none; }

body .site-main.single .kino-custom-archive .cinemapreview__box__cat {
  margin: 0;
  width: 100%; }

body .site-main.single .kino-custom-archive .cinemapreview__box__adresses {
  grid-template-columns: 1fr 1fr; }
  @media all and (max-width: 468px) {
    body .site-main.single .kino-custom-archive .cinemapreview__box__adresses {
      grid-template-columns: 1fr; } }
  body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_locations {
    background-color: #e5faf9;
    padding: 10px;
    margin: 0; }
    body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_locations b {
      display: block; }
  body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_dates {
    border-top: 1px #C0C0C0 solid;
    text-align: center; }
  body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_times {
    grid-template-columns: 1fr;
    margin: 10px 0 0 0;
    place-items: center; }
    body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_times .cinemapreview__box__adresses_times_single {
      position: relative; }
      body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_times .cinemapreview__box__adresses_times_single_tags {
        background-color: #9B9B9B;
        border-radius: 5px;
        color: #CBF4F2;
        font-size: 10px;
        padding: 1px 5px;
        margin: 0 5px 0 5px;
        position: absolute;
        top: -16px;
        left: 17px; }

body .site-main.single .kino-custom-archive .cinemapreview__box__adresses_locations_details {
  display: grid; }

body.darkmode .site-main.single .cinemapreview__box__adresses_locations {
  background-color: #111; }

body.darkmode.page-template-kino-archive .cinemapreview__box--kino_location_cinema {
  margin-bottom: 10px; }

body.darkmode.page-template-kino-archive .cinemapreview__box--kino {
  background-color: #111; }

.page-id-4104282 {
  background-color: #c5e6e8; }
  .page-id-4104282 .entry-header {
    display: none; }
  .page-id-4104282 .entry-content p, .page-id-4104282 .entry-content a {
    font-family: "Metric", sans-serif; }
  .page-id-4104282 .entry-content {
    max-width: 1000px; }
    .page-id-4104282 .entry-content > .wp-block-columns {
      margin-top: 30px; }
  .page-id-4104282 .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
    @media (max-width: 999px) {
      .page-id-4104282 .wp-block-columns {
        grid-template-columns: 100%;
        grid-gap: 20px; } }
  .page-id-4104282 .form-columns {
    margin-bottom: 30px; }
    .page-id-4104282 .form-columns .wpcf7-form-control-wrap {
      display: inline-block;
      margin-bottom: 12px; }
    .page-id-4104282 .form-columns input {
      width: 100%; }
  .page-id-4104282 .form-columns-headline {
    font-size: 20px;
    line-height: 1.2; }
  .page-id-4104282 input {
    padding: 6px 12px; }
    .page-id-4104282 input[type=radio] {
      margin-right: 5px; }
  .page-id-4104282 .wpcf7-list-item {
    margin-left: 0; }
    .page-id-4104282 .wpcf7-list-item input {
      margin-right: 10px; }
    .page-id-4104282 .wpcf7-list-item label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline; }
      .page-id-4104282 .wpcf7-list-item label span {
        line-height: 1.2; }
  .page-id-4104282 .form-title {
    color: #f53515;
    font-size: 42px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 60px; }
    @media (max-width: 999px) {
      .page-id-4104282 .form-title {
        font-size: 32px;
        margin-bottom: 40px; } }
  .page-id-4104282 .wpcf7-submit {
    border: none;
    color: #fff;
    background-color: #f53515;
    cursor: pointer;
    font-size: 20px;
    padding: 8px 30px;
    margin-top: 10px;
    transition: .1s; }
    .page-id-4104282 .wpcf7-submit:hover {
      background-color: #dc290b; }
    @media (max-width: 999px) {
      .page-id-4104282 .wpcf7-submit {
        width: 100%; } }
  .page-id-4104282 .form-subinfo {
    font-size: 14px; }
  .page-id-4104282 .wpcf7 form .wpcf7-response-output {
    border-color: #53dbd5;
    line-height: 1.3;
    padding: 1rem 2rem; }
  .page-id-4104282 .wpcf7 form.invalid .wpcf7-response-output, .page-id-4104282 .wpcf7 form.unaccepted .wpcf7-response-output, .page-id-4104282 .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc290b; }
  .page-id-4104282 .wpcf7-not-valid-tip {
    color: #dc290b; }

.site-main.events-by-date .entry-content {
  max-width: 100%; }

.site-main.events-by-date .events-by-date__headline-wrapper {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .site-main.events-by-date .events-by-date__headline-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }

.events-calendar__title {
  color: #9B9B9B;
  padding: 6px 0;
  display: inline-block;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "Metric", sans-serif; }

#calendar-range {
  font-size: 2.6rem;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px; }
  #calendar-range:hover {
    color: #f53515; }

body .flatpickr-calendar {
  background-color: #CBF4F2; }
  body .flatpickr-calendar .flatpickr-day:hover {
    border-color: #f53515;
    background: #f53515;
    color: #fff; }
  body .flatpickr-calendar .flatpickr-day.today {
    border-color: #f53515; }
  body .flatpickr-calendar .flatpickr-day.selected, body .flatpickr-calendar .flatpickr-day.startRange, body .flatpickr-calendar .flatpickr-day.endRange, body .flatpickr-calendar .flatpickr-day.selected.inRange, body .flatpickr-calendar .flatpickr-day.startRange.inRange, body .flatpickr-calendar .flatpickr-day.endRange.inRange, body .flatpickr-calendar .flatpickr-day.selected:focus, body .flatpickr-calendar .flatpickr-day.startRange:focus, body .flatpickr-calendar .flatpickr-day.endRange:focus, body .flatpickr-calendar .flatpickr-day.selected:hover, body .flatpickr-calendar .flatpickr-day.startRange:hover, body .flatpickr-calendar .flatpickr-day.endRange:hover, body .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, body .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, body .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, body .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, body .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, body .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
    background: #cd1e00;
    border-color: #cd1e00;
    color: #fff; }
  body .flatpickr-calendar .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), body .flatpickr-calendar .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), body .flatpickr-calendar .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #f53515; }
  body .flatpickr-calendar .flatpickr-day.inRange, body .flatpickr-calendar .flatpickr-day.prevMonthDay.inRange, body .flatpickr-calendar .flatpickr-day.nextMonthDay.inRange, body .flatpickr-calendar .flatpickr-day.today.inRange, body .flatpickr-calendar .flatpickr-day.prevMonthDay.today.inRange, body .flatpickr-calendar .flatpickr-day.nextMonthDay.today.inRange, body .flatpickr-calendar .flatpickr-day:hover, body .flatpickr-calendar .flatpickr-day.prevMonthDay:hover, body .flatpickr-calendar .flatpickr-day.nextMonthDay:hover, body .flatpickr-calendar .flatpickr-day:focus, body .flatpickr-calendar .flatpickr-day.prevMonthDay:focus, body .flatpickr-calendar .flatpickr-day.nextMonthDay:focus {
    background: #f53515;
    border-color: #f53515;
    color: #fff; }
  body .flatpickr-calendar .flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #f53515, 5px 0 0 #f53515; }
  body .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #CBF4F2; }

/* Header
--------------------------------------------- */
.site-header {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 10px 10px 10px 0;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  height: 41px; }
  @media (min-width: 768px) {
    .site-header {
      height: 47px;
      padding: 0; } }
  body.admin-bar .site-header {
    top: 46px; }
    @media (min-width: 782px) {
      body.admin-bar .site-header {
        top: 32px; } }
  body.darkmode .site-header {
    background-color: #000;
    border-bottom-color: #333333; }
  body.header-search-form-open .site-header {
    padding: 0; }
  .site-header .site-branding {
    line-height: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .site-header .site-branding {
        margin: 0 18px;
        min-width: 117px; } }
    .site-header .site-branding a {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; }
      .site-header .site-branding a img {
        max-height: 20px;
        width: auto; }
        @media (min-width: 768px) {
          .site-header .site-branding a img {
            max-height: 30px; } }
    body.header-search-form-open .site-header .site-branding {
      display: none; }
  .site-header .icon-menu--main {
    margin-left: auto;
    transition: 0.2s;
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      .site-header .icon-menu--main {
        display: none; } }
    body.header-search-form-open .site-header .icon-menu--main {
      display: none; }
    body.nav-menu-open .site-header .icon-menu--main {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      body.nav-menu-open .site-header .icon-menu--main::before {
        content: '\ea31';
        font-size: 1.8rem; }

.header__single-breadcrumb {
  color: #f53515;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }
  .header__single-breadcrumb:visited {
    color: #f53515; }
  body.darkmode .header__single-breadcrumb {
    color: #f53515; }
    body.darkmode .header__single-breadcrumb:visited {
      color: #f53515; }
  body.header-search-form-open .header__single-breadcrumb {
    display: none; }
  @media (min-width: 768px) {
    .header__single-breadcrumb {
      display: none; } }

.header__search-trigger {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: 0.2s;
  background-color: #fff; }
  @media (min-width: 768px) {
    .header__search-trigger {
      width: 50px;
      height: 46px;
      background-color: #f53515;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  body.darkmode .header__search-trigger {
    background-color: #000; }
  body.header-search-form-open .header__search-trigger {
    background-color: #f53515; }
  .header__search-trigger .tip-berlin-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (min-width: 768px) {
      .header__search-trigger .tip-berlin-icon {
        color: #fff; } }
    .header__search-trigger .tip-berlin-icon.icon-search {
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
      opacity: 1; }
      body.header-search-form-open .header__search-trigger .tip-berlin-icon.icon-search {
        opacity: 0;
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
    .header__search-trigger .tip-berlin-icon.icon-close {
      font-size: 1.4rem;
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
      opacity: 0;
      color: #fff; }
      body.header-search-form-open .header__search-trigger .tip-berlin-icon.icon-close {
        opacity: 1;
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.header__search-form-wrapper {
  display: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 100%;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */ }
  body.header-search-form-open .header__search-form-wrapper {
    display: flex;
    display: -ms-flexbox; }
  .header__search-form-wrapper form.search-form {
    position: relative;
    width: 100%;
    height: 100%; }
    .header__search-form-wrapper form.search-form label .search-field {
      border-radius: 0;
      transition: 0.1s;
      height: 100%;
      width: 100%;
      padding-left: 10px; }
      .header__search-form-wrapper form.search-form label .search-field:focus {
        border-color: #f53515;
        outline: none; }
      body.darkmode .header__search-form-wrapper form.search-form label .search-field {
        background-color: #000; }
    .header__search-form-wrapper form.search-form label .ep-autosuggest-container {
      height: 100%; }
      .header__search-form-wrapper form.search-form label .ep-autosuggest-container .ep-autosuggest {
        height: 300px;
        overflow: scroll;
        overflow-x: hidden; }
        .header__search-form-wrapper form.search-form label .ep-autosuggest-container .ep-autosuggest > ul {
          padding: 0; }
    .header__search-form-wrapper form.search-form .search-submit {
      padding: 0;
      background-color: inherit;
      border: none;
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px;
      cursor: pointer; }
      .header__search-form-wrapper form.search-form .search-submit:focus {
        outline: none; }
      .header__search-form-wrapper form.search-form .search-submit .tip-berlin-icon {
        font-size: 1.6rem;
        color: #f53515; }
        body.darkmode .header__search-form-wrapper form.search-form .search-submit .tip-berlin-icon {
          color: #fff; }
  .header__search-form-wrapper input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .header__search-form-wrapper input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .header__search-form-wrapper input[type="search"]::-webkit-search-decoration,
  .header__search-form-wrapper input[type="search"]::-webkit-search-cancel-button,
  .header__search-form-wrapper input[type="search"]::-webkit-search-results-button,
  .header__search-form-wrapper input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    display: none; }

/* Ads
--------------------------------------------- */
.tiptile-wrapper {
  text-align: center;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .tiptile-wrapper {
      overflow-x: hidden; } }
  .tiptile-wrapper > div > div {
    display: inline-block;
    position: relative;
    margin-bottom: 16px; }
    .tiptile-wrapper--1.tiptile-wrapper > div > div, .tiptile-wrapper--2.tiptile-wrapper > div > div {
      margin-bottom: 0; }
    .tiptile-wrapper > div > div:last-of-type::before {
      content: 'ANZEIGE';
      font-size: 1.2rem;
      position: absolute;
      bottom: -14px;
      right: 4px;
      color: #d8d8d8;
      line-height: 1; }
      .tiptile-wrapper--1.tiptile-wrapper > div > div:last-of-type::before, .tiptile-wrapper--2.tiptile-wrapper > div > div:last-of-type::before {
        display: none; }

#tiptile-1 > div,
.tiptile-wrapper--1 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    #tiptile-1 > div,
    .tiptile-wrapper--1 > div {
      min-height: 90px; } }
  @media (min-width: 768px) {
    body.home #tiptile-1 > div,
    body.archive-or-page-template #tiptile-1 > div,
    body.page-template-kino-archive #tiptile-1 > div, body.home
    .tiptile-wrapper--1 > div,
    body.archive-or-page-template
    .tiptile-wrapper--1 > div,
    body.page-template-kino-archive
    .tiptile-wrapper--1 > div {
      min-height: 120px; } }
  body.home #tiptile-1 > div > div,
  body.archive-or-page-template #tiptile-1 > div > div,
  body.page-template-kino-archive #tiptile-1 > div > div, body.home
  .tiptile-wrapper--1 > div > div,
  body.archive-or-page-template
  .tiptile-wrapper--1 > div > div,
  body.page-template-kino-archive
  .tiptile-wrapper--1 > div > div {
    margin: 15px 0; }

#tiptile-2,
.tiptile-wrapper--2 {
  position: fixed;
  top: auto;
  width: 300px;
  text-align: left;
  right: 50%;
  margin-right: -710px; }
  @media (max-width: 1399px) {
    #tiptile-2,
    .tiptile-wrapper--2 {
      display: none; } }
  body.home #tiptile-2,
  body.archive-or-page-template #tiptile-2,
  body.page-template-kino-archive #tiptile-2, body.home
  .tiptile-wrapper--2,
  body.archive-or-page-template
  .tiptile-wrapper--2,
  body.page-template-kino-archive
  .tiptile-wrapper--2 {
    position: fixed;
    margin-right: -915px; }
    @media (max-width: 1846px) {
      body.home #tiptile-2,
      body.archive-or-page-template #tiptile-2,
      body.page-template-kino-archive #tiptile-2, body.home
      .tiptile-wrapper--2,
      body.archive-or-page-template
      .tiptile-wrapper--2,
      body.page-template-kino-archive
      .tiptile-wrapper--2 {
        display: none; } }

.entry-content #tiptile-3, .entry-content
.tiptile-wrapper--3 {
  margin: 0 auto; }

.entry-content #tiptile-3 > div > div, .entry-content
.tiptile-wrapper--3 > div > div {
  margin: 15px auto 31px; }

.entry-content #tiptile-4, .entry-content
.tiptile-wrapper--4 {
  margin: 0 auto; }

.entry-content #tiptile-4 > div > div, .entry-content
.tiptile-wrapper--4 > div > div {
  margin: 15px auto 31px; }

.entry-content #tiptile-5, .entry-content
.tiptile-wrapper--5 {
  margin: 0 auto; }

.entry-content #tiptile-5 > div > div, .entry-content
.tiptile-wrapper--5 > div > div {
  margin: 15px auto 31px; }

#tiptile-6,
.tiptile-wrapper--6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    #tiptile-6,
    .tiptile-wrapper--6 {
      grid-column: 3/3;
      grid-row: 3/3;
      -ms-grid-column: 3;
      -ms-grid-row: 3; } }
  #tiptile-6 > div > div,
  .tiptile-wrapper--6 > div > div {
    margin-bottom: -16px; }

#tiptile-7 > div > div,
.tiptile-wrapper--7 > div > div {
  margin-bottom: 31px; }

#tiptile-10 > div,
.tiptile-wrapper--10 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    #tiptile-10 > div,
    .tiptile-wrapper--10 > div {
      min-height: 50px; } }
  @media (max-width: 767px) {
    body.home #tiptile-10 > div,
    body.archive-or-page-template #tiptile-10 > div,
    body.page-template-kino-archive #tiptile-10 > div, body.home
    .tiptile-wrapper--10 > div,
    body.archive-or-page-template
    .tiptile-wrapper--10 > div,
    body.page-template-kino-archive
    .tiptile-wrapper--10 > div {
      min-height: 80px; } }
  #tiptile-10 > div > div,
  .tiptile-wrapper--10 > div > div {
    min-height: 100px; }
    body.home #tiptile-10 > div > div,
    body.archive-or-page-template #tiptile-10 > div > div,
    body.page-template-kino-archive #tiptile-10 > div > div, body.home
    .tiptile-wrapper--10 > div > div,
    body.archive-or-page-template
    .tiptile-wrapper--10 > div > div,
    body.page-template-kino-archive
    .tiptile-wrapper--10 > div > div {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        body.home #tiptile-10 > div > div,
        body.archive-or-page-template #tiptile-10 > div > div,
        body.page-template-kino-archive #tiptile-10 > div > div, body.home
        .tiptile-wrapper--10 > div > div,
        body.archive-or-page-template
        .tiptile-wrapper--10 > div > div,
        body.page-template-kino-archive
        .tiptile-wrapper--10 > div > div {
          margin: 10px 0; } }

body.home #tiptile-12 > div > div,
body.archive-or-page-template #tiptile-12 > div > div,
body.page-template-kino-archive #tiptile-12 > div > div, body.home
.tiptile-wrapper--12 > div > div,
body.archive-or-page-template
.tiptile-wrapper--12 > div > div,
body.page-template-kino-archive
.tiptile-wrapper--12 > div > div {
  margin-bottom: 15px; }

.single-ad-notice {
  display: inline-block;
  font-weight: bold;
  border-bottom: 3px solid #53dbd5;
  margin-bottom: 15px;
  color: #9B9B9B;
  font-size: 1.4rem;
  width: -moz-max-content;
  width: max-content; }
  .box__copy .single-ad-notice,
  .favbox__copy .single-ad-notice,
  .searchbox__copy .single-ad-notice {
    position: relative;
    z-index: 2;
    justify-self: start;
    -ms-flex-item-align: start;
        align-self: start;
    margin-bottom: 5px; }
  .hero-head__box .single-ad-notice {
    color: #fff; }

/* Widgets
--------------------------------------------- */
.slick-slider {
  margin-left: 0;
  margin-right: 0; }
  .slick-slider .slick-arrow::before {
    font-family: tip-berlin;
    font-size: 1.6rem;
    color: #000; }
  .tip-berlin-excerpt__container.slick-slider .slick-prev {
    left: 0; }
  .slick-slider .slick-prev::before {
    content: '\ea18'; }
  .tip-berlin-excerpt__container.slick-slider .slick-next {
    right: 0; }
  .slick-slider .slick-next::before {
    content: '\ea19'; }
  .slick-slider .tip-berlin-excerpt {
    margin: 0 5px; }
    @media (min-width: 768px) {
      .slick-slider .tip-berlin-excerpt {
        margin: 0 10px; } }
    .slick-slider .tip-berlin-excerpt h4.tip-berlin-excerpt__title {
      margin: 0 0 4px;
      font-size: 1.4rem;
      line-height: 1.6rem;
      text-overflow: ellipsis;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 4.8rem;
      word-wrap: break-word; }
      @media (min-width: 768px) {
        .slick-slider .tip-berlin-excerpt h4.tip-berlin-excerpt__title {
          margin: 0 0 5px;
          font-size: 2rem;
          line-height: 2.2rem;
          height: 6.6rem; } }
  .slick-slider.slick-dotted {
    margin-bottom: 50px; }
  .slick-slider .slick-dots li {
    margin: 0 2px; }
    .slick-slider .slick-dots li button::before {
      font-size: 1.4rem;
      color: #53dbd5; }
    .slick-slider .slick-dots li.slick-active button::before {
      color: #53dbd5;
      opacity: 1; }

.mc4wp-form {
  padding: 15px;
  background-color: #CBF4F2; }
  body.darkmode .mc4wp-form {
    background-color: #426968; }
  body.single .mc4wp-form {
    margin-bottom: 5px;
    margin-top: 20px; }
  .mc4wp-form-submitted.mc4wp-form {
    display: flex;
    display: -ms-flexbox; }
    @media (max-width: 767px) {
      .mc4wp-form-submitted.mc4wp-form {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .mc4wp-form-submitted.mc4wp-form .mc4wp-form-fields {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .mc4wp-form .newsletter-form-inner-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 768px) {
      .mc4wp-form .newsletter-form-inner-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
      font-family: "FF Tundra", serif; }
      @media (min-width: 768px) {
        .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
          padding-left: 2px; } }
      @media (max-width: 767px) {
        .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
          margin-bottom: 10px; } }
      .mc4wp-form-submitted.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
        display: none; }
      body.single .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
        display: none; }
      .wp-block-group .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
        display: none; }
      .no-form-text .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
        display: none; }
    .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle {
      text-align: center;
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding: 0 40px;
      font-size: 2.4rem;
      letter-spacing: 0.4rem; }
      @media (max-width: 767px) {
        .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle {
          margin-bottom: 10px; } }
      .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle img {
        padding-top: 5px; }
      .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle hr {
        background-color: #f53515;
        margin: 6px 0 4px; }
      .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle p {
        margin: 0;
        font-family: "F37Bergman", "FF Tundra", serif; }
    .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media (min-width: 768px) {
        .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right {
          -ms-flex-direction: row;
              flex-direction: row; } }
      @media (max-width: 767px) {
        .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right {
          width: 90%; } }
      .mc4wp-form-submitted.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right {
        display: none; }
      @media (max-width: 767px) {
        .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right label {
          width: 100%; } }
      .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input {
        padding: 5px 10px;
        text-align: center;
        height: 40px; }
        @media (min-width: 768px) {
          .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input {
            margin: 0 5px; } }
      .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type="email"] {
        border: 1px solid #000;
        font-size: 1.7rem;
        width: 100%;
        outline-color: #f53515; }
        @media (max-width: 767px) {
          .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type="email"] {
            margin: 0 0 10px; } }
        @media (min-width: 768px) {
          .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type="email"] {
            width: 220px; } }
      .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type="submit"] {
        border: 1px solid #f53515;
        background-color: #f53515;
        outline-color: #f53515;
        color: #fff;
        letter-spacing: 0.1rem;
        font-size: 1.6rem;
        width: 100%;
        cursor: pointer; }
        @media (min-width: 768px) {
          .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type="submit"] {
            width: 160px; } }
  .mc4wp-form-submitted.mc4wp-form .mc4wp-response {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-positive: 2;
        flex-grow: 2; }
  .mc4wp-form .mc4wp-response .mc4wp-notice, .mc4wp-form .mc4wp-response .mc4wp-alert, .mc4wp-form .mc4wp-response .mc4wp-success {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }
    .mc4wp-form .mc4wp-response .mc4wp-notice p, .mc4wp-form .mc4wp-response .mc4wp-alert p, .mc4wp-form .mc4wp-response .mc4wp-success p {
      margin: 0;
      width: 100%; }

.boxzilla-container .boxzilla-newsletter-popup {
  padding: 0;
  max-width: 95%;
  margin-top: 10px !important; }
  body.admin-bar .boxzilla-container .boxzilla-newsletter-popup {
    margin-top: 42px !important; }
  .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup {
    padding: 0; }
    @media (min-width: 768px) {
      .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup {
        padding: 10px 60px 0; } }
    .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__headline {
      text-align: center;
      color: #f53515;
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 5.2rem; }
      @media (max-width: 767px) {
        .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__headline {
          font-size: 3.1rem;
          line-height: 1; } }
    .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__text {
      text-align: center;
      font-size: 3rem;
      max-width: 500px;
      margin: 0 auto 30px; }
      @media (max-width: 767px) {
        .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__text {
          font-size: 1.9rem;
          line-height: 1.1;
          margin-bottom: 10px; } }
    .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta {
      display: flex;
      display: -ms-flexbox; }
      @media (max-width: 767px) {
        .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__img {
        display: flex;
        display: -ms-flexbox;
        -ms-flex-align: end;
            align-items: flex-end;
        max-width: 500px; }
        @media (max-width: 767px) {
          .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__img {
            padding-right: 20px;
            -ms-flex-order: 2;
                order: 2; } }
        .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__img > img {
          width: auto; }
      .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form {
        margin-top: 100px; }
        @media (max-width: 767px) {
          .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form {
            margin-top: 0;
            margin-bottom: 20px; } }
        .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper {
          -ms-flex-direction: column;
              flex-direction: column; }
          .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
            display: none; }
          .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle {
            margin-bottom: 30px;
            width: 280px;
            padding: 0; }
          .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right {
            -ms-flex-direction: column;
                flex-direction: column; }
            .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right label {
              margin-bottom: 15px; }
            .boxzilla-container .boxzilla-newsletter-popup .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input {
              width: 100%;
              margin: 0; }

.boxzilla-close-icon {
  padding: 6px 8px !important; }

.is_native .boxzilla-overlay, .is_native .boxzilla-newsletter-popup {
  display: none !important; }

.widget.monsterinsights-popular-posts-widget {
  margin-bottom: 45px; }
  .widget.monsterinsights-popular-posts-widget h3 {
    margin: 0 0 25px 0;
    font-size: 2.4rem;
    position: relative;
    padding-top: 10px;
    text-shadow: 1px 1.2px 0 #53dbd5; }
    @media (min-width: 768px) {
      .widget.monsterinsights-popular-posts-widget h3 {
        font-size: 3.2rem; } }
    .widget.monsterinsights-popular-posts-widget h3::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 5px;
      background-color: #000;
      box-shadow: 1px 1.2px 0 #53dbd5; }
  .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider {
        margin: 0 25px; } }
    @media (max-width: 767px) {
      .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list {
        padding: 0 15% 0 0; } }
    .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-image,
    .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-text {
      margin: 0 5px; }
      @media (min-width: 768px) {
        .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-image,
        .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-text {
          margin: 0 10px; } }
    .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-image {
      margin-bottom: 6px; }
      .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-image img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100px; }
        @media (min-width: 768px) {
          .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-image img {
            height: 150px; } }
    .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-text {
      margin-bottom: 10px;
      font-family: "Metric", sans-serif;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1.6rem; }
      @media (min-width: 768px) {
        .widget.monsterinsights-popular-posts-widget .monsterinsights-widget-popular-posts .monsterinsights-widget-popular-posts-list.slick-slider .slick-list .slick-slide .monsterinsights-widget-popular-posts-text {
          font-size: 2rem;
          line-height: 2.2rem; } }

.site-main.home .widget_custom_html {
  margin-bottom: 45px; }
  .site-main.home .widget_custom_html h3 {
    margin: 0 0 25px 0;
    font-size: 2.4rem;
    position: relative;
    padding-top: 10px;
    text-shadow: 1px 1.2px 0 #53dbd5; }
    @media (min-width: 768px) {
      .site-main.home .widget_custom_html h3 {
        font-size: 3.2rem; } }
    .site-main.home .widget_custom_html h3::before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 5px;
      background-color: #000;
      box-shadow: 1px 1.2px 0 #53dbd5; }

.dps-meistgelesen-layout.slick-slider {
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .dps-meistgelesen-layout.slick-slider {
      margin: 0 25px; } }
  @media (max-width: 767px) {
    .dps-meistgelesen-layout.slick-slider .slick-list {
      padding: 0 15% 0 0; } }
  .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .image,
  .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .title {
    display: inline-block;
    margin: 0 5px; }
    @media (min-width: 768px) {
      .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .image,
      .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .title {
        margin: 0 10px; } }
  .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .image {
    margin-bottom: 6px; }
    .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100px; }
      @media (min-width: 768px) {
        .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .image img {
          height: 150px; } }
  .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .title {
    margin-bottom: 10px;
    font-family: "Metric", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6rem; }
    @media (min-width: 768px) {
      .dps-meistgelesen-layout.slick-slider .slick-list .slick-slide .title {
        font-size: 2rem;
        line-height: 2.2rem; } }

.widget {
  margin: 0 0 15px;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .widget {
      padding: 0; } }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

#adsimple-cookie-notice {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-color: transparent !important;
  font-size: 1.5rem; }
  #adsimple-cookie-notice .adsimple-cookie-notice-content__item-text-inner {
    padding: 20px 15px; }
  #adsimple-cookie-notice a {
    width: 200px;
    margin-bottom: 15px;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.5rem;
    padding: 5px 0; }
    #adsimple-cookie-notice a#acn-accept-cookie {
      background-color: #f53515 !important;
      border-color: #f53515 !important; }

#adsimple-readmore-tab {
  background-color: #f53515 !important;
  border-color: #f53515 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1.5rem; }

body #adsimple-cookie-notice {
  display: none; }

body.cookies-not-accepted #adsimple-cookie-notice {
  display: block; }

body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
  background: #f53515; }

body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary:hover,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary:hover,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary:hover,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary:hover,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary:hover,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary:hover,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary:hover,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary:hover {
  background: #cd1e00; }

body #onesignal-popover-container #onesignal-popover-dialog .popover-button.primary:active,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary:active,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary:active,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary:active,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary:active,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary:active,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary:active,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary:active {
  background: #cd1e00; }

body #onesignal-popover-container #onesignal-popover-dialog .popover-button.secondary,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.secondary,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.secondary,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.secondary,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.secondary,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.secondary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.secondary,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.secondary {
  color: #f53515 !important; }

body #onesignal-popover-container.slide-down,
body #onesignal-slidedown-container.slide-down {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px); }

body #onesignal-popover-container #onesignal-popover-dialog .popover-footer,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-footer,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-footer,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-footer,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-footer,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-footer,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-footer,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-footer {
  font-family: "Metric", sans-serif; }

body #onesignal-slidedown-dialog img.default-icon {
  display: block;
  box-sizing: border-box;
  background-image: url(https://www.tip-berlin.de/wp-content/uploads/2020/07/tip-berlin-logo-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  padding-left: 80px; }

body #onesignal-popover-container #onesignal-popover-dialog .popover-body-icon img,
body #onesignal-popover-container #onesignal-popover-dialog .slidedown-body-icon img,
body #onesignal-popover-container #onesignal-slidedown-dialog .popover-body-icon img,
body #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-body-icon img,
body #onesignal-slidedown-container #onesignal-popover-dialog .popover-body-icon img,
body #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-body-icon img,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-body-icon img,
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 14px;
     object-position: 0 14px;
  font-family: 'object-fit: contain; object-position: 0 15px;'; }

#steady-paywall-overlay-container {
  left: 0 !important; }

.tip-pw-banner {
  margin: 20px 0; }
  .tip-pw-banner__desktop {
    display: none; }
    @media (min-width: 768px) {
      .tip-pw-banner__desktop {
        display: block; } }
  @media (min-width: 768px) {
    .tip-pw-banner__mobile {
      display: none; } }

/* Voting Plugin
--------------------------------------------- */
body .voting {
  background-color: #fff;
  padding: 0;
  color: #000;
  font-family: "FF Tundra",serif; }
  body .voting--option:not(:last-of-type) {
    border-bottom: 1px solid #ccc; }
  body .voting--statement {
    font-size: 3.2rem; }
  body .voting--title {
    font-family: "Metric",sans-serif;
    font-size: 3.2rem;
    line-height: 2.8rem; }
  body .voting--credits {
    color: #9b9b9b;
    font-family: "Metric",sans-serif; }
  body .voting--image > p:empty {
    display: none; }
  body .voting--image .voting--credits {
    font-size: 1.5rem;
    margin-top: 0; }
    body .voting--image .voting--credits span:first-of-type, body .voting--image .voting--credits br {
      display: none; }
    body .voting--image .voting--credits span:last-of-type {
      display: block !important; }
  body .voting--option-description, body .voting--questions, body .voting--description {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: normal; }
  body .voting--action, body .voting--thanks, body .voting--optin {
    -ms-flex-pack: start;
        justify-content: flex-start; }
    body .voting--action button, body .voting--thanks button, body .voting--optin button {
      color: #fff !important;
      background-color: #000;
      border-radius: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      border: unset;
      cursor: pointer;
      text-transform: uppercase; }
      body .voting--action button:hover, body .voting--thanks button:hover, body .voting--optin button:hover {
        background-color: #f53515; }
      body .voting--action button br, body .voting--thanks button br, body .voting--optin button br {
        display: none; }
    body .voting--action button[disabled="disabled"]:hover, body .voting--thanks button[disabled="disabled"]:hover, body .voting--optin button[disabled="disabled"]:hover {
      background-color: #BEBEBE; }
  body .voting--optin br:first-of-type {
    display: none; }
  body .voting--optin input[type="text"] {
    margin-right: 10px; }
  body .voting--optin input[type="text"], body .voting--optin input[type="email"] {
    padding: 5px 10px;
    text-align: center;
    height: 30px; }
  body .voting--optin input[type="checkbox"] {
    margin-right: 10px; }
    body .voting--optin input[type="checkbox"] + br {
      display: none; }
  body .voting--thanks form {
    display: none; }

/*--------------------------------------------------------------
# Miscellaneous / to organize
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none; } }

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none; } }

body.darkmode .hide-on-darkmode {
  display: none; }

body:not(.darkmode) .hide-on-lightmode {
  display: none; }

.wp-block-embed__wrapper {
  max-width: 90vw; }
  .wp-block-embed__wrapper span, .wp-block-embed__wrapper iframe {
    max-width: 100%;
    min-width: auto !important; }

@media (max-width: 767px) {
  #wpadminbar {
    overflow: hidden; } }

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

.no-bullet {
  list-style: none;
  margin-left: 0; }

.error-msg {
  padding: 20px 0; }
  @media (min-width: 768px) {
    body > .error-msg {
      margin-left: 70px; } }

.section-headline-with-line {
  margin: 0 0 25px 0;
  font-size: 2.4rem;
  position: relative;
  padding-top: 10px;
  text-shadow: 1px 1.2px 0 #53dbd5; }
  @media (min-width: 768px) {
    .section-headline-with-line {
      font-size: 3.2rem; } }
  .section-headline-with-line::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
    box-shadow: 1px 1.2px 0 #53dbd5; }

.blocks-gallery-grid {
  list-style: none;
  padding: 0; }

.tip-recommendations-sc {
  margin: 40px 0 40px 0; }
  @media (min-width: 1200px) {
    .tip-recommendations-sc {
      margin: 30px -222px 50px -222px; } }
  .tip-recommendations-sc a {
    box-shadow: none !important; }

#post-411814 .user-actions .user-actions__datetime {
  display: none; }

.entry-content .wp-block-separator {
  margin: 30px auto;
  border: none;
  width: 70%; }

body > pre,
#page > pre {
  position: relative;
  z-index: 9999999; }

.page-template-newsletter-fullscreen #page {
  background-color: #CBF4F2; }

.page-template-newsletter-fullscreen .site-main {
  margin-top: 100px; }

.page-template-newsletter-fullscreen .entry-header, .page-template-newsletter-fullscreen .entry-content, .page-template-newsletter-fullscreen .entry-footer, .page-template-newsletter-fullscreen .entry-excerpt, .page-template-newsletter-fullscreen section.error-404 {
  max-width: initial; }

.page-template-newsletter-fullscreen .mc4wp-form.mc4wp-form-4021232 {
  display: block !important; }

.page-template-newsletter-fullscreen .tip-newsletter-popup {
  padding: 0; }
  @media (min-width: 768px) {
    .page-template-newsletter-fullscreen .tip-newsletter-popup {
      padding: 10px 60px 0; } }
  .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__headline {
    text-align: center;
    color: #f53515;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 5.2rem; }
    @media (max-width: 767px) {
      .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__headline {
        font-size: 3.1rem;
        line-height: 1; } }
  .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__text {
    text-align: center;
    font-size: 3rem;
    max-width: 500px;
    margin: 0 auto 30px; }
    @media (max-width: 767px) {
      .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__text {
        font-size: 1.9rem;
        line-height: 1.1;
        margin-bottom: 10px; } }
  .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta {
    display: flex;
    display: -ms-flexbox; }
    @media (max-width: 767px) {
      .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__img {
      display: flex;
      display: -ms-flexbox;
      -ms-flex-align: center;
          align-items: center;
      max-width: 500px; }
      @media (max-width: 767px) {
        .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__img {
          padding-right: 20px;
          -ms-flex-order: 2;
              order: 2; } }
      .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__img > img {
        width: auto; }
    .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form {
      margin-top: 100px; }
      @media (max-width: 767px) {
        .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form {
          margin-top: 0;
          margin-bottom: 20px; } }
      .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper {
        -ms-flex-direction: column;
            flex-direction: column; }
        .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
          display: none; }
        .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--middle {
          margin-bottom: 30px;
          width: 280px;
          padding: 0; }
        .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right {
          -ms-flex-direction: column;
              flex-direction: column; }
          .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right label {
            margin-bottom: 15px; }
          .page-template-newsletter-fullscreen .tip-newsletter-popup .tip-newsletter-popup__cta .tip-newsletter-popup__cta__form .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input {
            width: 100%;
            margin: 0; }