@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.
*/
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/montserrat/montserrat-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-regular.woff2")
      format("woff2"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-regular.woff")
      format("woff"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-regular.ttf")
      format("truetype"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-regular.svg#Montserrat")
      format("svg");
  /* Legacy iOS */
}

/* montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/montserrat/montserrat-v14-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-900.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-900.woff2")
      format("woff2"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-900.woff")
      format("woff"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-900.ttf")
      format("truetype"),
    url("../assets/fonts/montserrat/montserrat-v14-latin-900.svg#Montserrat")
      format("svg");
  /* Legacy iOS */
}
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../assets/fontawesome/webfonts/fa-solid-900.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
    url("../assets/fontawesome/webfonts/fa-solid-900.woff") format("woff"),
    url("../assets/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"),
    url("../assets/fontawesome/webfonts/fa-solid-900.svg#fontawesome")
      format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.fa-info:before {
  content: "\f129";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-times:before {
  content: "\f00d";
}

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

:root {
  --font-family-headline: "Montserrat", serif;
  --font-weight-headline: 400;
  --font-weight-headline-bold: 900;
  --brand-primary: #ff8c00;
  --white: #fff;
  --gray: #ccc;
  --black: #333333;
  --green: #00de6f;
  --fa-primary-color: var(--brand-primary);
  --darkergray: #d4d4d4;
  --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);
  --big-result: 3.5rem;
  --small-input: 1.5rem;
  --medium-input: 2rem;
  --headline-size-mid: 1.75rem;
  --small-text: 1rem;
  --medium-text: 1.25rem;
}

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

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

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

b,
a {
  color: inherit;
}

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

.button {
  text-align: center;
}

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

.container__inside {
  display: block;
  position: relative;
  max-width: 700px;
  margin: 0 40px;
}
@media (min-width: 781px) {
  .container__inside {
    margin: 0 auto;
  }
}

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

html.nothere {
  overflow: hidden;
}

.consent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

.consent__content {
  background-color: white;
  padding: 20px 20px 40px 20px;
  border: 3px solid var(--brand-primary);
}

.consent__content__text {
  margin: 20px 0 30px 0;
}
.consent__content__text h3 {
  display: inline-block;
  margin-top: 0px;
  margin-left: 6px;
}
.consent__content__text p {
  margin: 0;
  font-size: var(--small-text);
  line-height: 1.4;
}
.consent__content__text i {
  --fa-primary-color: #291d08;
  --fa-secondary-color: #dbc086;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
  font-size: var(--headline-size-mid);
}

.consent__bg {
  background-color: black;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}

.consent__content__buttons a {
  font-size: var(--small-input);
  font-weight: var(--font-weight-headline-bold);
  text-transform: uppercase;
  cursor: pointer;
}

.consent__content__buttons #submit_yes {
  padding: 7px 30px;
  background-color: var(--brand-primary);
  color: var(--white);
  margin-right: 20px;
  border: 3px solid var(--brand-primary);
}

.consent__content__buttons #submit_no {
  padding: 5px 10px;
  background-color: var(--gray);
  color: var(--white);
  border: 3px solid var(--gray);
}

header.header {
  margin: 0 0 20px 0;
  padding: 10px 0;
  background-color: var(--brand-primary);
  z-index: 100;
}

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

.header__branding {
  margin: 0 auto;
}
.header__branding svg {
  width: 100%;
  max-width: 80px;
  height: auto;
  fill: var(--white);
}
@media (min-width: 480px) {
  .header__branding svg {
    max-width: 130px;
  }
}
.header__branding svg path {
  fill: var(--white);
}

.header__navigation {
  font-family: var(--font-family-headline);
  color: var(--black);
  font-weight: var(--font-weight-headline-bold);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--brand-primary);
  height: 100%;
  background: url("/wp-content/themes/old_mountain/assets/images/grass-bg.jpg");
  background-size: contain;
  visibility: hidden;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .header__navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    visibility: visible;
    background: none;
  }
}

.header__bg {
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
}

.header__navigation-toggle--open .header__navigation {
  visibility: visible;
}

.menu-main-container {
  width: 100%;
}

ul#menu-main {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style-type: none;
  top: 0;
  width: 100%;
  left: 0;
  position: fixed;
}
@media (min-width: 992px) {
  ul#menu-main {
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 10px;
    height: inherit;
  }
  ul#menu-main > li:last-child,
  ul#menu-main > li:nth-last-child(2) {
    display: none;
  }
}
ul#menu-main i {
  margin-right: 5px;
  color: var(--brand-primary);
}
ul#menu-main > li {
  margin: 30px 0;
  font-size: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  ul#menu-main > li {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  ul#menu-main > li {
    margin: 0;
    padding-left: 75px;
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  ul#menu-main > li:hover:before {
    color: var(--brand-primary) !important;
  }
}
ul#menu-main > li a,
ul#menu-main > li span {
  color: var(--white);
  white-space: nowrap;
}
@media (min-width: 992px) {
  ul#menu-main > li a,
  ul#menu-main > li span {
    color: var(--black);
  }
}
@media (min-width: 992px) {
  ul#menu-main > li a:hover,
  ul#menu-main > li span:hover {
    color: var(--brand-primary);
  }
}

li.menu-item-has-children:after {
  content: "\f078";
  position: absolute;
  left: 100%;
  font-family: "Font Awesome 5 Pro";
  top: 3px;
  color: white;
}
@media (min-width: 992px) {
  li.menu-item-has-children:after {
    color: var(--black);
  }
}

li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}

li.menu-item-has-children .sub-menu {
  display: flex;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  visibility: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  top: 0;
  left: 0;
  padding: 30px 0 0 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
  list-style-type: none;
  position: fixed;
}
@media (min-width: 992px) {
  li.menu-item-has-children .sub-menu {
    display: block;
    top: 20px;
    right: -50%;
    background-color: white;
    position: absolute;
  }
}
@media (min-width: 992px) {
  li.menu-item-has-children .sub-menu li {
    font-size: 0.85rem;
  }
  li.menu-item-has-children .sub-menu li a {
    padding: 15px 20px;
    display: block;
  }
  li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--brand-primary) !important;
    color: var(--black) !important;
  }
  li.menu-item-has-children .sub-menu li a:hover i {
    color: var(--black) !important;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  li.menu-item-has-children .sub-menu i {
    width: 25px;
  }
}

.hide-for-sub > li {
  visibility: hidden;
}

li.open-sub {
  width: 100%;
}
li.open-sub ul {
  background: url("/wp-content/themes/old_mountain/assets/images/grass-bg.jpg");
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
}
li.open-sub ul li {
  font-size: 1.3rem;
}

.header__navigation-toggle {
  display: none;
}
@media (min-width: 992px) {
  .header__navigation-toggle {
    display: none;
  }
}

.header__navigation-toggle {
  padding-top: 20px;
  padding: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  transition: background 500ms, top 250ms;
  z-index: 110;
}

.header__navigation-toggle__bar {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 35px;
  height: 4px;
  background: var(--black);
  transition: all 200ms;
  will-change: left, top;
}
.header__navigation-toggle__bar:nth-child(2) {
  top: 12px;
}
.header__navigation-toggle__bar:nth-child(3) {
  top: 22px;
}

body.header__navigation-toggle--open .header__navigation-toggle__bar {
  background: var(--white);
}

body.header__navigation-toggle--open
  .header__navigation-toggle__bar:nth-child(1) {
  transform: rotate(405deg);
  top: 8px;
}

body.header__navigation-toggle--open
  .header__navigation-toggle__bar:nth-child(2) {
  height: 0;
}

body.header__navigation-toggle--open
  .header__navigation-toggle__bar:nth-child(3) {
  transform: rotate(-225deg);
  top: 8px;
}

.spend {
  margin: 100px 0;
}
.spend a {
  display: block;
  background-color: var(--brand-primary);
  color: white;
  padding: 15px 10px;
  text-align: center;
}

.lkcalc.not-active {
  visibility: hidden;
  display: none;
}

.lkcalc__my-values {
  text-align: center;
}

.lkcalc__my-values input {
  width: 100%;
  text-align: center;
  height: 75px;
  font-size: var(--big-result);
  font-weight: var(--font-weight-headline-bold);
  border-width: 3px;
  border-color: var(--black);
  color: var(--black);
}

.lkcalc__opp-values {
  text-align: center;
}

.lkcalc__opp-values h3 {
  margin-bottom: 10px;
}

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

.lkcalc__opp-values__wrap__image {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100px;
}
.lkcalc__opp-values__wrap__image img {
  width: auto;
  border: 3px solid var(--black);
  border-right: 0px;
  height: 100%;
}

.lkcalc__opp-values__wrap__inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 200px;
  flex: 3;
}

.lkcalc__opp-values__wrap__inputs input,
.lkcalc__opp-values__wrap__inputs select {
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: var(--small-input);
  font-weight: var(--font-weight-body);
  border-width: 3px;
  border-color: var(--black);
  color: var(--black);
  padding: 0;
  text-align: center;
}

.oppyear_input {
  border-top: 0px;
  font-size: var(--headline-size-mid);
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
}

.lkcalc__more-results {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.lkcalc__more-results button {
  border: 3px solid var(--black);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  font-size: 30px;
  margin: 0 20px;
}

.lkcalc__calculate button {
  width: 100%;
  background-color: var(--brand-primary);
  margin: 20px 0 0 0;
  color: var(--white);
  font-weight: var(--font-weight-headline-bold);
  font-size: var(--headline-size-mid);
  text-transform: uppercase;
  padding: 15px 0;
}

.doubles-lkcalc.not-active {
  visibility: hidden;
  display: none;
}

.doubles-lkcalc__my-values {
  text-align: center;
}

.doubles-lkcalc__my-values input {
  width: 100%;
  text-align: center;
  height: 75px;
  font-size: var(--big-result);
  font-weight: var(--font-weight-headline-bold);
  border-width: 3px;
  border-color: var(--black);
  color: var(--black);
}

.doubles-lkcalc__opp-values {
  text-align: center;
}

.doubles-lkcalc__opp-values h3 {
  margin-bottom: 10px;
}

.doubles-lkcalc__opp-values__wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.doubles-lkcalc__opp-values__wrap__image {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100px;
}
.doubles-lkcalc__opp-values__wrap__image img {
  width: auto;
  border: 3px solid var(--black);
  border-right: 0px;
  height: 100%;
}

.doubles-lkcalc__opp-values__wrap__inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 200px;
  flex: 3;
}

.doubles-lkcalc__opp-values__wrap__inputs input {
  width: 100%;
  text-align: center;
  height: 100px;
  font-size: var(--medium-input);
  font-weight: var(--font-weight-body);
  border-width: 3px;
  border-color: var(--black);
  color: var(--black);
  padding: 0;
}
.doubles-lkcalc__opp-values__wrap__inputs input.oppyear_input {
  border-top: 0px;
}

.doubles-lkcalc__more-results {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.doubles-lkcalc__more-results button {
  border: 3px solid var(--black);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  font-size: 30px;
  margin: 0 20px;
}

.doubles-lkcalc__calculate button {
  width: 100%;
  background-color: var(--brand-primary);
  margin: 20px 0 0 0;
  color: var(--white);
  font-weight: var(--font-weight-headline-bold);
  font-size: var(--headline-size-mid);
  text-transform: uppercase;
  padding: 15px 0;
}

.result-box {
  text-align: center;
  margin-top: 100px;
}
.result-box img {
  width: 100%;
  height: auto;
}

.result-box__lk {
  background-color: var(--green);
  width: 100%;
  padding: 20px 0;
  font-size: var(--big-result);
  color: var(--white);
  text-align: center;
  font-weight: var(--font-weight-headline-bold);
}

i.guide {
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: var(--gray);
  border-radius: 100px;
  width: 22px;
  height: 22px;
  font-size: 10px;
  line-height: 2.1;
}
i.guide:hover {
  cursor: pointer;
}

h3.guide {
  display: inline-block;
  position: relative;
}

html.dark {
  overflow: hidden;
}

.dark .guide__bg {
  background-color: black;
  opacity: 0.8;
  position: fixed;
  left: 0;
  top: 0;
  top: -50vh;
  width: 100vw;
  height: 200vh;
  z-index: 150;
}

.guide.container {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  transition: all 500ms;
}
.guide.container p {
  margin: 0;
  line-height: 1.3;
  font-size: var(--medium-text);
}

.dark .guide.container {
  display: block;
  visibility: visible;
}

.guide__inside {
  background-color: white;
  border: 3px solid var(--brand-primary);
  z-index: 250;
}

.show__hint__mylk .guide-mylk,
.show__hint__opp .guide-opp,
.show__hint__bonus .guide-bonus {
  display: block;
  visibility: visible;
}

.guide-mylk,
.guide-opp,
.guide-bonus {
  display: none;
  visibility: hidden;
  padding: 20px;
}
.guide-mylk h3,
.guide-opp h3,
.guide-bonus h3 {
  margin-top: 10px;
}

#guide_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.recommend__wrap {
  display: flex;
  flex-direction: column;
}

.recommend__image img {
  width: 100%;
}

.faq {
  margin: 100px 0;
}
.faq .accordion {
  background-color: var(--gray);
  color: var(--black);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.5s;
  font-size: var(--small-input);
  line-height: 1.4;
  font-weight: var(--font-weight-headline-bold);
}
.faq h3 {
  margin: 50px 0 20px 0;
}
.faq .active,
.faq .accordion:hover {
  background-color: var(--brand-primary);
  color: var(--white);
}
.faq .accordion:after {
  content: "+";
  color: var(--black);
  font-weight: var(--font-weight-headline);
  font-size: var(--headline-size-mid);
  float: right;
  margin-left: 5px;
}
.faq .active:after {
  content: "-";
}
.faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  font-size: var(--small-text);
  line-height: 1.4;
}
.faq .panel a {
  color: var(--brand-primary);
  text-decoration: underline;
}

.donate__columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .donate__columns {
    flex-direction: row;
  }
}

.donate__column {
  width: 100%;
}
@media (min-width: 768px) {
  .donate__column {
    width: 50%;
  }
}

.donate__column-1 {
  text-align: left;
  width: 100%;
}
@media (min-width: 768px) {
  .donate__column-1 {
    width: 55%;
    padding-right: 40px;
  }
}

.donate__column-2 {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .donate__column-2 {
    width: 45%;
    margin-top: 0;
  }
}

.donate__option-columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .donate__option-columns {
    flex-direction: row;
  }
}

.donate__option-column {
  width: 100%;
}
@media (min-width: 768px) {
  .donate__option-column {
    width: 50%;
  }
}

.donate__text-box h2 {
  font-size: var(--headline-size-mid);
  margin-bottom: 25px;
}

.donate__text-box p {
  line-height: 1.4;
  font-size: var(--normal);
}

.donate__donate-box {
  background-color: #fffdfa;
  padding: 20px;
  border: 2px solid var(--darkergray);
}
.donate__donate-box h2 {
  font-size: var(--headline-size-mid);
  margin-bottom: 5px;
  padding-bottom: 25px;
  margin-top: 5px;
  position: relative;
  white-space: wrap;
  letter-spacing: -1px;
}
.donate__donate-box h2:after {
  content: "";
  background-color: var(--darkergray);
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.donate__column p {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}

.donate__other {
  text-align: left;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.donate__other input {
  padding: 10px;
  font-size: 20px;
  max-width: 100%;
  border: 2px solid var(--darkergray);
}
.donate__other.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

.donate__button-wrap button {
  margin-top: 20px;
  margin-bottom: 5px;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  background: #0073b8;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
  font-weight: var(--font-weight-black);
  letter-spacing: 2px;
}
.donate__button-wrap button i {
  margin-right: 5px;
}

.credit-card-icon {
  display: block;
  width: 32px;
  height: 22px;
  background: url("../assets/images/payments.png");
  background-size: 224px 22px;
}

.donation-widget__card-icons {
  text-align: center;
  padding-top: 10px;
}

.donation-widget__card-icons .credit-card-icon + .credit-card-icon {
  margin-left: 6px;
}

.donation-widget__card-icons .credit-card-icon {
  display: inline-block;
  vertical-align: top;
}

.credit-card-icon.visa {
  background-position: -100% 0;
}

.credit-card-icon.mastercard {
  background-position: -200% 0;
}

.credit-card-icon.discover {
  background-position: -300% 0;
}

.credit-card-icon.american-express {
  background-position: -500% 0;
}

.credit-card-icon.paypal {
  background-position: -600% 0;
}

.donate__radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  text-align: left;
  user-select: none;
  padding-top: 2px;
}

/* Hide the browser's default radio button */
.donate__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: white;
  border-radius: 50%;
  border: 3px solid var(--darkergray);
}

/* On mouse-over, add a grey background color */
.donate__radio:hover input ~ .checkmark {
  background-color: #bf9a5e;
}

/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.donate__radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.donate__radio .checkmark:after {
  top: 10px;
  left: 10px;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #bf9a5e;
}

.spend {
  display: none !important;
}

.konkurrenz h3 {
  font-size: var(--headline-size-mid);
  text-align: center;
}

.konkurrenz .konkurrenz__button-wrap {
  display: flex;
  flex-direction: row;
}

.konkurrenz button {
  border: 3px solid var(--black);
  background-color: white;
  color: var(--black);
  font-weight: var(--font-weight-headline-bold);
  width: 50%;
  font-size: var(--headline-size-mid);
  padding: 15px 0;
}

.konkurrenz button.active {
  background-color: var(--brand-primary);
  color: white;
}

.konkurrenz button.konkurrenz__singles {
  border-right-width: 2px;
}

.konkurrenz button.konkurrenz__doubles {
  border-left-width: 1px;
}

.greeting h1 {
  font-size: var(--headline-size-mid);
  text-align: center;
}

.greeting p {
  text-align: center;
}

.floating-nav {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: var(--white);
}

.floating-nav__wrap {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
}

.floating-nav__button {
  flex: 1;
  padding: 35px 0 5px 0;
  border-top: 1px solid var(--black);
  position: relative;
  font-size: 1rem;
}

.floating-nav__button.female {
  border-left: 1px solid var(--black);
  border-right: 1px solid var(--black);
}

.floating-nav__button i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
  font-size: 30px;
}

.loading-screen {
  background-color: white;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-screen i {
  color: var(--brand-primary);
  font-size: 100px;
}

.site-footer {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: 40px 0;
  margin: 50px 0 0 0;
}
.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: 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);
}
.cc_banner-wrapper.ezoic-no-wrapper,
.ez-cookie-banner {
  display: none !important;
}

.ads__inside {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[type="checkbox"] {
  position: relative;
  left: 30px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1.3;
  padding-left: 70px;
  position: relative;
  margin-top: -30px;
}
[type="checkbox"] + label:before {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #eee;
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
}
[type="checkbox"] + label:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 10;
}
[type="checkbox"]:checked + label:before {
  background-color: #ff8c00;
}
[type="checkbox"]:checked + label:after {
  margin: 0 0 0 30px;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.bonus__calc {
  text-align: center;
  margin: 40px 0;
}

.bonus__calc h3 {
  margin: 0 0 30px 0;
}

.bonus__calc__radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
