@charset "UTF-8";
/*
Theme Name: LK-Rechner
Theme URI: https://timogede.com
Author: Timo Gede
Author URI: https://timogede.com
Description: LK Rechner für das neue LK System Oktober 2020
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: LK Rechner
Tags: tennis, lk, rechner
Go climb a mountain, then a vulcano.
*/
/*! 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.
 */
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }

ul {
  padding-left: 0; }

:focus {
  outline: none; }

/* Sectionss
   ========================================================================== */
/**
 * 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: 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;
  text-decoration: none; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

button {
  border: none; }
  button:hover {
    cursor: pointer; }

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

/* porsche next Thin */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-Thin.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

/* porsche next Regular */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

/* porsche next Semi-Bold */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

/* porsche next Bold */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

/* porsche next Thin Italic */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-ThinItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic; }

/* porsche next Regular Italic */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

/* porsche next Semi-Bold Italic */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic; }

/* porsche next Bold Italic */
@font-face {
  font-family: "PorscheNext";
  src: url("../assets/fonts/porsche-next/PorscheNext-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic; }

body {
  font-size: 20px;
  font-family: var(--font-family-headline); }

:root {
  --font-family--regular: "PorscheNext";
  --font-weight--thin: 300;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --brand-primary: #000;
  --brand-secondary: #d3e1ff;
  --white: #fff;
  --gray: #eeeff2;
  --black: #000;
  --dark: #0e0e12;
  --green: #00de6f;
  --blue: #3878bf;
  --fa-primary-color: var(--brand-primary);
  --darkergray: #d4d4d4;
  --creme: #e3c3aa;
  --caramel: #ad9774;
  --margin-mobile: 25px;
  --margin-desktop: 50px;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  --shadow2: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.16) 0px 3px 8px 0px;
  --big-result: 3.5rem;
  --small-input: 1.5rem;
  --medium-input: 2rem;
  --headline-size-mid: 1.75rem;
  --small-text: 1rem;
  --medium-text: 1.25rem; }

.sticky {
  position: sticky !important;
  z-index: 10; }

body {
  background-color: var(--gray);
  font-family: var(--font-family--regular);
  font-weight: var(--font-weight--regular);
  color: var(--black); }

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-family--regular);
  font-weight: var(--font-weight--bold);
  color: var(--black); }

h3 {
  font-size: var(--headline-size-mid);
  margin-bottom: 10px; }

p {
  color: var(--black); }

b,
a {
  color: inherit; }

.button {
  text-align: center; }

.container {
  position: relative;
  width: 100%; }

.container__inside {
  display: block;
  position: relative;
  max-width: 1540px;
  margin: 0 30px; }
  @media (min-width: 1600px) {
    .container__inside {
      margin: 0 auto; } }

.container--margin-huge {
  margin: 150px 0; }

header.header {
  margin: 0;
  padding: 15px 0;
  z-index: 100; }
  @media (min-width: 768px) {
    header.header {
      padding: 30px 0; } }

.header__inside {
  display: flex;
  flex-direction: row;
  align-items: center; }

.header__branding {
  text-align: center;
  margin: 0 auto; }
  .header__branding span {
    font-weight: var(--font-weight--regular);
    font-size: 20px;
    display: block;
    margin-top: 4px; }
  .header__branding svg {
    width: 160px;
    height: auto;
    fill: var(--white); }
    @media (min-width: 768px) {
      .header__branding svg {
        width: 190px; } }
    @media (min-width: 992px) {
      .header__branding svg {
        width: 220px; } }
    .header__branding svg path {
      fill: var(--black); }
  .header__branding .header__branding--small {
    display: block; }
    @media (min-width: 768px) {
      .header__branding .header__branding--small {
        display: none; } }
  .header__branding .header__branding--big {
    display: none; }
    @media (min-width: 768px) {
      .header__branding .header__branding--big {
        display: block; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.model-selector ul {
  cursor: pointer;
  margin: 0;
  display: flex;
  flex-direction: row;
  width: calc(100% - 50px);
  height: 50px;
  align-items: center;
  white-space: nowrap;
  overflow-x: scroll;
  list-style-type: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .model-selector ul::-webkit-scrollbar {
    display: none; }
  .model-selector ul li {
    padding-right: 40px;
    display: flex;
    flex-direction: row; }
    @media (min-width: 768px) {
      .model-selector ul li {
        padding-right: 60px; } }
    .model-selector ul li a {
      font-size: 20px;
      font-weight: var(--font-weight--regular); }
      .model-selector ul li a.active {
        font-size: 28px;
        font-weight: var(--font-weight--bold); }

.model-selector__arrow {
  display: none !important;
  line-height: 0;
  background-color: var(--gray);
  padding: 3px 3px 3px 1px;
  width: 25px;
  height: 25px;
  text-align: center;
  box-shadow: var(--shadow2); }
  .model-selector__arrow.arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .model-selector__arrow.arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .model-selector__arrow svg {
    width: 12px;
    height: auto; }

.navigation-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none !important; }

.navigation-wrap--model-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: flex !important; }

.navigation {
  background-color: var(--gray);
  height: 50px;
  top: 0; }
  .navigation ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    width: calc(100% - 50px);
    height: 50px;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    list-style-type: none; }
    .navigation ul::-webkit-scrollbar {
      display: none; }
    .navigation ul li {
      padding-right: 20px;
      display: flex;
      flex-direction: row; }
      @media (min-width: 480px) {
        .navigation ul li {
          padding-right: 40px; } }
      @media (min-width: 768px) {
        .navigation ul li {
          padding-right: 80px; } }
      .navigation ul li button {
        font-size: 18px;
        font-weight: var(--font-weight--regular);
        position: relative;
        background-color: transparent; }
        @media (min-width: 480px) {
          .navigation ul li button {
            font-size: 20px; } }
        .navigation ul li button:after {
          content: "";
          height: 2px;
          background-color: var(--black);
          width: 0;
          position: absolute;
          bottom: -2px;
          left: 0; }
        .navigation ul li button.active:after {
          width: 100%; }

.navigation .navigation__arrow {
  transition: all 200ms;
  cursor: pointer;
  line-height: 0;
  background-color: var(--gray);
  padding: 3px 3px 3px 1px;
  width: 25px;
  height: 25px;
  text-align: center;
  box-shadow: var(--shadow2);
  opacity: 1; }
  .navigation .navigation__arrow.arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .navigation .navigation__arrow.arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); }
  .navigation .navigation__arrow svg {
    width: 12px;
    height: auto; }
  .navigation .navigation__arrow.hide {
    opacity: 0;
    visibility: hidden; }

.design {
  aspect-ratio: 16/9;
  top: 50px;
  width: 100vw;
  margin-left: -30px; }
  @media (min-width: 992px) {
    .design {
      width: 100%;
      margin-left: 0; } }
  .design img {
    width: 100%;
    height: auto; }

.design__inside {
  top: 50px; }

.design__overlays img {
  opacity: 0;
  transition: opacity 300ms ease;
  position: absolute;
  top: 0;
  left: 0; }
  .design__overlays img.parts-image__active {
    opacity: 1; }

.design__base {
  display: none;
  opacity: 0;
  visibility: hidden; }
  .design__base.active {
    display: block;
    opacity: 1;
    visibility: visible; }

.configurator {
  z-index: 1; }
  .configurator .container__inside {
    max-width: initial;
    margin: 0; }
  @media (min-width: 992px) {
    .configurator {
      min-width: 400px;
      width: 400px; } }

.design-configurator {
  z-index: 9; }
  .design-configurator .design-configurator__inside {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (min-width: 992px) {
      .design-configurator .design-configurator__inside {
        flex-direction: row; } }

.config-tab__model-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none; }

.config-tab--model-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: block; }

.config-tab {
  position: relative;
  margin-bottom: 15px;
  scroll-margin-top: 50px; }
  @media (min-width: 480px) {
    .config-tab {
      margin-bottom: 20px; } }

.config-tab__toggle {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px; }
  @media (min-width: 480px) {
    .config-tab__toggle {
      top: 34px; } }
  .config-tab__toggle .bar {
    width: 15px;
    height: 1px;
    background-color: var(--black);
    transition: all 200ms ease;
    transform-origin: center;
    position: absolute;
    top: 50%; }
    .config-tab__toggle .bar:last-child {
      opacity: 0;
      transform: rotate(-90deg); }

.config-tab__part-name {
  cursor: pointer;
  background-color: white;
  padding: 20px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0s; }
  @media (min-width: 480px) {
    .config-tab__part-name {
      padding: 30px 20px; } }
  .config-tab__part-name h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1; }
    @media (min-width: 480px) {
      .config-tab__part-name h3 {
        font-size: 28px; } }

.config-tab__part-contents {
  display: grid;
  transition: grid-template-rows 300ms;
  grid-template-rows: 1fr;
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  .config-tab__part-contents > div {
    overflow: hidden; }
  .config-tab__part-contents .config-tab__part-contents__inner {
    padding: 10px 20px 30px 20px; }

.config-tab__part-colors {
  margin: 0 0 40px 0; }
  .config-tab__part-colors .config-tab__part-colors__items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap; }
  .config-tab__part-colors .config-tab__part-colors__color {
    width: 100%; }
    @media (min-width: 480px) {
      .config-tab__part-colors .config-tab__part-colors__color {
        width: calc(50% - 10px); } }
    @media (min-width: 768px) {
      .config-tab__part-colors .config-tab__part-colors__color {
        width: calc(25% - 15px); } }
    @media (min-width: 992px) {
      .config-tab__part-colors .config-tab__part-colors__color {
        width: calc(50% - 10px); } }
    .config-tab__part-colors .config-tab__part-colors__color p {
      margin: 4px 0 0 6px;
      font-size: 16px; }
  .config-tab__part-colors .config-tab__part-colors__color__colorpicker {
    height: 44px;
    background-color: var(--gray);
    border-radius: 4px;
    cursor: pointer;
    position: relative; }
    .config-tab__part-colors .config-tab__part-colors__color__colorpicker.active:after {
      content: "";
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      bottom: -3px;
      border: 2px solid var(--black);
      border-radius: 4px; }

.config-tab__client-wish,
.config-tab__worker-notes {
  display: flex;
  flex-direction: column; }
  .config-tab__client-wish label,
  .config-tab__worker-notes label {
    margin: 0 0 5px 5px;
    font-size: 16px; }
    @media (min-width: 480px) {
      .config-tab__client-wish label,
      .config-tab__worker-notes label {
        font-size: 18px; } }
  .config-tab__client-wish input,
  .config-tab__worker-notes input {
    height: 40px;
    font-size: 14px; }
    @media (min-width: 480px) {
      .config-tab__client-wish input,
      .config-tab__worker-notes input {
        font-size: 16px; } }

.config-tab__client-wish {
  margin-bottom: 20px; }

.closed.config-tab .config-tab__part-name {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: border-radius 2s; }

.closed.config-tab .config-tab__part-contents {
  grid-template-rows: 0fr; }

.closed.config-tab .config-tab__toggle .bar:first-child {
  transform: rotate(90deg); }

.closed.config-tab .config-tab__toggle .bar:last-child {
  opacity: 1;
  transform: rotate(0deg); }

.config-tab__part-colors .colorpicker--red {
  background-color: red; }

.config-tab__part-colors .colorpicker--gray {
  background-color: gray; }

.config-tab__part-colors .colorpicker--black {
  background-color: black; }

.config-tab__part-colors .colorpicker--blue {
  background-color: var(--blue); }

.config-tab__part-colors .colorpicker--lightblue {
  background-color: lightblue; }

.config-tab__part-colors .colorpicker--creme {
  background-color: var(--creme); }

.config-tab__part-colors .colorpicker--caramel {
  background-color: var(--caramel); }

.config-tab__part-colors .colorpicker--pink {
  background-color: pink; }

.config-tab__part-colors .colorpicker--yellow {
  background-color: yellow; }

.config-tab__part-colors .colorpicker--brown {
  background-color: brown; }

.config-tab__part-colors .colorpicker--white {
  background-color: #e7e7e7; }

.config-tab__part-colors .colorpicker--cognac {
  background-color: #6e5139; }

.bottom-bar {
  background-color: #010205ab;
  height: 82px;
  position: fixed;
  bottom: -82px;
  z-index: 11;
  transition: all 200ms ease-out;
  backdrop-filter: blur(32px); }

.bottom-bar__inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-evenly; }
  @media (min-width: 600px) {
    .bottom-bar__inside {
      flex-direction: row;
      justify-content: space-between; } }

.bottom-bar__open .bottom-bar {
  bottom: 0; }

.bottom-bar__button-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%; }
  @media (min-width: 600px) {
    .bottom-bar__button-group {
      width: inherit;
      justify-content: center; } }

.bottom-bar__button {
  background-color: var(--gray);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 10px 4px 8px;
  font-size: 13px;
  color: var(--black);
  font-weight: var(--font-weight--semi-bold);
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer; }
  @media (min-width: 600px) {
    .bottom-bar__button {
      flex-direction: row;
      margin-left: 35px;
      font-size: 16px;
      padding: 12px 24px 12px 20px; } }
  .bottom-bar__button svg {
    width: 20px;
    height: auto;
    margin-right: 2px;
    margin-top: 2px; }
    @media (min-width: 600px) {
      .bottom-bar__button svg {
        width: 24px;
        height: auto;
        margin-right: 4px;
        margin-top: 2px; } }

.bottom-bar__model {
  color: white;
  text-decoration: underline; }
  .bottom-bar__model ul {
    list-style-type: none;
    font-weight: var(--font-weight--semi-bold);
    margin: 0;
    padding: 0; }
    @media (min-width: 600px) {
      .bottom-bar__model ul {
        margin-top: 0; } }
    .bottom-bar__model ul li a {
      font-size: 16px; }
      @media (min-width: 600px) {
        .bottom-bar__model ul li a {
          font-size: 20px;
          white-space: nowrap; } }

.site-footer {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  padding: 20px 0;
  margin: 50px 0 0 0; }
  .site-footer svg {
    fill: white;
    width: 200px;
    height: auto; }
  .site-footer i {
    color: var(--brand-primary); }
  .site-footer p {
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 0px; }
  .site-footer p,
  .site-footer a,
  .site-footer ul,
  .site-footer li {
    color: var(--white);
    font-size: var(--small-text); }
  .site-footer a {
    color: var(--brand-primary);
    font-weight: var(--font-weight-headline-bold); }
  .site-footer ul {
    margin: 40px 0;
    list-style-type: none; }
    .site-footer ul li {
      margin: 5px 0; }
      .site-footer ul li a {
        color: var(--white);
        font-weight: var(--font-weight-headline); }

.bottom-bar__open .site-footer {
  margin-bottom: 82px; }

.popup {
  position: fixed;
  bottom: 100px;
  z-index: 1000;
  max-width: 500px;
  opacity: 1;
  transition: opacity 1500ms; }
  @media (min-width: 1200px) {
    .popup {
      left: 100px; } }
  .popup.hide {
    opacity: 0; }
  .popup.animation {
    animation-fill-mode: forwards;
    animation-name: appear-bottom-top;
    animation-duration: 6s; }

.popup__inner {
  background-color: #d3e1ff;
  padding: 20px 50px;
  color: var(--black);
  border-radius: 4px; }
  .popup__inner h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px; }
  .popup__inner p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4; }

.popup__info {
  position: absolute;
  top: 20px;
  left: 25px; }
  .popup__info svg {
    fill: var(--black);
    width: 8px;
    height: auto; }

.popup__close {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .popup__close .bar {
    width: 15px;
    height: 1px;
    background-color: var(--black);
    transition: all 200ms ease;
    transform-origin: center;
    position: absolute; }
    .popup__close .bar:first-child {
      transform: rotate(45deg); }
    .popup__close .bar:last-child {
      transform: rotate(-45deg); }

@keyframes appear-bottom-top {
  0% {
    opacity: 0;
    bottom: -400px; }
  25% {
    opacity: 1;
    bottom: 100px; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  99% {
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden;
    bottom: 100px; } }
