@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
--------------------------------------------------------------*/

/* blue is for exberlin beige */

/*--------------------------------------------------------------
# Underscores colors
--------------------------------------------------------------*/
@font-face {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: league-gothic, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: freight-text-pro, serif;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: freight-text-pro, serif;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: freighttextcmp-pro, serif;
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: museo-sans, serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: museo-sans, serif;
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# 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: "freight-text-pro", 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;
}

@media (min-width: 768px) {

	.entry-content {
		font-size: 2rem;
		line-height: 2.8rem;
	}
}

.entry-content p,
 .entry-content a,
 .entry-content ul {
	font-family: "freight-text-pro", serif;
	word-wrap: break-word;
}

button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "freight-text-pro", serif;
	font-size: 1.8rem;
}

body.darkmode button,
body.darkmode input,
body.darkmode select,
body.darkmode optgroup,
body.darkmode textarea {
	color: #fff;
}

.wp-block-buttons a {
	font-family: "museo-sans", sans-serif;
	font-size: 1.65rem;
	font-weight: 700;
	padding: 0.75rem 2rem;
}

.entry-content blockquote {
	display: block;
	float: left;
	padding: 20px;
	margin: 0;
	width: 100%;
	font-size: 2.2rem;
	line-height: 2.5rem;
	font-style: italic;
	font-weight: 600;
}

@media (min-width: 768px) {

	.entry-content blockquote {
		margin: 0 0 0 -10px;
		width: 240px;
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media (min-width: 1024px) {

	.entry-content blockquote {
		margin-left: -60px;
	}
}

.entry-content blockquote p::before {
	content: "“";
	color: #f53515;
	font-size: 40px;
	display: inline-block;
	text-indent: -26px;
	line-height: 0;
}

.entry-content blockquote p {
	margin: 0;
	font-family: freighttextcmp-pro, serif;
	letter-spacing: 0.65px;
}

.single-excerpt {
	font-family: "freight-text-pro", serif;
	font-size: 2.5rem;
	line-height: 3.4rem;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
	clear: both;
	font-family: "league-gothic", sans-serif;
	letter-spacing: 0.75px;
	font-weight: normal;
}

.archive .page-category {
	padding: 0 10px;
}

@media (min-width: 1024px) {

	.archive .page-category {
		padding: 0;
	}
}

h1 {
	font-size: 3.2rem;
	margin: 0 0 15px;
	line-height: 1;
}

@media (min-width: 768px) {

	h1 {
		font-size: 5.5rem;
	}
}

h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: initial;
}

@media (min-width: 768px) {

	h2 {
		font-size: 3.2rem;
	}
}

.kicker {
	font-family: "museo-sans", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
}

.article__kicker {
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	height: 23px;
	color: #fff;
	width: auto;
	background-color: #f53515;
	padding: 2px 5px;
	font-family: "museo-sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0.35px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	    align-items: center;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	font-size: 1.4rem;
}

.article__kicker:empty {
	display: none;
}

.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 {
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

body {
	background: #fff;
	height: 100%;
	padding-top: 40px;
	opacity: 0;
	animation: fadeIn 0.4s forwards;
}

@media (min-width: 768px) {

	body {
		padding-top: 0;
	}

	body.nav-fixed {
		padding-top: 46px;
	}
}

body.darkmode {
	background: #000;
}

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: 0;
	}

	body.single.nav-fixed,
 body.archive-or-page-template.nav-fixed {
		padding-top: 86px;
	}
}

body.archive-or-page-template {
	padding-top: 50px;
}

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

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,
.entry-content ol {
	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;
}

.post .entry-content img.alignnone,
 .post .entry-content img.aligncenter,
 .post .entry-content img.alignright,
 .post .entry-content img.alignleft {
	margin-bottom: 20px;
}

.post .entry-content figure {
	margin-bottom: 12px;
}

.post .entry-content figure img {
	margin-bottom: 0;
}

figcaption {
	color: #666;
	font-size: 1.6rem;
	font-family: "museo-sans", sans-serif;
	font-weight: 100;
	letter-spacing: 0.35px;
	line-height: 2.4rem;
	text-align: left;
}

.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: "";
	color: #ee3f3f;
}

i.tip-berlin-icon.icon-star-border:hover::before {
	content: "";
}

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

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 #ee3f3f;
}

.entry-content p a,
 .entry-content ul a {
	border-bottom: none;
	box-shadow: inset 0 0 0 #fff, inset 0 -3px 0 #ee3f3f;
}

.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 #ee3f3f;
	text-decoration: none !important;
}

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

/* 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: 0.8em;
	color: #fff;
	width: 300px;
	height: 40px;
	margin: 0 auto 40px auto;
	border-radius: 0;
	text-transform: uppercase;
	transition: 0.2s;
	font-family: "museo-sans", sans-serif;
}

.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: #333;
}

.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: 0.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: 0.2;
	}

	15% {
		transform: scale(1);
		opacity: 1;
	}

	20% {
		transform: scale(1);
		opacity: 1;
	}

	80% {
		transform: scale(0.5);
		opacity: 0.2;
	}

	100% {
		transform: scale(0.5);
		opacity: 0.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 0.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: 0.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;
}

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: -webkit-min-content auto -webkit-min-content;
	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.page article {
	padding-top: 15px;
}

.tip__title {
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.tip__list ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

.tip__list ul li {
	font-family: league-gothic, sans-serif;
	padding: 10px 0;
	border-bottom: 1px solid #cecece;
	margin-bottom: 0;
	font-size: 1.8rem;
}

@media (min-width: 768px) {

	.tip__list ul li {
		font-size: 2.2rem;
	}
}

.tip__list ul li:first-of-type {
	border-top: 1px solid #cecece;
}

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

@media (min-width: 768px) {

	.site-main.event-custom-archive {
		padding-top: 40px;
	}
}

.title_wrapper {
	padding: 0 10px;
}

@media (min-width: 1200px) {

	.title_wrapper {
		padding: 0;
	}
}

@media (min-width: 768px) {

	.tip-recommended-posts-grid .tip-berlin-excerpt__container {
		padding: 0 10px;
		grid-template-rows: auto;
	}
}

@media (min-width: 1200px) {

	.tip-recommended-posts-grid .tip-berlin-excerpt__container {
		padding: 0;
	}
}

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: #333;
}

.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 .post-feed-wrapper {
	padding: 0 10px;
}

@media (min-width: 1024px) {

	.site-main .collections-wrapper .container__collections.last {
		display: inline-block;
		width: 66%;
	}

	.site-main .post-feed-wrapper {
		width: 33%;
		float: right;
		padding: 0 10px 0 0;
	}
}

.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: #ee3f3f;
}

.favourites-boxwrapper .favbox .favbox__fav i.tip-berlin-icon.icon-star-border[data-checked=true]::before {
	content: "";
}

@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 #ee3f3f;
	font-size: 1.4rem;
	text-transform: uppercase;
	width: -webkit-max-content;
	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;
}

@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 {
	max-width: 100%;
}

body.tax-bezirk .entry-content,
 body.category .entry-content {
	margin: 0 auto 40px 0;
	padding-left: 0;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 0;
	width: 100%;
	transition: 0.1s ease-out;
	font-family: "league-gothic", sans-serif;
	letter-spacing: 0.45px;
}

@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;
		height: 100%;
		visibility: visible;
	}
}

body.darkmode .main-navigation {
	background-color: #000;
}

@media (min-width: 768px) {

	body.darkmode .main-navigation {
		border-color: #333;
	}
}

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:not(.home).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;
	}
}

.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.8rem;
		line-height: 2rem;
		font-weight: normal;
		text-align: center;
		margin: 0 3px;
	}

	.main-navigation > div[class^=menu-][class$=-container] > ul > li:not(:last-of-type) > a {
		border-right: 2px solid #a9a9a9;
		padding-right: 6px;
	}

	.main-navigation > div[class^=menu-][class$=-container] > ul > li:first-of-type {
		margin-left: 0;
	}
}

@media (min-width: 1024px) {

	.main-navigation > div[class^=menu-][class$=-container] > ul > li {
		font-size: 2.2rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1200px) {

	.main-navigation > div[class^=menu-][class$=-container] > ul > li {
		font-size: 2.8rem;
		margin: 0 5px;
	}

	.main-navigation > div[class^=menu-][class$=-container] > ul > li:not(:last-of-type) > a {
		padding-right: 8px;
	}
}

.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) {

	header.nav-fixed .main-navigation {
		border-left: 1px solid #d8d8d8;
	}
}

header.nav-fixed .main-navigation #primary-menu {
	padding: 0 0 0 10px;
}

@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: absolute;
		top: 44px;
		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: #efeb9c;
		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;
	}
}

@media (min-width: 768px) {

	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: #848152;
	}
}

@media (min-width: 768px) {

	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: 46px;
	}
}

@media (min-width: 768px) {

	.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;
		padding-left: 50px !important;
	}
}

@media (min-width: 768px) {

	.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 6px;
		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 (min-width: 768px) {

	.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 6px;
		line-height: 1.6rem;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {

	.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 10px;
	}
}

@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;
	}
}

@media (min-width: 768px) {

	.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;
	}
}

@media (min-width: 768px) {

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

.site-header:not(.nav-fixed) #site-navigation.main-navigation ul.sub-menu {

	/* overwrite js padding for absolute header version*/
	padding-left: 0 !important;
	padding-right: 0 !important;
	-ms-flex-pack: start;
	    justify-content: flex-start;
}

@media (min-width: 768px) {

	.site-header.nav-fixed .main-navigation > div[class^=menu-][class$=-container] > ul > li.menu-item-has-children:hover ul.sub-menu,
 .site-header.nav-fixed .main-navigation > div[class^=menu-][class$=-container] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
		position: fixed !important;
		height: 40px;
		top: 46px;
		display: flex;
		display: -ms-flexbox;
		padding: 0 0 0 203px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.site-header.nav-fixed .main-navigation > div[class^=menu-][class$=-container] > ul > li.menu-item-has-children:hover ul.sub-menu,
 .site-header.nav-fixed .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.admin-bar .site-header.nav-fixed .main-navigation > div[class^=menu-][class$=-container] > ul > li.menu-item-has-children:hover ul.sub-menu,
 body.admin-bar .site-header.nav-fixed .main-navigation > div[class^=menu-][class$=-container] > ul > li.menu-item-has-children.menu-item-hover ul.sub-menu {
		top: 78px;
	}
}

.sub-navigation {
	position: absolute;
	bottom: -40px;
	height: 40px;
	left: 0;
	background-color: #efeb9c;
	color: #fff;
	width: 100%;
	display: none !important;
	-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: #848152;
}

.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: #efeb9c;
	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: #848152;
}

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

body.secondary-nav-menu-open .secondary-navigation .secondary-navigation-toggle {
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}

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: "";
	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: "";
	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: "";
}

.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: 0.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: 0.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: #ee3f3f;
}

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: #ee3f3f;
}

.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-pack: justify;
	    justify-content: space-between;
}

.user-actions-wrapper {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 10px;
	color: #f53515;
	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-wrapper {
		font-size: 3rem;
	}
}

.user-actions-wrapper > .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-wrapper .icon-star-border::before {
	position: relative;
	top: -2px;
}

.user-actions-wrapper .share-buttons__toggle {
	transition: 0.2s;
}

.user-actions-wrapper .share-buttons__toggle.share-buttons--open {
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
}

.user-actions-wrapper .share-buttons__toggle.share-buttons--open::before {
	content: "";
	font-size: 1.8rem;
	position: relative;
	top: -1px;
}

@media (min-width: 768px) {

	.user-actions-wrapper .share-buttons__toggle.share-buttons--open::before {
		font-size: 2.1rem;
	}
}

.user-actions-wrapper .share-buttons__container {
	display: flex;
	display: -ms-flexbox;
	transition: 0.2s;
}

@media (min-width: 768px) {

	.user-actions-wrapper .share-buttons__container {
		font-size: 2.4rem;
	}
}

.user-actions-wrapper .share-buttons__container.js-hide {
	visibility: hidden;
	opacity: 0;
}

.user-actions-wrapper .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%;
}

@media (min-width: 768px) {

	.user-actions {
		display: flex;
		display: -ms-flexbox;
	}
}

.user-actions .user-actions__datetime {
	font-size: 1.6rem;
	color: #9b9b9b;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	text-align: left;
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 768px) {

	.user-actions .user-actions__datetime {
		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: -ms-grid;
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 13.66px;
	position: relative;
}

@media (min-width: 768px) {

	.container__hero-head {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: dense;
		grid-template-rows: 174px auto;
		-ms-grid-columns: auto;
		-ms-grid-rows: auto;
		grid-gap: 10px;
		width: 100%;
		height: auto;
		margin-bottom: 60px;
		padding: 0 10px;
	}

	.archive__header.container__hero-head {
		grid-template-rows: 174px auto;
	}
}

@media (min-width: 1024px) {

	.container__hero-head {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 13.66px;
		width: 100%;
		height: auto;
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {

	.container__hero-head {
		padding: 0;
	}
}

.container__hero-head .news-blog,
 .container__hero-head .post-list,
 .container__hero-head .hero-devider {
	padding: 0 10px;
	width: 100%;
}

.container__hero-head .news-blog,
 .container__hero-head .post-list {
	-ms-flex-order: -1;
	    order: -1;
}

.container__hero-head .hero-devider {
	-ms-flex-order: 0;
	    order: 0;
}

.container__hero-head .news-blog img {
	margin-bottom: 20px;
}

.container__hero-head .post-list .wpp-meta.post-stats {
	display: none;
}

@media (min-width: 768px) {

	.container__hero-head .news-blog,
 .container__hero-head .post-list,
 .container__hero-head .hero-devider {
		margin: 0 auto;
		padding: 0;
	}

	.container__hero-head .hero-devider {
		padding: 0;
	}

	.container__hero-head .hero-devider h2 {
		margin-bottom: 0;
	}

	.container__hero-head .news-blog {
		grid-column: 2/2;
		grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}

	.container__hero-head .post-list {
		grid-column: 2/2;
		grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}

	.container__hero-head .box0.category .hero-head__box__img--first {
		max-height: 450px !important;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

@media (min-width: 1024px) {

	.container__hero-head .news-blog {
		grid-column: 3/3;
		grid-row: 1;
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}

	.container__hero-head .post-list {
		grid-column: 3/3;
		grid-row: 2/2;
		-ms-grid-column: 3;
		-ms-grid-row: 2;
	}
}

.container__hero-head .hero-head__box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	box-sizing: border-box;
}

@media (max-width: 767px) {

	.container__hero-head .hero-head__box {
		margin: 0 10px;
		width: calc(100% - 20px * 1);
	}

	.container__hero-head .hero-head__box.box0.home {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.container__hero-head .hero-head__box.box0::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.category::after {
	content: unset;
}

.container__hero-head .hero-head__box .box__copy__kicker h3 {
	margin: 0;
	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;
}

.container__hero-head .hero-head__box .box__copy__title h1,
 .container__hero-head .hero-head__box .box__copy__title h3.box__copy__title__first-title {
	margin: 0;
}

@media (min-width: 768px) {

	.container__hero-head .hero-head__box .box__copy__title h1,
 .container__hero-head .hero-head__box .box__copy__title h3.box__copy__title__first-title {
		font-size: 4rem;
		line-height: 4.2rem;
	}
}

@media (min-width: 1200px) {

	.container__hero-head .hero-head__box .box__copy__title h1,
 .container__hero-head .hero-head__box .box__copy__title h3.box__copy__title__first-title {
		font-size: 4.4rem;
		line-height: 4.8rem;
	}
}

.container__hero-head .hero-head__box .box__copy__title h3 {
	margin: 0;
	font-size: 2.4rem;
	line-height: 2.6rem;
}

@media (min-width: 768px) {

	.container__hero-head .hero-head__box .box__copy__title h3 {
		font-size: 3.2rem;
		line-height: 1;
	}
}

.container__hero-head .hero-head__box.box0.home {
	margin-bottom: 15px;
	background-color: #d8d8d8;
	-ms-flex-align: end;
	    align-items: end;
	position: relative;
	-ms-flex-order: -1;
	    order: -1;
}

.container__hero-head .hero-head__box.box0.home 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.box0.home .box__copy {
	grid-column: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	color: #fff;
	padding: 0 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {

	.container__hero-head .hero-head__box.box0.home .box__copy {
		padding: 0 20px 20px;
	}
}

.container__hero-head .hero-head__box.box0.home .box__copy__kicker {
	position: relative;
	z-index: 2;
}

.container__hero-head .hero-head__box.box0.home .box__copy__kicker h3 {
	text-transform: uppercase;
}

.container__hero-head .hero-head__box.box0.home .box__copy__excerpt {
	position: relative;
	z-index: 2;
	color: #fff;
}

.container__hero-head .hero-head__box.content::after {
	height: 200px;
}

.container__hero-head .hero-head__box.content img.hero-head__box__img {
	max-height: 200px;
	min-height: 200px;
	width: 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.content .box__copy {
	position: unset;
	padding: 10px 0;
}

@media (min-width: 768px) {

	.container__hero-head .hero-head__box.content .box__copy {
		padding: 20px 0;
	}
}

.container__hero-head .hero-head__box.content .box__copy__kicker {
	position: relative;
	z-index: 2;
	margin-top: -23px;
	height: 23px;
	color: #fff;
	width: auto;
	background-color: #f53515;
	font-family: "museo-sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0.35px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	    align-items: center;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.container__hero-head .hero-head__box.content .box__copy__kicker span {
	padding: 2px 5px;
}

.container__hero-head .hero-head__box.content .box__copy__kicker span:empty {
	padding: 0;
}

.container__hero-head .hero-head__box.category .box__copy {
	margin-top: 10px;
}

@media (max-width: 767px) {

	.container__hero-head .hero-head__box.category.box0 img {
		max-height: 300px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.archive .container__hero-head {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.container__hero-head .hero-devider {
		grid-row: 3/3;
		grid-column: 1/span 2;
	}

	.container__hero-head .hero-head__box.box0 {
		height: auto;
		grid-column: 1/2;
		grid-row: 1/3;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row-span: 2;
		margin: 0 0 30px 0;
	}

	.container__hero-head .hero-head__box.box0 .box__copy__excerpt {
		position: relative;
		z-index: 2;
		margin-top: 5px;
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

@media (min-width: 1024px) {

	.container__hero-head .hero-devider {
		grid-row: 3/3;
		grid-column: 1/span 3;
	}

	.container__hero-head .hero-head__box.box0 {
		grid-column: 1/3;
		grid-row: 1/3;
	}

	.container__hero-head .hero-head__box.box0.box__copy__excerpt {
		color: #fff;
	}

	.container__hero-head .hero-head__box.box0.category .box__copy__excerpt {
		color: #000;
	}
}

body.darkmode .container__hero-head .hero-head__box.content .box__copy__kicker {
	background-color: #848152;
}

.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: #333;
}

@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: #ee3f3f;
}

.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-and-facts {
	width: 100%;
	padding: 0 15px;
	max-width: 735px;
}

.data-and-facts h3 {
	font-family: "freight-text-pro", 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: "freight-text-pro", 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: "freight-text-pro", 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: "freight-text-pro", 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: "freight-text-pro", 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;
}

.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 5px;
	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;
}

.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;
}

/* Header
--------------------------------------------- */
.site-header {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid #d8d8d8;
	height: 41px;
	padding-right: 10px;
}

@media (min-width: 768px) {

	.site-header {
		padding: 10px 10px 10px 0;
	}

	.site-header:not(.nav-fixed) {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: start;
		    align-items: flex-start;
		position: unset;
		padding: 0 0 0 50px;
		height: 195px;
		max-width: 1200px;
		margin: 0 auto;
		border-bottom: unset;
	}

	.site-header:not(.nav-fixed)::after {
		content: "";
		width: calc(100vw - 65px);
		border-bottom: 1px solid #d8d8d8;
		top: 195px;
		left: 50px;
		position: absolute;
		z-index: 9;
	}

	body.admin-bar .site-header:not(.nav-fixed)::after {
		top: calc(195px + 32px);
	}
}

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: #333;
}

.site-header .site-branding {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 10px;
}

@media (min-width: 768px) {

	.site-header .site-branding {
		min-width: 117px;
		margin: 38px 0 0 0;
	}

	.site-header .site-branding a img {
		width: 350px;
	}
}

.site-header .site-branding h1 {
	margin: 0;
	display: flex;
	display: -ms-flexbox;
}

.site-header .site-branding a {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	    flex-direction: column;
	height: 100%;
	border: none;
}

.site-header .site-branding a:hover {
	color: #000;
}

.site-header .site-branding a span:nth-of-type(1) {
	-ms-flex-order: 2;
	    order: 2;
	font-family: "league-gothic", sans-serif;
	font-weight: normal;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

@media (min-width: 768px) {

	.site-header .site-branding a span:nth-of-type(1) {
		font-size: 10.5rem;
		letter-spacing: 0.2rem;
		margin-left: -0.3rem;
		margin-bottom: -1.4rem;
	}

	.nav-fixed.site-header .site-branding a span:nth-of-type(1) {
		font-size: 4rem;
		letter-spacing: 0.1rem;
		margin: 0;
	}
}

.site-header .site-branding a span:nth-of-type(2) {
	-ms-flex-order: 1;
	    order: 1;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	font-size: 0.6rem;
	font-family: "freight-text-pro", serif;
	letter-spacing: initial;
}

@media (min-width: 768px) {

	.site-header .site-branding a span:nth-of-type(2) {
		line-height: 0.9;
		font-size: 2rem;
	}

	.nav-fixed.site-header .site-branding a span:nth-of-type(2) {
		visibility: hidden;
		height: 0;
		width: 0;
	}
}

.site-header .site-branding a img {
	max-height: 20px;
	width: auto;
}

@media (min-width: 768px) {

	.site-header .site-branding a img {
		max-height: unset;
	}
}

@media (max-width: 768px) {

	body.header-search-form-open .site-header .site-branding {
		display: none;
	}
}

.site-header .icon-menu {
	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 {
		display: none;
	}
}

body.header-search-form-open .site-header .icon-menu {
	display: none;
}

body.nav-menu-open .site-header .icon-menu {
	-ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
}

body.nav-menu-open .site-header .icon-menu::before {
	content: "";
	font-size: 1.8rem;
}

.site-header.nav-fixed {
	position: fixed;
	margin: 0;
	max-width: unset;
	display: flex;
	display: -ms-flexbox;
	height: 40px;
}

@media (min-width: 768px) {

	.site-header.nav-fixed {
		padding: 0 0 0 50px;
		height: 47px;
	}
}

@media (min-width: 768px) {

	.site-header.nav-fixed .site-branding {
		margin: 0 18px 0 18px;
	}

	.site-header.nav-fixed .site-branding a {
		overflow: hidden;
	}

	.site-header.nav-fixed .site-branding a img {
		width: auto;
		max-height: 40px;
		margin-top: -10px;
	}
}

.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;
	}
}

@media (min-width: 768px) {

	body.admin-bar .header__search-trigger {
		top: 46px;
	}
}

@media (min-width: 768px) and (min-width: 782px) {

	body.admin-bar .header__search-trigger {
		top: 32px;
	}
}

.header__search-trigger {
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	transition: 0.2s;
	opacity: 1;
}

@media (min-width: 768px) {

	.header__search-trigger {
		width: 50px;
		height: 46px;
		background-color: #f53515;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		position: fixed;
		left: 0;
		top: 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;
}

@media (min-width: 768px) {

	.header__search-form-wrapper {
		position: absolute;
		left: 50px;
		z-index: 11;
		width: calc(100vw - 65px);
		height: 46px;
	}
}

/* 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,
.tiptile-wrapper--1 {
	min-height: 280px;
}

#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: 250px;
	}
}

@media (min-width: 768px) {

	body.home #tiptile-1 > div,
 body.archive-or-page-template #tiptile-1 > div,
	body.home .tiptile-wrapper--1 > div,
	body.archive-or-page-template .tiptile-wrapper--1 > div {
		min-height: 120px;
	}
}

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

#tiptile-2,
.tiptile-wrapper--2 {
	position: fixed;
	top: auto;
	text-align: left;
	right: 50%;
	margin-right: -710px;
	margin-top: 30px;
}

@media (max-width: 1399px) {

	#tiptile-2,
	.tiptile-wrapper--2 {
		display: none;
	}
}

body.home #tiptile-2,
 body.archive-or-page-template #tiptile-2,
body.home .tiptile-wrapper--2,
body.archive-or-page-template .tiptile-wrapper--2 {
	position: fixed;
	margin-right: -915px;
}

@media (max-width: 1846px) {

	body.home #tiptile-2,
 body.archive-or-page-template #tiptile-2,
	body.home .tiptile-wrapper--2,
	body.archive-or-page-template .tiptile-wrapper--2 {
		display: none;
	}
}

body:not(.nav-fixed) #tiptile-2,
body:not(.nav-fixed) .tiptile-wrapper--2 {
	top: 314px !important;
}

body.logged-in:not(.nav-fixed) #tiptile-2,
body.logged-in:not(.nav-fixed) .tiptile-wrapper--2 {
	top: calc(198px + 32px) !important;
}

.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;
}

#tiptile-5,
.tiptile-wrapper--5 {
	width: 300px;
	height: 250px;
}

.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;
}

#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.home .tiptile-wrapper--10 > div,
	body.archive-or-page-template .tiptile-wrapper--10 > div {
		min-height: 80px;
	}
}

body.home #tiptile-10 > div > div,
 body.archive-or-page-template #tiptile-10 > div > div,
body.home .tiptile-wrapper--10 > div > div,
body.archive-or-page-template .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.home .tiptile-wrapper--10 > div > div,
	body.archive-or-page-template .tiptile-wrapper--10 > div > div {
		margin: 10px 0;
	}
}

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

.container__hero-head .tiptile-wrapper {
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media (min-width: 768px) {

	.tiptile-wrapper--10,
 .tiptile-wrapper--11,
 .tiptile-wrapper--12 {
		display: none;
	}
}

@media (max-width: 767px) {

	.tiptile-wrapper--1,
 .tiptile-wrapper--3,
 .tiptile-wrapper--4,
 .tiptile-wrapper--5,
 .tiptile-wrapper--6,
 .tiptile-wrapper--7 {
		display: none;
	}
}

.single-ad-notice {
	display: inline-block;
	font-weight: bold;
	border-bottom: 3px solid #ee3f3f;
	margin-bottom: 15px;
	color: #9b9b9b;
	font-size: 1.4rem;
	width: -webkit-max-content;
	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;
}

/* Widgets
--------------------------------------------- */
.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: "";
}

.tip-berlin-excerpt__container.slick-slider .slick-next {
	right: 0;
}

.slick-slider .slick-next::before {
	content: "";
}

.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 10px;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

@media (min-width: 768px) {

	.slick-slider .tip-berlin-excerpt h4.tip-berlin-excerpt__title {
		font-size: 2rem;
		line-height: 2.2rem;
	}
}

.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: #ee3f3f;
}

.slick-slider .slick-dots li.slick-active button::before {
	color: #ee3f3f;
	opacity: 1;
}

.home .mc4wp-form {
	margin: 30px 0;
}

.mc4wp-form {
	padding: 15px;
	background-color: #efeb9c;
}

body.darkmode .mc4wp-form {
	background-color: #848152;
}

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: justify;
	    justify-content: space-between;
	-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: "league-gothic", sans-serif;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	font-size: 2.39rem;
	line-height: 1;
}

@media (min-width: 1024px) {

	.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--left {
		font-size: 3.5rem;
		padding-left: 2px;
		line-height: normal;
	}
}

@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", "league-gothic", sans-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 {
	font-family: "museo-sans", sans-serif;
	padding: 5px 10px;
	text-align: center;
	height: 40px;
	border-radius: 0;
	border: 0;
}

@media (min-width: 768px) {

	.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input {
		margin: 0 5px;
	}
}

@media (max-width: 767px) {

	.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input {
		height: auto;
	}
}

.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type=email] {
	font-size: 1.7rem;
	text-align: left;
	width: 100%;
}

@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] {
	background-color: #f53515;
	outline-color: #f53515;
	color: #fff;
	letter-spacing: 0.1rem;
	font-size: 1.6rem;
	text-transform: uppercase;
	width: 100%;
	cursor: pointer;
}

@media (min-width: 768px) {

	.mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type=submit] {
		width: 155px;
	}
}

.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%;
}

@media (min-width: 1200px) {

	.home .mc4wp-form .newsletter-form-inner-wrapper .newsletter-form--right input[type=email] {
		width: 400px;
	}
}

.home .newsletter-form-inner-wrapper .newsletter-form--middle {
	display: none;
}

.boxzilla-container .boxzilla-newsletter-popup {
	padding-bottom: 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;
}

.boxzilla-container .boxzilla-image-popup {
	padding: 0;
	max-width: 95%;
	margin-top: 10px !important;
	background-color: #fff0;
}

body.admin-bar .boxzilla-container .boxzilla-image-popup {
	margin-top: 42px !important;
}

.boxzilla-container .boxzilla-image-popup .image-popup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	    align-items: center;
}

.boxzilla-container .boxzilla-image-popup .image-popup-image img {
	border-radius: 10px;
}

.boxzilla-container .boxzilla-image-popup .image-popup-button {
	background-color: #f53515;
	border-radius: 10px;
	padding: 1rem 2rem;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-top: -9rem;
}

.boxzilla-container .boxzilla-image-popup .image-popup-button a {
	color: #fff;
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: bold;
}

.boxzilla-close-icon {
	padding: 6px 8px !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 #ee3f3f;
}

@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 #ee3f3f;
}

.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: "freight-text-pro", 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 #ee3f3f;
}

@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 #ee3f3f;
}

.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: "freight-text-pro", 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;
	}
}

.tag-cloud {
	margin-bottom: 40px;
}

@media (max-width: 767px) {

	.tag-cloud {
		padding: 0 15px;
	}
}

.tag-cloud__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tag-cloud__item {
	display: inline-block;
	margin: 0 1rem 1rem 0;
}

.tag-cloud__link {
	background-color: #f53515;
	color: #fff;
	padding: 2px 5px;
	font-size: 1.4rem;
	font-family: "museo-sans", sans-serif;
	font-weight: 600;
	letter-spacing: 0.35px;
}

.tag-cloud__link:visited {
	color: #fff;
}

.tag-cloud__link:hover {
	background-color: #fff;
	color: #f53515;
}

.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: "freight-text-pro", 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;";
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
 .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover::before,
 .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev::before {
	content: "←";
}

[dir=rtl] .slick-prev::before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next::before {
	content: "→";
}

[dir=rtl] .slick-next::before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
 .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover::before,
 .slick-dots li button:focus::before {
	opacity: 1;
}

.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
	color: black;
	opacity: 0.75;
}

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

@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 #ee3f3f;
}

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

.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;
}

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