/*!
Theme Name: Fitzek
Theme URI: http://underscores.me/
Author: brotsalz
Author URI: http://www.brotsalz.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fitzek-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fitzek is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
--------------------------------------------#highlight-book-slider .highlight-book-img img--------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #000;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background: url('https://sebastianfitzek.de/wp-content/uploads/background-website.png')
    center center;
  background-size: contain;
  margin-bottom: 0 !important;
  /* max-width: 2300px;
    margin-left: auto !important;
    margin-right: auto !important; */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

a:focus {
  outline: none !important;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

.bgRed {
  background-color: #be2828;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

.mw-780 {
  max-width: 780px;
  margin: 0 auto;
}

.mw-920 {
  max-width: 920px;
  margin: 0 auto;
}

/* 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

.progress {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 100%;
  z-index: 9999;
  border: 2px solid #49937d;
  background-color: #fafedb;
  margin: 20px auto;
  border-radius: 3px;
}

.bar {
  background-color: #49937d;
  width: 0%;
  height: 12px;
  border-radius: 3px;
}

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}

.entry-btn-cont {
  display: none;
}

.waiting span {
  content: '';
  animation: waiting 0.9s infinite;
}

.waiting span:nth-child(1) {
  animation-delay: 0;
}

.waiting span:nth-child(2) {
  animation-delay: 300ms;
}

.waiting span:nth-child(3) {
  animation-delay: 600ms;
}

@keyframes waiting {
  0% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.cli-modal.cli-blowup {
  z-index: 9999999999999999;
}

.cookie-cont .cli-bar-container {
  justify-content: center;
  margin: 30px auto;
  text-align: center;
  flex-direction: column;
}

.cookie-cont .cli-bar-container * {
  text-align: center;
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: 'futura-pt', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

h2 {
  font-family: almaq-rough, sans-serif;
  font-size: 3.7rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2.h2-large {
  font-size: 5rem;
}

h2.h2-small {
  font-size: 3.3rem;
}

h3 {
  font-family: almaq-rough, sans-serif;
  font-size: 2.725rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  word-break: break-word;
}

.news_press_desc {
  font-size: 1.125rem;
}

p {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/* CUSTOM FORMATS */
.fitzek-section-indicator {
  display: inline-block;
  background: #be2828;
  color: #000000;
  padding: 4px 6px;
  font-size: 0.75rem;
  font-family: 'futura-pt-bold';
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.fitzek-section-indicator p {
  margin-bottom: 0;
}

.fitzek-subheadline {
  font-size: 1.625rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  font-size: 18px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #000;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #be2828;
  text-decoration: none;
}

a:visited {
  color: #be2828;
}

a:hover,
a:focus,
a:active {
  color: #fff;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*FOOTER*/

.site-info.container p a {
  color: #fff;
}

/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/

.preload {
  display: none;
}

.home .preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #be2828;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Header */
#masthead {
  background: url('https://sebastianfitzek.de/wp-content/uploads/header-bg.svg')
    center center repeat-x;
  background-size: contain;
}

#main-menu.active {
  z-index: 99999;
  position: fixed;
}

#main-menu.active .container-fluid {
  width: 100%;
  height: calc(100vh - 110px);
}

.home .nav-down#masthead {
  background-color: #000;
}

#masthead .container {
  height: 110px;
}

.home .nav-down#masthead .container {
  height: 90px;
}

.container {
  max-width: 1600px;
}

.container .row .social-media-wrapper {
  position: relative;
  height: 90%;
}

.container .row .social-media-wrapper .social-menu-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.social-menu-wrapper div {
  font-size: 1.67rem;
  font-weight: 500;
  flex-wrap: wrap;
}

.social-menu-wrapper div div img {
  margin-left: 20px;
}

.container .col.navcol {
  display: flex;
  align-items: center;
}

.site-branding,
.toggleWrapper {
  z-index: 100001 !important;
  position: relative !important;
}

.news-hero {
  margin-top: 120px;
}

#main-menu .container-fluid {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: scroll;
  padding-bottom: 120px;
}

.menu-menu-1-container #primary-menu li {
  list-style: none;
  display: flex;
  align-items: center;
}

.menu-menu-1-container #primary-menu li:before {
  content: ' ';
  background: url('https://sebastianfitzek.de/wp-content/uploads/hyphen_em.svg')
    center center no-repeat;
  background-size: contain;
  width: 80px !important;
  height: 10px !important;
  padding: 10px 50px;
}

.menu-menu-1-container #primary-menu li a {
  font-size: 3.3rem;
  font-family: almaq-rough, sans-serif;
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-menu-1-container #primary-menu li a:visited {
  font-size: 3.3rem;
  color: #fff;
}

/* Menu Toggle */
#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-size: cover !important;
  background: url('https://sebastianfitzek.de/wp-content/uploads/menu-bg-second.svg')
    center center no-repeat;
}

#site-navigation {
  z-index: 55;
}

.home #main-menu {
  background: url('https://sebastianfitzek.de/wp-content/uploads/main_nav_bg.svg')
    center center no-repeat;
}

#main-menu.active {
  opacity: 1;
  visibility: visible;
}

.toggleWrapper {
  margin: 0px 0px 0px auto;
  width: 64px;
  text-align: center;
}

#mainToggle {
  width: 48px;
  height: 36px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}

.togglesubhead {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

#mainToggle:before,
#mainToggle span,
#mainToggle:after {
  width: 100%;
  height: 8px;
  display: block;
  background: url('https://sebastianfitzek.de/wp-content/uploads/menu_item_icon.svg')
    center center no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 1;
}

#mainToggle:before,
#mainToggle:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: '';
}

#mainToggle:before {
  top: 0px;
}

#mainToggle span {
  top: 12px;
}

#mainToggle:after {
  top: 25px;
}

/* Click */
#mainToggle.active span {
  opacity: 0;
}

#mainToggle.active:before,
#mainToggle.active:after {
  top: 40%;
}

#mainToggle.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

#mainToggle.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

#mainToggle:focus {
  outline: none;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/*__________________________________
HOME MENU ELEVATOR
___________________________________*/
li .def-elevator {
  display: block;
  visibility: visible;
}

li .act-elevator {
  display: none;
  visibility: hidden;
}

li a.reading .def-elevator {
  display: none;
  visibility: hidden;
}

li a.reading .act-elevator {
  display: block;
  visibility: visible;
}

li:last-child a.read .def-elevator {
  display: none;
  visibility: hidden;
}

li:last-child a.read .act-elevator {
  display: block;
  visibility: visible;
}

li a.reading {
  pointer-events: none;
  cursor: default;
}

.cd-read-more li {
  counter-increment: articles;
}

.cd-read-more a::before {
  /* article number */
  content: counter(articles);
  display: none;
}

aside#elevator-navigation {
  display: flex;
  position: fixed;
  right: 20px;
  top: 25%;
  z-index: 1023;
}

ul {
  margin: 0;
  padding-inline-start: 0px;
}

.elevator-section.locked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#eg-section {
  opacity: 1;
}

.elevator-section {
  position: relative;
  opacity: 1;
  padding-top: 30px;
}

.elevator-section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.elevator-section:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# .game-container img
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*CUSTOM BORDERS*/

.bordered-box-styling.border-img-dark {
  border: 10px solid #101010;
  border-image: url('https://sebastianfitzek.de/wp-content/uploads/border-background-dark.png')
    30;
  border-image-repeat: round;
  background-clip: padding-box;
}

.bordered-box-styling.border-img-red {
  border: 10px solid #be2828;
  border-image: url('https://sebastianfitzek.de/wp-content/uploads/border-background-red.png')
    30;
  border-image-repeat: round;
  background-clip: padding-box;
}

.shop-banner-wrapper.bordered-box-styling.border-img-red {
  border-image: url('https://sebastianfitzek.de/wp-content/uploads/border-background-red.png')
    20;
}

iframe {
  border: 10px solid #101010;
  border-image: url('https://sebastianfitzek.de/wp-content/uploads/border-background-black.png')
    30;
  border-image-repeat: round;
  background: #000000;
  background-clip: padding-box;
}

/* CUSTOM TYPE: BOOK  */
.buecher-template-default .container {
  max-width: 1320px;
}

.extra-info-books .col-lg-6 {
  margin-top: 30px;
}

.book-hero {
  height: 100vh;
  max-height: 840px;
}

.book-hero > .container {
  display: flex;
  align-content: center;
}

.book-hero-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0px;

  margin-top: 150px;
}

.book-hero-wrapper > .book-hero-img {
  justify-content: center;
  text-align: center;
}

.book-hero-wrapper > .book-hero-img img {
  max-height: 540px;
}

/* BOOK ESSENTIAL INFORMATIONS */
.book-meta-info-wrapper {
  /* max-width: 500px; */
  margin: 0 auto;
}

.book-meta-info-wrapper.film-meta {
  max-width: 100%;
}

.book-info-box {
  border: 3px solid #be2828;
  padding: 30px;
  color: #be2828;
  margin-bottom: 30px;
}

.book-meta-wrapper {
  margin-top: 30px;
}

.book-meta-cont {
  padding-top: 80px;
  padding-bottom: 80px;
}

.book-meta-cont > .row {
  display: flex;
  align-items: center;
}

.book-test-link a {
  text-transform: uppercase;
  color: #fff;
}

.shop-banner-wrapper {
  padding: 30px;
}

.shop-banner-wrapper .fitzek-subheadline {
  margin-top: 30px;
  margin-bottom: 30px;
}

.book-shop-cta {
  color: #fff !important;
  border: 3px solid #fff;
  padding: 5px 15px;
  margin: 0 15px 10px;
}

/* .extra-info-books {
  margin-bottom: 200px;
} */

.audio-book-img-link {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  background: #be2828;
}

.book-shop-wrapper {
  display: flex;
  justify-content: center;
}

/* GAMES */
.game-container img {
  max-height: 260px;
  width: auto;
}

/*MOVIE QUERIES ESSENTIALS*/
.bonuscontainer.film-bonus iframe {
  padding: 10px;
}

.bonuscontainer.film-bonus p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bonuscontainer.film-bonus p iframe {
  min-width: 40%;
  margin: 30px 0;
}

/*HOME PAGE ESSENTIALS*/
.elevator-section {
  padding-top: 100px !important;
  margin-top: 50px !important;
}

.elevator-section:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* HOME PAGE QUERIES */
#highlight-book-slider .slide-wrapper {
  display: flex;
  align-items: center;
}

#highlight-book-slider .highlight-book-img {
  text-align: center;
}

#highlight-book-slider .highlight-book-img img {
  max-height: 500px;
  width: auto;
  object-fit: contain;
}

#highlight-book-slider h2 {
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}

#highlight-book-slider .swiper-wrapper .swiper-slide {
  min-height: 700px;
  display: flex;
  align-items: center;
}

.swiper-navigation {
  max-width: 140px;
  position: relative;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
  width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff !important;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 18px;
  padding-top: 4px;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
}

.swiper-navigation {
  max-width: 140px;
  position: relative;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: block;
  width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff !important;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 18px;
  padding-top: 4px;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
}

.book-slider {
  padding-top: 25px;
}

.book-slider .swiper-slide {
  transition: all ease-in 0.2s;
}

.book-slider .swiper-slide:hover {
  transform: translateY(-20px);
  transition: all ease-in 0.2s;
}

.col-12.contact-form-wrapper.newsletter-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-contact .col-12.contact-form-wrapper.newsletter-contact {
  height: auto;
}

/* HÖRBUCH BLOCK */
.book-audio-img {
  width: 100%;
}

.book-audio-content {
  display: flex;
}

.book-audio-imgwrapper {
  margin-right: 30px;
}

.col-lg-6.book-audio-img h3 {
  margin-bottom: 25px;
}

.filter-nav a.active {
  background: #be2828;
  color: #fff !important;
}

.red-bordered-cta {
  color: #be2828;
  border: 2px solid #be2828;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 30px;
}

.red-cta {
  text-transform: uppercase;
  color: #fff;
  background: #be2828;
  border-radius: 0px;
  border: none;
  padding: 4px 6px;
  display: inline-block;
}

.red-cta:hover,
.red-bordered-cta:hover {
  transform: translateY(3px);
  background: #be2828;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.book-shop-cta:hover {
  background: #fff;
  color: #be2828 !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.red-cta:visited {
  color: #fff;
}

.book-audio > .container {
  padding: 80px 0px;
}

.book-audio > .container > h3 {
  margin-bottom: 25px;
}

/* BOOKS PREVIEW THUMBNAIL PAGE*/

.books-preview-container {
  margin-bottom: 200px;
}

.thumbnail_prev {
  padding: 15px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.hero-header.headerAuto {
  height: 70vh !important;
}

/*KONTAKTFORMULAR*/

.contact-form-wrapper h3 {
  margin-bottom: 50px;
}

.contact-form-wrapper .wpcf7 .wpcf7-form p label {
  width: 100%;
}

.contact-form-wrapper .wpcf7 .wpcf7-form p label span {
  width: 100%;
}

span.wpcf7-form-control-wrap.Kategorie:after {
  content: url(assets/imgs/tri_down.svg);
  position: absolute;
  right: 10px;
  top: -5px;
}

.contact-form-wrapper .wpcf7 .wpcf7-form p label span input,
.contact-form-wrapper .wpcf7 .wpcf7-form p label span select,
.contact-form-wrapper .wpcf7 .wpcf7-form p label span textarea {
  -webkit-appearance: none;
  background-color: transparent !important;
  border-radius: 0;
  border: 2px solid #be2828;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
}

.contact-form-wrapper .wpcf7 .wpcf7-form p label span select {
  background-color: #be2828 !important;
  height: 45px;
}

::placeholder {
  color: #be2828;
}

input.wpcf7-form-control.wpcf7-submit {
  border-radius: 0;
  text-transform: uppercase !important;
  color: #be2828;
  border: 2px solid #be2828;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 30px;
  background: transparent !important;
  font-size: 18px !important;
}

#mc_embed_signup_scroll div.mc-field-group input#mce-EMAIL {
  background-color: transparent;
  border: 2px solid #be2828;
  color: #fff;
  border-radius: 0;
}

/* KONTAKT NEWSLETTER*/
.newsletter-contact.contact-form-wrapper {
  text-align: center;
}

.newsletter-contact.newsletter-left form {
  margin: 0 !important;
}

.newsletter-contact form {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-contact form p {
  margin-bottom: 0;
}

.newsletter-contact form input,
.newsletter-contact form select {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  color: #fff !important;
  background: transparent;
  border: 2px solid #be2828;
  border-radius: 0;
  box-sizing: border-box;
}

.newsletter-contact form input[type='checkbox'] {
  width: auto;
  margin-right: 15px;
}

.newsletter-contact form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
}

.newsletter-contact input[type='submit'] {
  margin-top: 2rem;
  padding: 20px 30px;
  color: #fff;
  font-size: 1.3rem;
  width: 200px;
}

.newsletter-contact input[type='submit']:hover {
  outline: none;
  background: #fff;
  border-color: #fff;
  color: #be2828 !important;
}

/*PRESSE PAGE*/

.pressefotos-gallery-wrapper figure a {
  padding: 50px !important;
}

.bg-wave-grey {
  background: url('https://sebastianfitzek.de/wp-content/uploads/wave-bg-new.svg')
    center center;
  background-size: contain;
  background-repeat: repeat-x;
}

.bg-wave-grey .container {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* EVENTS QUERY GENERAL */
.list-event-wrapper {
  padding: 0 50px;
  margin-top: 60px;
  margin-bottom: 180px;
}

.list-event-wrapper > div {
  display: flex;
  width: 100%;
  border-bottom: #be2828 2px solid;
  padding: 10px 0;
  margin-bottom: 40px !important;
}

.list-event-header {
  font-size: 1.625rem;
  color: #be2828;
  padding-bottom: 15px;
}

.list-event-title {
  flex: 0 0 25%;
  position: relative;
}

.label-event {
  position: absolute;
  display: inline-block;
  top: 48px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.list-event-container .label-event:not(.over-tile) {
  top: -1.6rem;
}

.label-event.over-tile {
  position: absolute;
  display: inline-block;
  transform: rotate(-18.5deg);
  padding: 3px 10px;
  top: -15px;
  left: 26px;
}

.list-event-date {
  flex: 0 0 20%;
}

.list-event-date img {
  max-width: 150px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.list-event-location {
  flex: 0 0 30%;
}

.list-event-tickets {
  flex: 0 0 25%;
}

.list-event-title {
  font-size: 1.125rem !important;
  color: #be2828;
}

/* EVENTS QUERY HOME */
.home-event-wrapper {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  margin-inline: auto;
}
.list-home-event {
  width: 50%;
}
@media (min-width: 992px) {
  .list-home-event {
    width: 33%;
  }
}

.home-event-wrapper .list-event-date {
  color: #be2828;
  display: flex;
  flex-direction: column;
}

/*CUSTOM BLOCK: HERO HEADERx*/
.hero-header {
  display: flex;
  align-items: center;
}

/* TEMPLATE: AUTOR */
.hyphen-autor-sec {
  margin: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#autor-slider {
  margin-bottom: 100px;
}

.fitzek-stationen:nth-child(even) {
  margin-top: 280px;
}

.station-teaser-wrapper {
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
}

.station-teaser-wrapper .station-teaser-img {
  max-height: 100%;
  width: auto;
}

.station-teaser-wrapper h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.stations-overlay-wrapper {
  display: none;
  position: fixed;
  z-index: 1111111;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}

.stations-content-wrapper {
  margin: 200px auto;
  width: 100%;
  max-width: 768px;
  z-index: 10101010;
}

.autor-img {
  margin-bottom: 50px;
}

.container.bg-pinboard-top {
  margin-top: -200px;
}

/* RESPONSIVE ADJUSTMENTS */
@media screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }

  .container {
    max-width: 1320px;
  }

  #highlight-book-slider .highlight-book-img img {
    max-height: 400px;
  }

  .hyphen-autor-sec {
    margin: 10px auto;
  }

  .autor-swipe-navigation {
    margin-top: -40;
  }
}

/*UNTERSEITEN*/

.custom-logo-link img {
  filter: brightness(10) grayscale(1);
  max-width: 150px;
}

/*UEBER SEBASTIAN UNTERSEITE*/
.bg-pinboard.container-fluid {
  position: relative;
}

.bg-pinboard {
  background: url('assets/ueber_mich/pinboard_repeater.png') center center;
  background-repeat: repeat-y;
  background-size: contain;
  margin-top: 0 !important;
  width: 100%;
}

.bg-pinboard-top {
  background: url('assets/ueber_mich/pinboard_before.png') center bottom
    no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 500px;
}

.bg-pinboard-bottom {
  background: url('assets/ueber_mich/pinboard_after.png') center top no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 500px;
}

.row.pinboard-autor .col-md-6:nth-child(2n) {
  margin-top: 150px !important;
}

/*HOME SECTIONS*/

.home-section-wrapper {
  min-height: 100vh;
  max-height: 1200px;
  display: flex;
  align-items: center;
}

.slider-section-wrapper {
  width: 100%;
  padding: 0 50px;
}

.home-event-section-wrapper {
  width: 100%;
}

.highlighted-book-wrapper {
  width: 100%;
}

.home .custom-logo-link img {
  max-width: 150px;
  z-index: 1000001;
}

.home .toggleWrapper {
  z-index: 1000001;
}

.lighten-menu {
  filter: brightness(10) grayscale(1) !important;
}

/****** FITZEK START ANIMATION ************/

#hero-still {
  position: relative;
}

.elevator-section.entry {
  background: url(https://sebastianfitzek.de/wp-content/uploads/hero-after.png)
    no-repeat center top;
  background-size: 100% auto;
  margin-top: 0 !important;
}

.home #masthead {
  background: none;
  position: fixed;
  width: 100%;
  /* height: 100%; */
}

#masthead {
  z-index: 100001;
  position: absolute;
  width: 100%;
}

#startanimation {
  z-index: 45;
  position: absolute;
  bottom: 50%;
  right: calc(50% - 50px);
  height: 100px;
  width: 100px;
  filter: hue-rotate(-178deg) saturate(17) brightness(1.6);
}

.play-cta {
  cursor: pointer;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 1.5s infinite;
  opacity: 1;
  margin: 10px auto;
  background: url('https://sebastianfitzek.de/wp-content/uploads/button-startanimation-v1.png')
    no-repeat center center;
  background-size: contain;
}

@keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

#skipanimation {
  background: url('https://sebastianfitzek.de/wp-content/uploads/skip-intro-white.svg')
    no-repeat center center;
  height: 300px;
  width: 50px;
  position: absolute;
  z-index: 45;
  background-size: contain;
  right: 3%;
  bottom: 2%;
  cursor: pointer;
  animation: skipPointer 5s infinite;
  opacity: 1;
}

@keyframes skipPointer {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.height-container-bg {
  width: 100vw;
  height: 100vh;
  display: block;
  position: relative;
}

#sky {
  background: url('https://sebastianfitzek.de/wp-content/uploads/sky.svg')
    center bottom no-repeat;
  background-position: center -250px;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  z-index: 3;
}

#sky_day {
  background: url('https://sebastianfitzek.de/wp-content/uploads/sky_day.svg')
    center bottom no-repeat;
  background-position: center -250px;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 1;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

#cloud1 {
  position: absolute;
  bottom: 80%;
  right: -10%;
  width: 600px;
  height: 100px;
  max-width: none;
  z-index: 4;
}

#cloud2 {
  position: absolute;
  bottom: 70%;
  right: -10%;
  width: 600px;
  height: 100px;
  max-width: none;
  z-index: 4;
}

#cloud3 {
  position: absolute;
  bottom: 80%;
  left: -10%;
  width: 600px;
  height: 100px;
  max-width: none;
  z-index: 4;
}

#cloud4 {
  position: absolute;
  bottom: 65%;
  left: -30%;
  width: 600px;
  height: 100px;
  max-width: none;
  z-index: 4;
}

#mountains_day {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  opacity: 1;
  width: 100% !important;
  min-width: 1600px;
}

#mountains {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100% !important;
  min-width: 1600px;
  opacity: 0;
}

#trees-back {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: 10;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
  opacity: 0;
}

#trees-back_day {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: 10;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
  opacity: 1;
}

#trees-front {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -10%;
  z-index: 10;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
}

#trees-front_day {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -10%;
  z-index: 10;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
  opacity: 1;
}

#grass-front {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: 12;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
}

#grass-front_day {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  z-index: 12;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
  opacity: 1;
}

#grassnarbe {
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 13;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
}

#grasback {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  z-index: 11;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
}

#grasback_day {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  z-index: 11;
  width: 100% !important;
  min-width: 1600px;
  height: auto;
  opacity: 1;
}

.elevator-wrapper {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 12;
  max-width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
}

#down-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: auto;
}

#elevator-inner {
  height: 70% !important;
  width: auto;
  left: 0;
  right: 0;
  bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

#elevator-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 70% !important;
}

#elevator {
  z-index: 13;
}

#door-left,
#door-right {
  position: absolute;
  z-index: 12;
  height: 330px !important;
  height: 70% !important;
  width: auto;
  bottom: 10px !important;
}

#door-left {
  left: 0;
  right: 200px;
  margin-left: auto;
  margin-right: auto;
}

.door-left_ani {
  animation: doorLeft 3s 5s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.door-left_fast_ani {
  animation: doorLeft 1s 1s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.elevator-inner_ani {
  animation: elevatorDown 2s forwards;
  animation-delay: 7.32s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.03);
}

.elevator-inner_fast_ani {
  animation: elevatorDown 1s forwards;
  animation-delay: 1.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.03);
}

@keyframes elevatorDown {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 400px);
  }
}

@keyframes doorLeft {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(60px, 0px);
  }
}

#door-right {
  left: 200px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.door-right_ani {
  animation: doorRight 3s 5s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.door-right_fast_ani {
  animation: doorRight 1s 1s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes doorRight {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(-60px, 0px);
  }
}

#scroll-down {
  z-index: 100;
  height: 30%;
  width: auto;
  position: absolute;
  right: 40px;
  bottom: 20%;
  display: none;
}

#scroll-down_day {
  z-index: 100;
  height: 30%;
  width: auto;
  position: absolute;
  right: 40px;
  bottom: 20%;
  opacity: 1;
  display: none;
}

#welcome_day {
  position: absolute;
  height: 80px;
  width: auto;
  z-index: 2;
  bottom: 70%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  z-index: 3;
}

#welcome {
  position: absolute;
  height: 80px;
  width: auto;
  z-index: 3;
  bottom: 70%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}

#text_journey {
  position: absolute;
  height: 80px;
  width: auto;
  z-index: 2;
  bottom: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
}

#text_begins {
  position: absolute;
  height: 80px;
  width: auto;
  z-index: 5;
  bottom: 5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#sun {
  position: absolute;
  top: -50vh;
  left: -50vw;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#sun_day {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  opacity: 0;
}

.font_ani {
  animation: fontVisible 1s 1s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.font_ani_fast {
  animation: fontVisible 0.3s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes fontVisible {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, -50vh);
  }
}

.font_ani_1 {
  animation: fontVisible1st 1s 4s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.font_ani_fast_1 {
  animation: fontVisible1st 0.3s 1s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes fontVisible1st {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, -60vh);
  }
}

.font_ani_2 {
  animation: fontVisible2nd 1s 5s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.font_ani_fast_2 {
  animation: fontVisible2nd 0.3s 1.3s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes fontVisible2nd {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, -55vh);
  }
}

.plants-foreground {
  z-index: 14;
  height: 15%;
  position: absolute;
  bottom: -2px;
}

@keyframes swingAlot {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }

  40% {
    transform: rotate(-10deg);
    transform-origin: bottom;
  }

  100% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
}

@keyframes swingSlightly {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }

  40% {
    transform: rotate(-5deg);
    transform-origin: bottom;
  }

  100% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
}

.darken-plants {
  filter: invert(1) saturate(0) grayscale(0.5);
  -webkit-transition: all 3s ease;
  /* Fade to color for Chrome and Safari */
}

.darken-plants_skip {
  filter: invert(1) saturate(0) grayscale(0.5);
  -webkit-transition: all 0.6s ease;
  /* Fade to color for Chrome and Safari */
}

/*
.lighten-font {
  filter: brightness(0) invert(1);
  -webkit-transition: all .5s ease; /* Fade to color for Chrome and Safari 
}
*/

#plant1 {
  right: 190px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingAlot 4s infinite ease-in-out;
  opacity: 0;
}

#plant1_day {
  right: 190px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingAlot 4s infinite ease-in-out;
  opacity: 1;
}

#plant2 {
  right: 90px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingAlot 4s infinite ease-out;
  opacity: 0;
}

#plant2_day {
  right: 90px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingAlot 4s infinite ease-out;
  opacity: 1;
}

#plant3 {
  right: 1050px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 6s infinite ease-in-out;
  opacity: 0;
}

#plant3_day {
  right: 1050px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 6s infinite ease-in-out;
  opacity: 1;
}

#plant4 {
  right: 0px;
  left: 450px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-out;
  opacity: 0;
}

#plant4_day {
  right: 0px;
  left: 450px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-out;
  opacity: 1;
}

#plant5 {
  right: 0px;
  left: 350px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-in-out;
  opacity: 0;
}

#plant5_day {
  right: 0px;
  left: 350px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-in-out;
  opacity: 1;
}

.plants-midground {
  z-index: 11;
  height: 10%;
  position: absolute;
  bottom: 50px;
}

#plant-mid1 {
  right: 0;
  left: 600px;
  margin-right: auto;
  margin-left: auto;
  animation: swingAlot 4s infinite ease-out;
  opacity: 0;
}

#plant-mid1_day {
  right: 0;
  left: 600px;
  margin-right: auto;
  margin-left: auto;
  animation: swingAlot 4s infinite ease-out;
  opacity: 1;
}

#plant-mid4 {
  right: 1250px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 4.2s infinite ease-in-out;
  opacity: 0;
}

#plant-mid4_day {
  right: 1250px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 4.2s infinite ease-in-out;
  opacity: 1;
}

#plant-mid3 {
  right: 650px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 6s infinite ease-in;
  opacity: 0;
}

#plant-mid3_day {
  right: 650px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 6s infinite ease-in;
  opacity: 1;
}

#plant-mid2 {
  right: 0px;
  left: 1020px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-in-out;
  opacity: 0;
}

#plant-mid2_day {
  right: 0px;
  left: 1020px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-in-out;
  opacity: 1;
}

#plant-mid5 {
  right: 0px;
  left: 1050px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 5.6s infinite ease-in-out;
  opacity: 0;
}

#plant-mid5_day {
  right: 0px;
  left: 1050px;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 5.6s infinite ease-in-out;
  opacity: 1;
}

#plant-mid6 {
  right: 700px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-out;
  opacity: 0;
}

#plant-mid6_day {
  right: 700px;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  animation: swingSlightly 7s infinite ease-out;
  opacity: 1;
}

#nebel-left,
#nebel-right {
  z-index: 14;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#nebel-left {
  right: 300px;
  margin-left: -100vw;
}

#nebel-right {
  left: 300px;
  margin-right: -100vw;
}

.clouds_ani {
  animation: cloudy 5s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes cloudy {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(80vw, 0px);
  }
}

.sun_ani {
  animation: sun 12s forwards;
  /* transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); */
}

.sun_fast_ani {
  animation: sun 2s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes sun {
  0% {
    opacity: 1;
    transform: translate(-50vw, -50vh);
  }

  100% {
    transform: translate(70vw, 100vh);
  }
}

.opacity_in_ani {
  animation: opacityIn 2s forwards !important;
}

.opacity_in_fast_ani {
  animation: opacityIn forwards !important;
}

@keyframes opacityIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.opacity_out_ani {
  animation: opacityOut 4s forwards !important;
}

.opacity_out_fast_ani {
  animation: opacityOut 1s forwards !important;
}

.opacity_out_font_ani {
  animation: opacityOut 0.2s forwards !important;
}

@keyframes opacityOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.nebel-left_ani {
  animation: nebelLeft 3s 1s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.nebel-left_fast_ani {
  animation: nebelLeft 1s 0.5s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes nebelLeft {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(120vw, 0px);
  }
}

.nebel-right_ani {
  animation: nebelRight 3s 1s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.nebel-right_fast_ani {
  animation: nebelRight 1s 0.5s forwards;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes nebelRight {
  0% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(-120vw, 0px);
  }
}

@media screen and (max-width: 480px) {
  .social-menu-wrapper div {
    display: flex;
  }

  .more-books-section .slider-section-wrapper {
    padding: 0;
  }

  .hero-header {
    background-position: top center !important;
  }

  .elevator-section .col-12 {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  #highlight-book-slider .swiper-slide {
    background: transparent !important;
  }

  /*COMMON*/

  .menu-menu-1-container #primary-menu li a {
    font-size: 2.3rem;
  }

  .menu-menu-1-container #primary-menu li:before {
    padding: 5px 30px;
    width: auto !important;
    height: auto !important;
  }

  .menu-menu-1-container #primary-menu {
    margin: 0 0 0em 0em;
    padding: 0px;
  }

  .menu-menu-1-container #primary-menu li a {
    margin-left: 10px;
  }

  /*AUTOR*/

  .bg-pinboard-top {
    min-height: 80px !important;
  }

  .bg-pinboard-bottom {
    min-height: 80px !important;
  }

  /*BOOKS PREV GRID*/
  .books-preview-grid div .thumbnail_prev a img {
    max-height: 250px !important;
    width: auto !important;
  }

  /*FILM PREV GRID*/
  .swiper-container.book-slider.swiper-container-initialized.swiper-container-horizontal
    img,
  .row.books-preview-container.books-preview-grid img {
    border: none !important;
    max-height: 400px !important;
    width: auto !important;
  }

  /*NEWS NEUIGKEITEN*/
  .news-pinboard a img {
    max-height: 150px;
    margin-bottom: 60px;
  }

  /*HOMEPAGE*/
  #highlight-book-slider .slide-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  #highlight-book-slider .slide-wrapper img {
    height: 160px;
  }

  .highlight-book-info {
    text-align: center;
  }

  .highlight-book-info .fitzek-section-indicator {
    margin-bottom: 0;
  }

  #highlight-book-slider h2 {
    margin: 15px auto 15px !important;
  }

  #highlight-book-slider .red-bordered-cta {
    margin: 15px auto !important;
  }

  #door_left_big,
  #door_right_big {
    height: 100vh !important;
  }

  .book-info-wrapper .h2-large {
    font-size: 3rem;
  }

  .book-hero-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #welcome {
    height: 80px;
    width: auto;
    bottom: 70%;
  }

  #welcome_day {
    height: 80px;
    width: auto;
    bottom: 70%;
  }

  #text_journey {
    height: 80px;
    width: auto;
  }

  #text_journey_day {
    height: 80px;
    width: auto;
  }

  #text_begins {
    height: 80px;
    width: auto;
  }

  #text_begins_day {
    height: 80px;
    width: auto;
  }

  .hero-header {
    align-items: flex-end !important;
  }

  /*SINGLE BOOKS*/
  .book-audio-content {
    flex-direction: column;
  }

  .book-audio-imgwrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  /*COMMON*/

  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-right: 0px;
    padding-left: 0px;
  }

  .custom-logo-link img {
    max-width: 100px !important;
  }

  #mainToggle {
    width: 36px;
    height: 28px;
  }

  #mainToggle span {
    top: 9px;
  }

  #mainToggle:after {
    top: 18px;
  }

  #main-menu.active .container-fluid {
    margin-top: 55px !important;
  }

  .menu-menu-1-container #primary-menu li a {
    font-size: 2.55rem;
  }

  .container .row .social-media-wrapper {
    height: auto !important;
  }

  /*AUTOR*/
  .row.pinboard-autor .col-md-6 {
    text-align: center;
  }

  .row.pinboard-autor .col-md-6 p {
    margin-left: auto;
    margin-right: auto;
  }

  .row.pinboard-autor .col-md-6:nth-child(2n) {
    margin-top: 0px !important;
  }

  /*TERMINE*/

  .list-event-header {
    display: none !important;
  }

  .list-event-wrapper > div {
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px !important;
    padding-bottom: 20px;
  }

  /*EVENTS QUERY*/

  .label-event {
    position: relative;
    top: 0;
  }

  .label-event.over-tile {
    left: 30%;
    top: 20px;
  }

  .bg-wave-grey .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /*HOMEPAGE*/
  .highlight-book-info.col-lg-6 p {
    display: none;
  }

  .container .row .social-media-wrapper .social-menu-wrapper {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 10px;
  }

  #masthead .container-fluid .container.p-4 {
    height: 90px !important;
  }

  .elevator-section {
    padding-top: 50px !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  /*COMMON*/
  h2 {
    font-size: 2rem;
    overflow-wrap: break-word;
  }

  h2.h2-large {
    font-size: 3.2rem;
    overflow-wrap: break-word;
  }

  h2.h2-small {
    font-size: 2.8rem;
    overflow-wrap: break-word;
  }

  .container.hero-header {
    height: auto !important;
    max-height: unset !important;
    margin-top: 120px;
  }

  .hero-headline-wrapper {
    margin-bottom: 240px;
  }

  /*SINGLE BOOKS*/

  .book-hero,
  .news-hero {
    height: auto;
    max-height: unset;
    margin-top: 120px;
  }

  .book-hero-wrapper {
    height: auto;
    max-height: unset;
    margin-top: 0px;
  }

  .book-hero-wrapper > .book-hero-img {
    text-align: right;
  }

  .book-meta-info-wrapper {
    margin-top: 30px;
  }

  .book-audio > .container > .row {
    justify-content: center;
  }

  .container-fluid.book-audio .container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
  }

  .book-audio-imgwrapper img {
    max-height: 350px;
    width: auto;
  }

  .bonuscontainer,
  .bonuscontainer h3,
  .book-audio > .container > h3 {
    text-align: center;
  }

  .bonuscontainer.film-bonus {
    text-align: center;
  }

  .bonuscontainer.film-bonus p {
    text-align: center !important;
  }

  .bonuscontainer.film-bonus p iframe {
    margin-left: auto;
    margin-right: auto;
  }

  .book-test-link {
    text-align: center;
  }

  .book-shop-wrapper {
    display: flex;
    flex-direction: column;
  }

  .book-audio-content .book-info-wrapper {
    max-width: 280px;
  }

  /*NEWS NEUIGKEITEN*/

  .hero-headline-wrapper.news-section {
    margin-bottom: 0px;
  }

  /*HOMEPAGE*/

  .menu-menu-1-container #primary-menu li {
    line-height: 1.2;
  }

  .menu-menu-1-container #primary-menu {
    margin-top: 75px !important;
  }

  .bg-wave-grey .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .slider-section-wrapper .row {
    margin-top: 0 !important;
  }

  .home-section-wrapper {
    min-height: unset;
    max-height: unset;
  }

  .elevator-section {
    padding-top: 110px !important;
    margin-top: 0 !important;
  }

  /*Homepage Hero*/

  #mountains,
  #mountains_day,
  #trees-back,
  #trees-back_day,
  #trees-front,
  #trees-front_day {
    min-width: 1200px !important;
  }

  #sky,
  #sky_day {
    background-position: center center !important;
  }

  .elevator-wrapper {
    height: 350px !important;
  }

  #elevator {
    height: 100% !important;
  }

  /*BOOKS PREV GRID*/
  .books-preview-grid div .thumbnail_prev a img {
    max-height: 300px !important;
    width: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .thumbnail_prev img {
    max-height: 400px;
    width: auto;
  }

  /* #hero-still #home-start-animation {
        display: none;
    } */
}

@media screen and (max-width: 1520px) {
  /*AUTOR*/

  .bg-pinboard-top {
    min-height: 200px;
  }

  .bg-pinboard-bottom {
    min-height: 200px;
  }

  /*OTHER*/
  #masthead {
    background-size: cover;
  }

  #colophon {
    background-size: cover !important;
  }

  #text_journey,
  #text_begins,
  #welcome_day {
    height: 50px !important;
  }

  .highlighted-book-wrapper .swiper-navigation {
    margin-top: -125px;
  }

  .book-slider .swiper-slide a img {
    max-height: 400px;
    width: auto;
  }

  .bg-wave-grey .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .slider-section-wrapper .row {
    margin-top: 0 !important;
  }

  .home-section-wrapper {
    min-height: unset;
    max-height: unset;
  }

  .menu-menu-1-container li a {
    font-size: 2.6rem !important;
  }
}

@media screen and (min-width: 2500px) {
  #nebel-left {
    margin-left: -80vw;
  }

  #nebel-right {
    margin-right: -80vw;
  }

  #welcome_day {
    bottom: 65%;
  }
}

#hero-landing {
  width: 100vw;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0 auto;
  /*   max-width: 1920px !important;
 */
}

.news-pinboard a img {
  height: 200px;
  width: auto;
  transform: rotate(-15deg);
  border: 10px solid #fff;
  border-bottom: 30px solid #fff;
}

.news-pinboard a:before {
  content: url('assets/ueber_mich/tape.png');
  height: 20px;
  width: 50px;
  position: absolute;
  top: 55px;
  z-index: 1;
}

.news-prev-next div a:hover {
  color: #fff;
}

#preloader {
  background-color: #000;
}

@media (orientation: portrait) and (max-width: 620px) {
  .home-section-wrapper {
    margin-bottom: 100px !important;
  }

  .elevator-section {
    padding-bottom: 0 !important;
  }

  #hero-still {
    background: url('assets/hero/fitzek_bg_mobile.jpg') center center/cover !important;
  }

  #hero-still.en-still {
    background: url('assets/hero/hero-mobile-en.jpg') center center/cover !important;
  }

  .container.hero-header {
    margin-top: 60px !important;
  }

  .trailerWrapper iframe {
    max-height: 320px !important;
  }
}

@media screen and (max-width: 576px) {
  .hero-header {
    padding-top: 55px !important;
  }

  .social-menu-wrapper div {
    display: block;
  }

  h3 {
    font-size: 1.85rem;
  }

  .fitzek-subheadline {
    font-size: 1.325rem;
  }

  .material-wrapper {
    padding-top: 0;
  }

  .red-bordered-cta {
    padding: 5px 15px;
    margin: 30px 0;
  }

  .filter-nav-wrapper .red-bordered-cta {
    margin: 5px 0;
  }

  .socialmedia-icons {
    width: 100%;
  }

  h2.h2-small {
    font-size: 2.3rem;
    min-height: 0 !important;
  }

  .hero-headline-wrapper p {
    font-size: 1.5rem !important;
  }

  #primary-menu li a {
    font-size: 1.8rem !important;
  }

  #welcome {
    height: 35px !important;
    width: auto;
    bottom: 70%;
  }

  #welcome_day {
    height: 35px !important;
    width: auto;
    bottom: 70%;
  }

  #text_journey {
    height: 35px !important;
    width: auto;
  }

  #text_journey_day {
    height: 35px !important;
    width: auto;
  }

  #text_begins {
    height: 35px !important;
    width: auto;
  }

  #text_begins_day {
    height: 35px !important;
    width: auto;
  }

  .elevator-wrapper {
    transform: scale(0.7);
    bottom: -5%;
  }

  #trees-front {
    max-width: 800px;
    min-width: auto;
  }

  #trees-front_day {
    max-width: 800px;
    min-width: auto;
  }

  #trees-front,
  #trees-front_day,
  #grass-front,
  #grass-front_day,
  #grasback_day,
  #grasback {
    min-width: 800px !important;
  }

  .plants-foreground {
    height: 10%;
  }

  .plants-midground {
    height: 7%;
  }

  aside#elevator-navigation {
    display: none !important;
  }

  .elevator-section {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 420px) {
  h2.h2-small {
    font-size: 1.8rem;
  }

  .thumbnail_prev {
    /* max-width: 200px; */
    margin: 0 auto;
    padding-inline: 0 !important;
  }

  .hero-headline-wrapper {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .bg-wave-grey.mobile-bg-auto {
    background-size: auto 100% !important;
  }
}

.langSwitchWrapper h4 {
  font-family: almaq-rough, sans-serif;
}

.langSwitchWrapper a {
  color: #fff;
  text-decoration: none;
  font-family: 'futura-pt', sans-serif;
}

.langSwitchWrapper span {
  font-weight: 600;
}

._brlbs-service-group-description {
  display: none !important;
}

/* Countdown
--------------------------------------------- */
#countdownHero {
  max-width: 768px;
  border: 2px solid #fff;
  /* margin-bottom: 8rem; */
  margin-bottom: 0rem;
  /* opacity: 0; */
  opacity: 1;
  margin-inline: auto;
}

.cdWrap {
  text-align: center;
  margin-inline: 0.5rem;
}

.cdWrap * {
  font-size: 3rem;
}

.cdLabel {
  font-weight: 700;
  color: #fff;
}

.countdownCol {
  padding-bottom: 10rem;
}

.countDownWrapper {
  transform: translateX(0.65rem);
  opacity: 1;
  transition: 1s all ease;
}

.countDownWrapper.v2 {
  opacity: 0;
}

.countDownWrapper .secInd::before {
  margin-right: 0;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .cdWrap * {
    font-size: 1.25rem;
  }

  .cdWrap {
    margin-inline: 0.15rem;
  }

  #countdownHero {
    max-width: 350px;
  }
}

form.post-password-form {
  padding-top: 12rem;
  text-align: center;
}

/* COUNTDOWN V2
--------------------------------------------- */
.ycd-all-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ycd-countdown-wrapper {
  padding: 2rem 3rem;
  border: 2px solid #fff;
}

.ycd-simple-current-unite-wrapper {
  margin-inline: 1rem;
}

.ycd-simple-timer-dots {
  color: transparent;
}

.ycd-simple-countdown-time {
  text-align: center;
  font-weight: bold !important;
}

.ycd-simple-countdown-number {
  font-size: 3.5rem !important;
  margin-bottom: 0.5rem !important;
}

.ycd-simple-countdown-label {
  font-size: 2.5rem !important;
  text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .ycd-countdown-wrapper {
    padding: 1rem 1.25rem;
  }

  .ycd-simple-current-unite-wrapper {
    margin-inline: 0.5rem;
  }

  .ycd-simple-countdown-number {
    font-size: 1.75rem !important;
  }

  .ycd-simple-countdown-label {
    font-size: 1.25rem !important;
  }
}

/* # Preview mode
--------------------------------------------- */
.showPrev {
  display: none !important;
}

.hidePrev {
  display: block !important;
}

.hidePrev.now {
  display: none !important;
}

.resttickets .additionals_item {
  display: inline-block;
  background: yellow;
  color: #000 !important;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  font-weight: bold;
}

.ausverkauft .additionals_item {
  display: inline-block;
  background: red;
  color: #000 !important;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
  font-weight: bold;
}

.additional_links a[href="https://pq-world.activehosted.com/f/15 "]
{
  background: #be2828;
  color: #fff !important;
}

.additional_links a[href="https://pq-world.activehosted.com/f/15 "] svg path
{
  stroke: #fff;
}

@media (max-width: 992px) {
  .resttickets .additionals_item,
  .ausverkauft .additionals_item {
    margin-left: 0rem;
  }
}

@media (max-width: 768px) {
  .list-event-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .additionals_item {
    margin-block: 0.5rem;
  }
}

.page-id-24717 a[href="https://pq-world.activehosted.com/f/15 "]
{
  display: none !important;
}

/* Buttons
--------------------------------------------- */
.button__basic_cta a {
  /* background-color: #EDEEEF; */
  color: #be2828 !important;
  transition: 0.12s ease-in;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 2px solid #be2828;
  padding: 5px 10px;
  border-radius: 0;
  /* background-color: red; */
  background: transparent;
}

.button__basic_cta a:hover {
  text-decoration: none;
  background-color: #be2828;
  color: #fff !important;
  transform: scale(1.06);
}
