/*!
Theme Name: bsTheme
Theme URI: http://brotsalz.de/
Author: brot & salz
Author URI: http://www.brotsalz.de
Description: brot & salz Theme
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bstheme
Tags: brot&salz, tailor-made-theme

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

bsTheme is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
  overflow-x: hidden;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}

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

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

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

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

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

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

/*
Set the standart HTML font-size so REM Elements can inherit */
html {
  font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333a44;
  font-family: 'Open Sans' !important;
  font-size: 1rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Open Sans' !important;
}

h1,
.h1 {
  font-size: 3.25rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.quote {
  font-size: 2rem;
  font-weight: 700;
}
.subHeader {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

.bigLetter {
  font-size: 14rem;
  font-weight: 700;
}

.contIndent {
  padding-left: 4.5rem;
}

.contIndent2 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.secInd {
  font-size: 1rem;
  font-weight: 700;
  color: #2ea836;
  display: flex;
  align-items: center;
}
.secInd.black {
  color: #333a44;
}
.secInd:before {
  content: '';
  height: 2px;
  width: 3.7rem;
  background-color: #2ea836;
  margin-right: 0.8rem;
  display: block;
}
.secInd.black:before {
  background-color: #333a44;
}
.secIndReverse {
  font-size: 1rem;
  font-weight: 700;
  color: #333a44;
  display: flex;
  align-items: center;
}
.secIndReverse:after {
  content: '';
  height: 2px;
  width: 3.7rem;
  background-color: #2ea836;
  margin-left: 0.8rem;
  display: block;
}
.smaller {
  font-size: 0.75rem;
}
.bigger {
  font-size: 1.2rem;
}

p {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

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

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,
.fBigger {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

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

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

figure {
  margin: 1em 0;
}

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

/**
* Colors */
.cYellow {
  color: #2ea836;
}
.bgYellow {
  background-color: #2ea836;
}
.bYellow  {
  border-color: #2ea836;
}

.cBlack {
  color: #333a44;
}
.bgBlack {
  background-color: #333a44;
}
.bBlack  {
  border-color: #333a44;
}

.cMint {
  color: #f4f5f5;
}
.bgMint {
  background-color: #f4f5f5;
}
.bMint  {
  border-color: #f4f5f5;
}

.cGrey {
  color: #dedede;
}
.bgGrey {
  background-color: #dedede;
}
.bGrey  {
  border-color: #dedede;
}

.cGreen {
  color: #2ea836;
}
.bgGreen {
  background-color: #2ea836;
}
.bGreen  {
  border-color: #2ea836;
}

.dswStroke {
  -webkit-text-stroke: 2px #333a44;
  -webkit-text-fill-color: white;
}

.btnArrowYellow,
.btnArrowYellow.completed:focus {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  justify-content: center;
  -ms-flex-pack: center; /* IE 10 */
  align-items: center;
  -ms-flex-align: center; /* IE 10 */
  width: 2.5rem;
  height: 2.5rem;
  background-color: #2ea836;
  background: linear-gradient(
    90deg,
    #333a44,
    #333a44 50%,
    #2ea836 50%,
    #2ea836 100%
  );
  background-size: 200% 200%;
  background-position: 100% 0%;
  /* position: relative; */
  transition: 0.4s 0.2s all ease-in-out;
  cursor: pointer;
}

.prevCS,
.prevCS.completed:focus {
  background-position: 100% 0%;
}
.btnArrowYellow:hover {
  background-position: 0% 0%;
  transition: 0.4s all ease-in-out;
}
.prevCS:hover {
  background-position: 200% 0%;
  transition: 0.4s all ease-in-out;
}

.btnArrowBlack {
}

.btnArrowBlack::after {
  content: url('/wp-content/themes/bsTheme/assets/icons/arrowBlackRight.svg');
  display: flex;
  margin-left: 0.75rem;
  transition: 0.3s all ease;
}

.btnArrowBlack:hover::after {
  margin-left: 1.25rem;
}

/* Links
--------------------------------------------- */
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #333a44;
}

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

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #000;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 1rem 2rem;
}

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: #000;
  border: 1px solid #000;
  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: #000;
}

select {
  border: 1px solid #000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
#masthead {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background-color 0.4s ease-in;
}
#masthead #navBurgerLabel {
  color: #fff;
  transition: all ease-in 0.5s 0.3s;
}
#masthead .navBurgerContainer.active #navBurgerLabel {
  color: #000;
}
#masthead.nav-down {
  background-color: #fff;
}
#masthead.nav-down .container-xl {
  transition: all ease-in 0.3s;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#masthead.nav-down #navBurgerLabel {
  color: #333a44;
}
#navBurgerLabel {
  font-weight: 700;
}
.site-branding img {
  max-height: 90px;
}

.main-navigation {
  display: block;
  width: 100%;
}

.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 {
  display: block;
  left: auto;
}

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

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

.main-navigation li {
  position: relative;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

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

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 {
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* Theming Bootstrap
--------------------------------------------- */
@media all and (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
}
.mw-960 {
  max-width: 960px;
}

.mw-620 {
  max-width: 620px;
}

/* Utility and custom classes
--------------------------------------------- */

/* Flex Shortcuts */
.fCenter {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  justify-content: center;
  -ms-flex-pack: center; /* IE 10 */
  align-items: center;
  -ms-flex-align: center; /* IE 10 */
}

.fCenterX {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  justify-content: center;
  -ms-flex-pack: center; /* IE 10 */
}

.fCenterY {
  display: flex;
  display: -ms-flexbox; /* IE 10 */
  align-items: center;
  -ms-flex-align: center; /* IE 10 */
}

.mtN5 {
  margin-top: -5rem;
}

/** Hero */
.heroLogos {
}
.heroLogos img {
  width: 190px;
  padding-right: 2rem;
  padding-bottom: 1rem;
}

.turnYellow {
  fill: #333a44;
  transition: 0.3s all ease;
}

.smIcons:hover .turnYellow {
  fill: #2ea836 !important;
}
/* Navigation
--------------------------------------------- */
.headNavDivider {
  height: 2px;
  flex: 0 1 100%;
}

/* Customs
--------------------------------------------- */
.asyncCol {
  border-top: 2px solid #333a44;
  border-left: 2px solid #333a44;
  border-bottom: 2px solid #333a44;
  position: relative;
}
.asyncCol::after {
  content: '';
  position: absolute;
  right: -150px;
  width: 150px;
  border-top: 2px solid #333a44;
  border-right: 2px solid #333a44;
  border-bottom: 2px solid #333a44;
  height: calc(100% + 4px);
  top: -2px;
}
.quoteAsync {
}
.quoteAsync > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
}
.quoteAsync svg {
  max-width: 150px;
  height: auto;
}

/* Impressum und Datenschutz
--------------------------------------------- */
.rechtliches a,
.rechtliches a:hover,
.rechtliches a:focus,
.rechtliches a:visited {
  color: #2ea836 !important;
  text-decoration: none !important;
  word-break: break-all !important;
}

.rechtliches h3 {
  margin-top: 3rem !important;
  margin-bottom: 1.5rem !important;
}

/* Stagged Chars
--------------------------------------------- */
.overLetter {
  position: relative;
  z-index: 4;
}
.staggedMainChar {
  display: flex; /* required */
  flex-flow: row nowrap; /* required */
  width: 30rem;
  height: 30rem;
}
.staggedMainChar.quote {
  width: 18rem;
  height: 18rem;
}
.staggedChar {
  position: relative;
  box-sizing: border-box; /* required */
  width: 100%; /* required */
  flex: none; /* required */
  margin-right: -30rem;
}
.staggedMainChar.quote .staggedChar {
  margin-right: -18rem;
}
.staggedChar.main {
  z-index: 4;
}

/** Footer */
.footerNavCont a {
  display: block;
  margin-bottom: 0.5rem;
  transition: 0.3s all ease;
}

.footerNavCont a.btnMore {
  border-color: #fff;
  color: #fff;
}
.footerNavCont h3 {
  margin-bottom: 2rem;
}
.footerNavCont h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 1rem;
}

.footerNavCont .btnMore::after {
  content: url('assets/icons/blackArrowRight.svg');
}

.footerNavCont .smIcons * {
  transition: 0.3s all ease;
}

.footerNavCont .smIcons:hover .turnYellow {
  fill: #fff !important;
}

.footerNavCont .smIcons:hover *:not(.turnYellow) {
  fill: #333a44;
}

.footerNavCont * {
  color: #fff;
}

.footerNavCont .smIcons {
  width: 29px;
  height: auto;
}

.footerNavCont .smIcons svg {
  width: 100%;
  height: auto;
}

.footerLinksBorder {
  background: #333a44;
  /* background: red; */
  width: 0%;
  height: 1px;
  transition: 0.3s all ease;
}

.footerLinks:hover .footerLinksBorder {
  width: 100%;
}
/** 
* wFull 
*/
.wFullCont svg {
  position: absolute;
  left: 0;
  right: 0;
  height: 24rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  top: -12rem;
}

.waContainer {
  padding-bottom: 160px;
}

.waContainer.new {
  padding-bottom: 0;
}

/* Burger menu with Overlay */

#navBurger {
  position: relative;
  height: 50px;
  width: 50px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: #2ea836;
}
.navBurgerWrapper {
  height: 32px;
  width: 32px;
  justify-content: space-between;
  flex-direction: column;
}
#navBurger span {
  display: block;
  margin: 2px auto;
  width: 32px;
  height: 4px;
  border-radius: 0;
  background: #fff;
}
#navBurger span:nth-child(3) {
  width: 16px;
  margin: 2px 0;
}
.navBurgerContainer {
  font-weight: 700;
  cursor: pointer;
}

.navBurgerContainer:not(.active):hover #navBurger span:first-child {
  animation: menuToggle 0.4s 0.1s ease-in;
}

.navBurgerContainer:not(.active):hover span:nth-child(2) {
  animation: menuToggle 0.4s 0.3s ease-in;
}

.navBurgerContainer:not(.active):hover span:nth-child(3) {
  animation: menuToggleLast 0.4s 0.1s ease-in;
}

.navBurgerContainer.active #navBurger span:nth-child(3) {
  opacity: 0;
}

.navBurgerContainer.active #navBurger span:nth-child(1) {
  position: absolute;
  top: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.navBurgerContainer.active #navBurger span:nth-child(2) {
  position: absolute;
  top: 20px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

@keyframes menuToggle {
  0% {
    width: inherit;
  }

  50% {
    width: 20%;
  }

  100% {
    width: inherit;
  }
}

@keyframes menuToggleLast {
  0% {
    width: 70%;
  }

  33% {
    width: 100%;
  }

  66% {
    width: 20%;
  }

  100% {
    width: 70%;
  }
}

/* Menu Overlay */
#navOverlayContainer {
  display: flex;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -90;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background: transparent;
}
.navOverBg {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 0;
  bottom: 0;
  height: calc(100% + 90px);
}
#navOverBgRight {
  right: 0;
}
#navOverBgLeft {
  left: 0;
}
#navOverlayContainer.openOverlay {
  opacity: 1;
  z-index: 45;
  /* transition: opacity ease-out .1s; */
}
#navOverlayContainer .container-fluid {
  z-index: 90;
}
.overlayNav {
  list-style: none;
  display: block;
  margin-bottom: 1rem;
}

.overlayNav li {
  width: 100%;
  margin: 0.5rem 0 0.5rem;
  padding: 0.25rem 0;
}

.overlayNav li a {
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  background: white;
  padding: 0;
  text-align: left;
  border: none;
}
#primary-menu li,
#tertiary-menu li,
#secondary-menu li {
  opacity: 0;
  display: flex;
  align-items: center;
  transition: all ease-in 0.2s;
}
#primary-menu li:hover,
#tertiary-menu li:hover,
#secondary-menu li:hover {
  transform: scale(1.05);
}
#primary-menu li a,
#tertiary-menu li a,
#secondary-menu li a {
  padding-left: 1rem;
  display: block;
  width: 100%;
}
.overlayRightImg {
  text-align: center;
}
.overlayRightImg.alt {
  height: calc(100vh - 160px);
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlayRightImg img {
  height: calc(100vh - 160px);
  max-width: 70%;
}
.overlayRightImg.alt img {
  height: auto;
  max-width: 70%;
}
.navOverColFooter img {
  max-height: 80px;
}
.navOverColFooter img:last-of-type {
  max-height: 120px;
}
.smNavCol span,
.voteTimeCol span {
  font-weight: 700;
}
.menuPeripherals {
  opacity: 0;
}
.navOverCol {
  min-height: 547px !important;
  max-height: 75vh;
}

/** Termintiles */
.terminTile .wp-block-group__inner-container {
  border: 2px solid #333a44;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background: #fff;
}
.terminTile h3 {
  font-size: 2.25rem;
}
.terminTile h3 {
  -webkit-text-stroke: 1.4px #333a44;
  -webkit-text-fill-color: transparent;
}
.terminTile h3 strong {
  -webkit-text-stroke: transparent;
  -webkit-text-fill-color: #333a44;
}
.terminTile h3 strong:last-of-type {
  font-size: 1rem;
}
.terminTile p strong {
  font-size: 1.25rem;
}
.terminMargin {
  margin-bottom: -6rem !important;
}

/** FLYING LETTERS */
.lHWrap {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin: 0 auto;
}

.lHWrap.left {
  margin-left: 0;
}

.wLetter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.jLetter {
  padding-top: 30px;
  padding-bottom: 15px;
}

.letterWrap {
  position: absolute;
  z-index: 0;
  top: 0;
}

.wLetter .letterWrap svg {
  max-height: 400px;
  margin: 0 auto;
  width: auto;
}

.jLetter .letterWrap svg {
  max-height: 400px;
  margin: 0 auto;
  width: auto;
}
.partnerSec {
  margin-bottom: 2rem;
  margin-top: 10rem;
  padding-top: 4rem;
  background: rgb(244, 245, 245);
  background: linear-gradient(
    180deg,
    rgba(244, 245, 245, 1) 0%,
    rgba(244, 245, 245, 1) 57%,
    rgba(255, 255, 255, 1) 57%,
    rgba(255, 255, 255, 1) 100%
  );
}

.aPartyBG {
  background: rgb(244, 245, 245);
  background: linear-gradient(
    180deg,
    rgba(244, 245, 245, 1) 0%,
    rgba(244, 245, 245, 1) 75%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 100%
  );
}

.pFullCont {
  text-align: center;
  position: relative;
  margin: -10rem 0 -4rem;
}
.zFullCont {
  text-align: center;
  position: relative;
  margin: -10rem 0 0rem;
}

.pFullCont svg,
.zFullCont svg {
  max-height: 300px;
}

.btnMore {
  padding: 0.5rem 2rem;
  font-weight: 700;
  border: 2px solid #333a44;
  position: relative;
}

.btnMore:after {
  content: url('assets/icons/greenArrowRight.svg');
  position: absolute;
  top: 0.75rem;
  right: -2.5rem;
  transition: all ease 0.3s;
}

.btnMore:hover:after {
  right: -3.5rem;
}

#afterPartyCD {
  border: 2px solid #333a44;
  max-width: 580px;
  margin: 0 auto;
  background-color: #fff;
}
#afterPartyCD .cdLabel {
  color: #333a44;
}

/* Versionierung
--------------------------------------------- */
/* 1B */
.zoomAfterCol.v1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.zoomAfterCol.v1b #afterPartyCD {
  background-color: transparent;
}

.zoomAfterCol.v1b #afterPartyCD .cdval {
  -webkit-text-stroke: 2px #333a44;
}
/* 2A */
.preisVerleihungLaunch.v2a {
  transition: 0.3s all ease;
}

.preisVerleihungLaunch.v2a:hover {
  background: #333a44;
}

.preisVerleihungLaunch.v2a .finalDateWrapper {
  color: #fff;
  transition: 0.3s all ease;
}

.preisVerleihungLaunch.v2a .finalDateWrapper .cdval {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}

/* Password Protected
--------------------------------------------- */
.post-password-form {
  max-width: 500px;
  margin: auto;
  padding: 10rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.post-password-form label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}

.post-password-form label input {
  margin-top: 1rem;
}

/* 404
--------------------------------------------- */
.error-404 .col-12 {
  height: 75vh;
}

/* Media Queries
--------------------------------------------- */
@media all and (max-width: 1400px) {
  .infosLeftC {
    padding-right: 1rem;
  }
  .infosRightC {
    padding-left: 1rem;
  }
}

@media all and (max-width: 992px) {
  h1,
  .h1,
  .homeHeroWrapper h1 .secInd,
  .cdval {
    font-size: 2rem !important;
  }
  #masthead {
    background-color: #fff;
    /* position: relative; */
  }
  /* .zFullCont, .pFullCont, .letterWrap {
        display: none;
    } */

  .zFullCont,
  .pFullCont,
  .letterWrap {
    transform: scale(0.2);
  }
  .wLetterMobile.letterWrap {
    top: -17rem;
  }
  .page-id-641 .wLetterMobile.letterWrap {
    top: -14rem;
  }
  .jLetterMobile.letterWrap {
    top: -14rem;
  }
  .pLetterMobile,
  .zLetterMobile {
    opacity: 0;
  }
  .contIndent {
    padding-left: 0;
  }
  .contIndent2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* .zoomAfterCol {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #DEDEDE;
    } */
  .partnerSec {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-top: 3rem;
    background: rgb(244, 245, 245);
    background: linear-gradient(
      180deg,
      rgba(244, 245, 245, 1) 0%,
      rgba(244, 245, 245, 1) 30%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 1) 100%
    );
  }
  /* .asyncCol {
        border-right: 2px solid #333A44;
    }
    .asyncCol:after {
        display: none;
    } */
  .quoteAsync > .wp-block-group__inner-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .quoteAsync > .wp-block-group__inner-container svg {
    height: 180px;
    max-width: 80%;
  }

  #primary {
    padding-top: 6rem;
  }
}

@media all and (max-width: 768px) {
  .staggedChar,
  .staggedChar.main,
  .staggedMainChar {
    font-size: 20rem;
  }
  .staggedCharCont {
    top: -10rem;
  }
  .secInd::before {
    display: none;
  }

  .quoteAsync .secInd::before {
    display: block;
  }
}

@media all and (max-width: 576px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
  #navBurgerLabel {
    display: none;
  }
  .contIndent {
    padding-left: 0;
  }
  .wFullCont svg {
    max-height: 12rem;
    top: -6rem;
  }
  .overlayNav li a {
    font-size: 1rem;
  }
  .quoteAsync > .wp-block-group__inner-container svg {
    height: auto;
    max-width: 50%;
  }

  .quoteMeta {
    font-size: 0.75rem;
  }

  .navOverCol {
    min-height: 400px !important;
  }

  .terminMargin {
    margin-bottom: -8rem !important;
  }
}

@media all and (min-width: 2000px) {
  .overlayRightImg.alt img {
    height: auto;
    max-width: 100%;
    padding-bottom: 6rem;
  }
}

.checked .layer-checked {
  display: flex !important;
  align-items: center;
}

.slick-slide {
  padding-inline: 0 !important;
}

.winnerQuoteBody {
  min-height: 300px;
}
