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

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/roboto-v30-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

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

:root {
  --font-family--regular: "Roboto";
  --font-weight--thin: 300;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --brand-primary: #001c6b;
  --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(--brand-primary);
  font-family: var(--font-family--regular);
  font-weight: var(--font-weight--thin);
  color: white; }

h1,
h2,
h3,
p,
a,
button,
span,
li {
  font-weight: var(--font-weight--thin); }

.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 {
  display: none;
  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; } }

.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 {
  width: 100vw;
  height: 100vh;
  background-color: var(--brand-primary);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 40px;
  visibility: visible;
  opacity: 1;
  transition: opacity 250ms ease-in, visibility 0ms ease-in 0ms;
  z-index: 10; }
  .popup h3 {
    color: white; }
  .popup button {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 4px 30px;
    font-size: 20px;
    margin: 0 8px 0 8px; }

.hide--popup .popup {
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms; }

.sounds__wrap {
  position: absolute;
  bottom: 50px;
  right: 50px; }

.sounds #submit--play {
  background-image: url("../assets/images/svg-play.svg");
  margin-right: 10px; }

.sounds #submit--pause {
  background-image: url("../assets/images/svg-pause.svg"); }

.sounds #submit--replay {
  background-image: url("../assets/images/svg-replay.svg");
  height: 30px;
  width: 26px;
  margin-right: 25px;
  opacity: 0;
  transition: all 200ms; }
  .sounds #submit--replay.visible {
    opacity: 1; }

.sounds input {
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  background-color: transparent;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer; }

#christmas-card__canvas {
  height: 500px; }
