/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.header {
  width: 100%;
  height: 110px;
  background: #000;
}

.inside {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.inside .logo {
  width: 20%;
}
.inside .dropbtn {
  background-color: transparent;
  color: white;
  font-size: 16px;
  border: none;
}
.inside .dropdown {
  position: relative;
  display: inline-block;
  margin: auto;
}
.inside .dropdown .menuText {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.inside .dropdown .svg {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/Triangle.svg");
  background-image: url("/wp-content/uploads/2022/01/Triangle.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}
.inside .dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.inside .dropdown-content a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.inside .dropdown-content a:hover {
  background-color: transparent;
}
.inside .dropdown-content .changeColor:hover {
  color: #ff0000;
}
.inside .dropdown:hover .dropdown-content {
  display: block;
}
.inside .dropdown:hover .dropbtn {
  background-color: transparent;
}
.inside .desktop-nav-container {
  width: 80%;
  text-align: right;
  margin: auto;
  display: flex;
}
.inside .desktop-nav-container .btnReservieren {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #ff0000;
  color: #ff0000;
  width: 157px;
  height: 30px;
  margin: auto;
  margin-top: 10px;
  cursor: pointer;
  text-align: center !important;
  text-align: -moz-center !important;
  text-align: -webkit-center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: middle;
}
.inside .desktop-nav-container .instaIcon {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Instagram_Rot-Schwarz.svg");
  background-image: url("/wp-content/uploads/2022/01/Icons_Instagram_Rot-Schwarz.svg");
  background-repeat: no-repeat;
  width: 44.2px;
  height: 44.3px;
  margin: auto;
  margin-top: 5px;
  margin-left: 20px;
}
.inside .desktop-nav-container .facebookIcon {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Facebook_Rot-Schwarz.svg");
  background-image: url("/wp-content/uploads/2022/01/icons_Facebook_Rot-Schwarz.svg");
  background-repeat: no-repeat;
  width: 44.2px;
  height: 44.3px;
  margin: auto;
  margin-top: 5px;
  margin-left: 10px;
}
.inside .desktop-nav-container .menu a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  size: 18px;
  text-decoration: none;
  padding-right: 10px;
}
.inside .desktop-nav-container .menu a:hover {
  color: #ff0000;
}
.inside .desktop-nav-container .menu.current-menu-item a:visited {
  color: #ff0000;
}
.inside .desktop-nav-container ul li {
  display: inline;
}
.inside .desktop-nav-container a {
  color: #fff;
}
.inside .hamburger-container {
  display: none;
}

.mobile-nav-wrapper {
  display: none;
}
.mobile-nav-wrapper .menuBg {
  display: none;
  width: 100%;
  z-index: 9999;
  height: 392px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 700ms ease-in-out;
}
.mobile-nav-wrapper .menuBg .btnReservierenMobile {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 18px;
  background-color: transparent;
  border: 2px solid #ff0000;
  color: #ff0000;
  width: 157px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 15%;
  top: 49px;
  text-align: center !important;
  text-align: -moz-center !important;
  text-align: -webkit-center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: middle;
}
.mobile-nav-wrapper .menuBg .instaIconMobile {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Instagram_Rot-Schwarz.svg");
  background-image: url("/wp-content/uploads/2022/01/Icons_Instagram_Rot-Schwarz.svg");
  background-repeat: no-repeat;
  width: 44.2px;
  height: 44.3px;
  position: absolute;
  bottom: 40px;
  left: 20%;
}
.mobile-nav-wrapper .menuBg .facebookIconMobile {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Facebook_Rot-Schwarz.svg");
  background-image: url("/wp-content/uploads/2022/01/icons_Facebook_Rot-Schwarz.svg");
  background-image: url("/wp-content/uploads/2022/01/icons_Facebook_Rot-Schwarz.svg");
  background-repeat: no-repeat;
  width: 44.2px;
  height: 44.3px;
  position: absolute;
  bottom: 40px;
  left: 25%;
}
.mobile-nav-wrapper .menuBg .mobile-nav {
  position: absolute;
  top: 103px;
}
.mobile-nav-wrapper .menuBg .mobile-nav li {
  text-align: center;
  list-style-type: none;
}
.mobile-nav-wrapper .menuBg .mobile-nav li a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.75;
}
.mobile-nav-wrapper .menuBg .mobile-nav li:last-child {
  border-bottom: none;
}
.mobile-nav-wrapper .menuBg {
  display: none;
}

.logo-img {
  width: 100%;
}

@media only screen and (min-width: 10px) and (max-width: 1280px) {
  .header {
    height: 93px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 99999;
  }

  .inside {
    position: fixed !important;
    top: 0;
    z-index: 99999;
    background: #000;
    height: 93px;
    overflow-y: hidden;
    max-width: 100%;
    align-items: center;
  }
  .inside .dropdown {
    margin-left: 10px;
  }
  .inside .logo {
    margin-top: 5px;
  }
  .inside .logo .logo-img {
    width: 90%;
  }
  .inside .desktop-nav-container {
    display: none;
  }
  .inside .desktop-nav-container .menu a {
    display: none;
  }
  .inside .desktop-nav-container .instaIcon {
    display: none;
  }
  .inside .desktop-nav-container .facebookIcon {
    display: none;
  }
  .inside .desktop-nav-container .btnReservieren {
    display: none;
  }
  .inside .hamburger-container {
    display: inherit;
  }

  .mobile-nav-wrapper {
    display: none;
    background-image: url("/wp-content/themes/chilliclub/src/assets/images/211217_Aheads_ChilliClub_Webseite_Startseite_HH_Mobil_Menue.jpg");
    background-image: url("/wp-content/uploads/2022/01/HH_Mobil_Menue.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 93px;
    overflow-y: no-scroll;
  }
  .mobile-nav-wrapper .menuBg {
    display: inherit;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 30% !important;
    max-width: 100%;
  }
  .mobile-nav-wrapper .menuBg .menuBtnWrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 49px;
  }
  .mobile-nav-wrapper .menuBg .menuBtnWrapper .btnReservierenMobile {
    position: relative;
    text-align: center !important;
    text-align: -moz-center !important;
    text-align: -webkit-center !important;
    left: 0;
    top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    vertical-align: middle;
    cursor: pointer;
  }
  .mobile-nav-wrapper .menuBg .mobileNavWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    width: 100%;
  }
  .mobile-nav-wrapper .menuBg .mobileNavWrapper .mobile-nav .mobile-menu {
    padding-left: 0px;
  }
  .mobile-nav-wrapper .menuBg .menuIconWrapper {
    width: 100%;
    background-color: transparent;
    height: 100px;
    text-align: center;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
  }
  .mobile-nav-wrapper .menuBg .menuIconWrapper .instaIconMobile {
    top: 0;
    position: relative;
    margin-top: 20px;
    margin-left: -5px;
  }
  .mobile-nav-wrapper .menuBg .menuIconWrapper .facebookIconMobile {
    position: relative;
    top: 0;
    margin-top: 20px;
  }

  .show-mobile {
    display: inherit;
    z-index: 9999;
    position: fixed;
    display: flex;
    align-items: center;
    align-content: center;
  }
}
h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 60px;
}

p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: 30px;
}

h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
}

.red {
  color: #ff0000 !important;
}

.center {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.noLinkColor a {
  text-decoration: none;
  color: #fff;
}

.wp-block-columns {
  margin-bottom: 0px;
}

.btn {
  width: 440px;
  height: 62px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
}

.btn:hover {
  width: 440px;
  height: 62px;
  background-color: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  transform: 0.3s;
}

.btnR {
  width: 440px;
  height: 62px;
  background-color: #ff0000;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
}

.btnR:hover {
  width: 440px;
  height: 62px;
  background-color: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  transform: 0.3s;
}

.noMarginTopBottom {
  margin-top: 0;
  margin-bottom: 0;
}

.noMarginBottom {
  margin-bottom: 0px;
}

.sectionSpace {
  margin-bottom: 132px;
}

.colorWhite {
  color: #fff !important;
}

.noLinkStyle a {
  text-decoration: none;
  color: #fff;
}

.coverSection {
  min-height: 700px;
  max-height: 700px;
}

.wrap-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*Restaurant*/
.restaurant-info {
  background: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  h1 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px !important;
  }

  h2 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 16px;
    font-size: 20px !important;
  }

  p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 16px !important;
  }

  .textMarginRightLeft {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sectionSpace {
    margin-bottom: 37px;
  }

  .coverSection {
    min-height: 190px;
    max-height: 190px;
  }

  .spaceHero {
    margin-top: 350px;
  }

  .btn {
    width: 200px;
    height: 23px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 19px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 15px;
  }

  .btn:hover {
    width: 200px;
    height: 23px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 19px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  h1 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 30px;
  }

  h2 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 24px;
  }

  p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
  }

  .btn {
    width: 210px;
    height: 30px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 19px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 15px;
  }

  .btn:hover {
    width: 210px;
    height: 30px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 19px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 15px;
  }

  .coverSection {
    min-height: 450px !important;
    max-height: 550px !important;
  }

  .sectionSpace {
    margin-bottom: 2rem;
  }

  .textMarginRightLeft {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer {
  background: #000;
  height: 100%;
  max-height: 100px;
  margin: auto;
}
.footer .footer-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  position: relative;
}
.footer .footer-container .textFooterAddress {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ff0000;
}
.footer .footer-container .textFooter {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ff0000;
}
.footer .footer-container .textFooterHidden {
  display: none;
}
.footer .footer-container .footer-address {
  width: 35%;
  margin-top: 20px;
}
.footer .footer-container .impressum {
  width: 65%;
  text-align: right;
  margin-top: 25px;
}
.footer .footer-container .impressum ul li {
  display: inline;
}
.footer .footer-container .impressum a {
  color: #ff0000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .footer {
    max-height: 82px;
  }
  .footer .footer-container .textFooterAddress {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 14px !important;
    color: #ff0000;
    margin-left: 20px;
    margin-bottom: 3px;
  }
  .footer .footer-container .textFooter {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 10px !important;
    color: #ff0000;
  }
  .footer .footer-container .textFooterHidden {
    display: inline;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 10px !important;
    color: #ff0000;
  }
  .footer .footer-container .textFooterHidden ul li {
    display: inline;
  }
  .footer .footer-container .textFooterHidden a {
    color: #ff0000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 10px;
    text-decoration: none;
    padding-right: 5px;
  }
  .footer .footer-container .textFooterHidden #menu-footer {
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .footer .footer-container .footer-address {
    width: 70%;
    margin-top: 15px;
  }
  .footer .impressum {
    width: 75%;
    text-align: left;
    display: none;
  }
  .footer .sozial {
    width: 25%;
    display: flex;
    margin-top: 20px;
    justify-content: end;
  }
  .footer .sozial .instaIconFooter {
    background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Instagram_Rot-Schwarz.svg");
    background-image: url("/wp-content/uploads/2022/01/Icons_Instagram_Rot-Schwarz.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    width: 37px;
    height: 37px;
    margin: auto;
  }
  .footer .sozial .facebookIconFooter {
    background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Facebook_Rot-Schwarz.svg");
    background-image: url("/wp-content/uploads/2022/01/icons_Facebook_Rot-Schwarz.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    width: 37px;
    height: 37px;
    margin: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1281px) {
  .footer {
    max-height: 82px;
  }
  .footer .footer-container .textFooterAddress {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 14px !important;
    color: #ff0000;
    margin-left: 20px;
    margin-bottom: 3px;
  }
  .footer .footer-container .textFooter {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 10px !important;
    color: #ff0000;
  }
  .footer .footer-container .textFooterHidden {
    display: inline;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 10px !important;
    color: #ff0000;
  }
  .footer .footer-container .textFooterHidden ul li {
    display: inline;
  }
  .footer .footer-container .textFooterHidden a {
    color: #ff0000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 10px;
    text-decoration: none;
    padding-right: 5px;
  }
  .footer .footer-container .textFooterHidden #menu-footer {
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .footer .footer-container .footer-address {
    width: 70%;
    margin-top: 15px;
  }
  .footer .impressum {
    width: 75%;
    text-align: left;
    display: none;
  }
  .footer .sozial {
    width: 28%;
    display: flex;
    margin-top: 20px;
    justify-content: end;
    -webkit-justify-content: flex-end;
  }
  .footer .sozial .instaIconFooter {
    background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Instagram_Rot-Schwarz.svg");
    background-image: url("/wp-content/uploads/2022/01/Icons_Instagram_Rot-Schwarz.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    width: 37px;
    height: 37px;
    margin: auto;
    margin-right: 0px;
  }
  .footer .sozial .facebookIconFooter {
    background-image: url("/wp-content/themes/chilliclub/src/assets/images/211201_ChilliClub_SM-Icons_Facebook_Rot-Schwarz.svg");
    background-image: url("/wp-content/uploads/2022/01/icons_Facebook_Rot-Schwarz.svg");
    background-repeat: no-repeat;
    background-size: 85%;
    width: 37px;
    height: 37px;
    margin: auto;
    margin-left: 10px;
    margin-right: 0px;
  }
}
.restaurant-img {
  height: 580px;
}

.restauant-info {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 99;
  width: 590px;
  min-height: 408px;
  height: 100%;
  position: relative;
  float: right;
}
.restauant-info h2 {
  margin-top: 67px !important;
}
.restauant-info p {
  margin-bottom: 25px !important;
}
.restauant-info .textMarginRightLeft {
  padding-right: 20px;
  padding-left: 20px;
}

.wp-block-cover.has-background-dim.wrap-container {
  padding-right: 0px;
}

.restaurant-headline-wrapp {
  max-width: 946px;
  margin-right: auto;
  margin-left: auto;
}

.feedbackBg {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/211216_Aheads_ChilliClub_Webseite_BusinessLunch_HH_Hintergrund.jpg");
  background-image: url("/wp-content/uploads/2021/12/211217_Aheads_ChilliClub_Webseite_Startseite_HH_TakeAway.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2% 0%;
}

@media only screen and (min-width: 10px) and (max-width: 1280px) {
  .restaurant-gallery img {
    height: auto;
  }

  .feedbackSpaceTop {
    margin-top: 220px;
  }

  .restaurant-img {
    min-height: 190px !important;
    max-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: 50%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wp-block-cover.has-background-dim.wrap-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .restauant-info {
    background: #000 !important;
    z-index: 99;
    width: 100%;
    max-height: 175px;
    position: relative;
    float: right;
    top: 180px;
  }
  .restauant-info .center {
    margin-bottom: 11px;
  }
  .restauant-info .btn {
    margin-bottom: 10px;
  }
  .restauant-info h2 {
    margin-top: 20px !important;
  }
  .restauant-info p {
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 10px) and (max-width: 1280px) {
  .restauant-info {
    background: #000;
    z-index: 99;
    min-height: 200px;
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
    max-height: 100% !important;
  }
}
.lunch-about-size {
  padding-top: 104px;
  font-size: 70px;
}

.btnBlack {
  border: 2px solid #000;
  color: #000;
  width: 580px;
  height: 62px;
  background-color: transparent;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
}

@media (max-width: 480px) {
  .lunch-about-size {
    font-size: 25px;
    padding-top: 310px;
  }

  .btnBlack {
    border: 2px solid #000;
    color: #000;
    width: 280px;
    height: 25px;
    background-color: transparent;
    margin-bottom: 19px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 15px;
  }
}
.start-about-headline {
  text-align: center;
  max-height: 482px;
  padding-top: 132px;
  padding-bottom: 132px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.speisekarte-reservierung-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.speisekarte-reservierung-img {
  width: 100%;
  height: 100%;
  min-height: 1140px;
  max-height: 1140px;
  max-width: 950px;
  display: flex;
  flex-direction: column;
}

.takeAwaySection {
  min-height: 820px;
  max-height: 820px;
}
.takeAwaySection .takeAwaySpace {
  margin-bottom: 72px;
}

.zahlungSpalte {
  margin: auto;
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  .start-about-headline {
    font-size: 25px;
    padding-top: 320px;
    padding-bottom: 30px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .speisekarte-reservierung-img {
    min-height: 232px !important;
    max-height: 232px !important;
    width: 100%;
    margin-bottom: 10px;
  }

  .takeAwaySection {
    min-height: 100%;
  }
  .takeAwaySection .takeAwaySpace {
    margin-bottom: 10px;
  }

  .wp-block-columns {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  .start-about-headline {
    font-size: 25px;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .takeAwaySection {
    min-height: 450px;
    max-height: 100%;
  }
  .takeAwaySection .takeAwaySpace {
    margin-bottom: 10px;
  }
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg {
  width: 100%;
  height: 900px;
  background: #000 !important;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container {
  max-width: 1920px;
  padding-top: 180px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .img-container {
  position: relative;
  margin-top: 155px;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .img-container img {
  max-width: 100%;
  min-height: 564px;
  max-height: 564px;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-left: 0;
  display: flex;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .trenner {
  border: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  height: 534px;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .trenner2 {
  border: 1px solid #fff;
  margin-left: 20px;
  margin-right: 20px;
  height: 534px;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText {
  max-width: 380px;
  min-width: 20%;
  margin-top: 5%;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText h2 {
  color: #fff;
  text-align: center;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText p {
  color: #fff;
  text-align: center;
  margin-right: 42px;
  margin-left: 42px;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText {
  max-width: 380px;
  min-width: 20%;
  margin-top: 5%;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText h2 {
  color: #fff;
  text-align: center;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText p {
  color: #fff;
  text-align: center;
  margin-right: 45px;
  margin-left: 42px;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText {
  min-width: 20%;
  max-width: 380px;
  margin-top: 5%;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText h2 {
  color: #fff;
  text-align: center;
}
.wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText p {
  color: #fff;
  text-align: center;
  margin-right: 0px;
  padding-right: 42px;
  margin-left: 42px;
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg {
    max-width: 100%;
    max-height: 530px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container {
    display: flex;
    padding-top: 0px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .img-container {
    position: absolute;
    margin-top: 410px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .img-container img {
    max-width: 75px !important;
    max-height: 115px !important;
    min-height: 115px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper {
    display: inline;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    margin-left: auto;
    /* optional */
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .trenner {
    border-top: 2px solid #fff;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    margin-left: 10px;
    margin-right: 30px;
    height: 2px;
    order: 2;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .trenner2 {
    border-top: 2px solid #fff;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    margin-left: 10px;
    margin-right: 30px;
    height: 2px;
    order: 4;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText {
    max-width: 100%;
    order: 3;
    min-width: 280px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText p {
    margin-right: 45px;
    margin-left: 45px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText {
    max-width: 100%;
    min-width: 280px;
    order: 1;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText p {
    margin-right: 35px;
    margin-left: 35px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText {
    max-width: 100%;
    min-width: 280px;
    order: 5;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText p {
    margin-right: 45px;
    margin-left: 45px;
    z-index: 90;
    position: relative;
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg {
    max-width: 100%;
    max-height: 690px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container {
    display: flex;
    padding-top: 0px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .img-container {
    position: absolute;
    margin-top: 570px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .img-container img {
    max-width: 75px !important;
    max-height: 115px !important;
    min-height: 115px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper {
    display: inline;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    margin-left: auto;
    /* optional */
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .trenner {
    border-top: 2px solid #fff;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    margin-left: 100px;
    margin-right: 100px;
    height: 2px;
    order: 2;
    margin-top: 1rem;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .trenner2 {
    border-top: 2px solid #fff;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    margin-left: 100px;
    margin-right: 100px;
    height: 2px;
    order: 4;
    margin-top: 1rem;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText {
    max-width: 100%;
    order: 3;
    min-width: 280px;
    margin-top: 0;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-openingText p {
    margin-right: 35px;
    margin-left: 35px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText {
    max-width: 100%;
    min-width: 280px;
    order: 1;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-kitchenText p {
    margin-right: 35px;
    margin-left: 35px;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText {
    max-width: 100%;
    min-width: 280px;
    order: 5;
    margin-top: 0;
  }
  .wp-block-chilli-chilli-blocks-small-card.opening-black-bg .opening-container .opening-wrapper .opening-covidText p {
    margin-right: 100px;
    margin-left: 100px;
  }
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container {
  max-width: 100%;
  margin-bottom: 2rem;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .btnLink .btn {
  padding-top: 20px;
  text-decoration: none;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .btnLink a {
  text-decoration: none;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper {
  max-width: 1920px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left {
  width: 49%;
  margin-right: 2%;
  min-height: 850px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left {
  background-color: black;
  max-width: 950px;
  height: 100%;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left img {
  max-width: 100%;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text {
  position: absolute;
  width: 49%;
  text-align: center;
  top: 40%;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .bodySpeisekarteSelektor {
  margin-bottom: 20px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text h1 {
  color: #fff !important;
  margin-bottom: 0px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text p {
  color: #fff !important;
  margin-top: 0px;
  margin-right: 30%;
  margin-left: 30%;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink {
  display: none;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink p {
  margin-right: auto;
  margin-left: auto;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right {
  width: 49%;
  min-height: 850px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right {
  width: 100%;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right img {
  width: 100%;
  max-width: 950px;
  max-height: 100%;
  min-height: 850px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text {
  position: absolute;
  width: 49%;
  text-align: center;
  top: 40%;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text .centerAndWhite {
  margin-top: 0px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text h1 {
  color: #fff !important;
  margin-bottom: 0px;
}
.wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text p {
  color: #fff !important;
  margin-top: 0px;
  margin-right: 30%;
  margin-left: 30%;
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left {
    width: 100%;
    margin-bottom: 1rem !important;
    margin-right: 0;
    max-height: 450px;
    min-height: 450px;
    background-color: #000;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left {
    height: 450px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left img {
    width: 100%;
    height: 100%;
    max-height: 450px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text {
    position: absolute;
    width: 100% !important;
    text-align: center;
    top: 20% !important;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .headlineCustomBlock {
    font-size: 20px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text h1 {
    color: #fff !important;
    margin-bottom: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text p {
    color: #fff !important;
    margin-top: 0px;
    margin: 0px 70px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink {
    display: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink p {
    margin-right: auto;
    margin-left: auto;
    padding: 10px !important;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink .btn {
    margin-bottom: 10px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text {
    top: 1% !important;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text .btnLink {
    display: inherit;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .imgSpeise {
    opacity: 0.5;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right {
    width: 100%;
    max-height: 450px;
    min-height: auto;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right {
    height: 100%;
    min-height: 630px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right img {
    margin-left: 0px !important;
    height: 100%;
    max-height: 450px;
    min-height: 450px;
    width: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .container-right-text {
    position: absolute;
    width: 100% !important;
    text-align: center;
    top: 75% !important;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .container-right-text h1 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 20px !important;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .container-right-text p {
    color: #fff !important;
    margin-top: 0px;
    margin: 0px 70px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .btnLink .btn {
    padding-top: 20px;
    text-decoration: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .btnLink a {
    text-decoration: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper {
    max-width: 1920px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    position: relative;
    display: flex;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left {
    width: 49%;
    margin-right: 2%;
    min-height: 650px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left {
    background-color: black;
    max-width: 950px;
    height: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left img {
    max-width: 100%;
    min-height: 650px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text {
    position: absolute;
    width: 49%;
    text-align: center;
    top: 40%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .bodySpeisekarteSelektor {
    margin-bottom: 20px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text h1 {
    color: #fff !important;
    margin-bottom: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text p {
    color: #fff !important;
    margin-top: 0px;
    margin-right: 30%;
    margin-left: 30%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink {
    display: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink p {
    margin-right: auto;
    margin-left: auto;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text {
    position: relative;
    top: 0%;
    left: -70%;
    width: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text .bodySpeisekarteSelektor {
    margin: 0;
    margin-bottom: 20px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text .btnLink {
    display: inherit;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .imgSpeise {
    opacity: 0.5;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right {
    width: 49%;
    min-height: 650px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right {
    width: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right img {
    width: 100%;
    max-width: 950px;
    max-height: 100%;
    min-height: 650px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text {
    position: absolute;
    width: 49%;
    text-align: center;
    top: 40%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text .centerAndWhite {
    margin-top: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text h1 {
    color: #fff !important;
    margin-bottom: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text p {
    color: #fff !important;
    margin-top: 0px;
    margin-right: 30%;
    margin-left: 30%;
  }
}
@media only screen and (min-width: 1280px) {
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .btnLink .btn {
    padding-top: 20px;
    text-decoration: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .btnLink a {
    text-decoration: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper {
    max-width: 1920px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    position: relative;
    display: flex;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left {
    width: 49%;
    margin-right: 2%;
    min-height: 850px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left {
    background-color: black;
    max-width: 950px;
    height: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left img {
    max-width: 100%;
    min-height: 850px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text {
    position: absolute;
    width: 49%;
    text-align: center;
    top: 40%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .bodySpeisekarteSelektor {
    margin-bottom: 20px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text h1 {
    color: #fff !important;
    margin-bottom: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text p {
    color: #fff !important;
    margin-top: 0px;
    margin-right: 30%;
    margin-left: 30%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink {
    display: none;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left .img-container-left .container-left-text .btnLink p {
    margin-right: auto;
    margin-left: auto;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text {
    position: relative;
    top: 0%;
    left: -75%;
    width: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text .bodySpeisekarteSelektor {
    margin: 0;
    margin-bottom: 20px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .container-left-text .btnLink {
    display: inherit;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-left:hover .img-container-left .imgSpeise {
    opacity: 0.5;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right {
    width: 49%;
    min-height: 850px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right {
    width: 100%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right img {
    width: 100%;
    max-width: 950px;
    max-height: 100%;
    min-height: 850px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text {
    position: absolute;
    width: 49%;
    text-align: center;
    top: 40%;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text .centerAndWhite {
    margin-top: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text h1 {
    color: #fff !important;
    margin-bottom: 0px;
  }
  .wp-block-chilli-chilli-speisekarte-hover.speisekarte-container .speisekarte-wrapper .container-right .img-container-right .container-right-text p {
    color: #fff !important;
    margin-top: 0px;
    margin-right: 30%;
    margin-left: 30%;
  }
}
.restaurant-headline-wrapp li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: 25px;
}

.fliesstext {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: 25px;
}

@media (max-width: 480px) {
  .restaurant-headline-wrapp li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  .jobsSubtitle {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }

  .jobsMarginRightLeft {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fliesstext {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
  }

  .restaurant-headline-wrapp li {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
  }
}
.speisekartenBG {
  background-image: url("/wp-content/themes/chilliclub/src/assets/images/211216_Aheads_ChilliClub_Webseite_BusinessLunch_HH_Hintergrund.jpg");
  background-image: url("/wp-content/uploads/2021/12/211217_Aheads_ChilliClub_Webseite_Startseite_HH_TakeAway.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.spaceTopBottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btnR {
  width: 440px;
  height: 62px;
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
}

.btnR:hover {
  width: 440px;
  height: 62px;
  background-color: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  transform: 0.3s;
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  .btnR {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }

  .btnR:hover {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }

  .spaceHeroSpeise {
    margin-top: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1280px) {
  .btnR {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }

  .btnR:hover {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }
}
.headlineOne {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 30px;
}

.subtitle {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  margin-top: 0px;
}

.kontaktLeft {
  margin-left: 10px;
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  .kontaktSpaceTop {
    margin-top: 265px;
  }

  .kontaktLeft {
    margin-left: 10px;
  }

  .headlineOne {
    font-size: 18px;
  }

  .subtitle {
    font-size: 18px;
  }
}
.hero-img {
  height: 800px;
  width: 100%;
}

.headlineCustomBlock {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 60px;
  color: #fff;
}

.subtileCustomBlock {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

.info-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.info-container .quickInfo {
  position: absolute;
  top: 233px;
  right: 0;
  text-align: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  max-height: 554px;
  max-width: 650px;
}
.info-container .quickInfo .info-headline {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 76px;
}
.info-container .quickInfo .info-subtitle {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-top: 0px;
}
.info-container .quickInfo .btn {
  width: 440px;
  height: 62px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
}
.info-container .quickInfo .btn:hover {
  width: 440px;
  height: 62px;
  background-color: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
  margin-bottom: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
}

@media only screen and (min-width: 10px) and (max-width: 480px) {
  .hero-img {
    min-height: 259px;
    max-height: 259px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
  }

  .info-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .info-container .quickInfo {
    position: absolute;
    top: 352px;
    right: 0;
    text-align: center;
    z-index: 999;
    background: #000;
    width: 100%;
    height: 100%;
    max-height: 297px;
    max-width: 100%;
  }
  .info-container .quickInfo .info-headline {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .info-container .quickInfo .info-subtitle {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
  }
  .info-container .quickInfo .btn {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }
  .info-container .quickInfo .btn:hover {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1281px) {
  .info-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .info-container .quickInfo {
    position: absolute;
    top: 352px;
    right: 0;
    text-align: center;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    max-height: 297px;
    max-width: 450px;
  }
  .info-container .quickInfo .info-headline {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .info-container .quickInfo .info-subtitle {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
  }
  .info-container .quickInfo .btn {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }
  .info-container .quickInfo .btn:hover {
    width: 264px;
    height: 37px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 11px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 900;
    font-size: 20px;
  }
}
