* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill::first-line,
textarea:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important
}

input:-moz-fill-selected,
textarea:-moz-fill-selected {
  -moz-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important
}

input::-ms-value,
textarea::-ms-value {
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/kifussballtipps-fonts/kifussballtipps-poppins-bold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/kifussballtipps-fonts/kifussballtipps-poppins-semibold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/kifussballtipps-fonts/kifussballtipps-poppins-medium.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/kifussballtipps-fonts/kifussballtipps-poppins-regular.woff2) format("woff2")
}

:root {
  --font-main: "Poppins", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #e6f2f8;
  --main: #2a2a3b;
  --black: #000000;
  --white: #ffffff;
  --hover: #7B68EE;
  --active: #4169E1
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

@media (max-width:991px) {
  .cp-center {
    text-align: center
  }
}

.cp-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .cp-column {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 30px
  }
}

@media (max-width:600px) {
  .cp-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.cp-column_4 {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template: auto/repeat(4, 1fr)
}

@media (max-width:1220px) {
  .cp-column_4 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .cp-column_4 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .cp-column_4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.cp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cp-flex_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.cp-flex_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cp-flex_g2 {
  gap: 2px
}

.cp-flex_g10 {
  gap: 10px
}

.cp-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px
}

.cp-icon_15 {
  width: 15px;
  height: 15px
}

.cp-icon_24 {
  width: 24px;
  height: 24px
}

.cp-icon_80 {
  width: 80px;
  height: 80px
}

.cp-icon_53 {
  width: 53px;
  height: 53px
}

.cp-age {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.cp-logo {
  display: block;
  width: 152px;
  height: 70px
}

@media (max-width:991px) {
  .cp-logo {
    height: 40px;
    width: 87px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3
}

.tx-44-20 {
  font-weight: 400;
  font-size: 44px;
  line-height: 116%
}

@media (max-width:1220px) {
  .tx-44-20 {
    font-size: 36px
  }
}

@media (max-width:991px) {
  .tx-44-20 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-44-20 {
    font-size: 20px
  }
}

.tx-16-10 {
  font-weight: 400;
  font-size: 16px;
  line-height: 122%
}

@media (max-width:1220px) {
  .tx-16-10 {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .tx-16-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-16-10 {
    font-size: 10px
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 122%
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

.tx-24-18 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-24-18 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-18 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-18 {
    font-size: 18px
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  color: #2a2a3b;
  background: radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, .59) 0, rgba(255, 255, 255, 0) 76.6%, rgba(255, 255, 255, 0) 100%), radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, .14) 0, rgba(0, 0, 0, 0) 86.18%), #cdff39;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 16px 40px;
  min-width: 254px;
  min-height: 54px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

.but_min {
  font-size: 14px;
  font-weight: 500;
  min-width: 137px;
  min-height: 37px;
  padding: 5px 10px
}

.but_40 {
  min-height: 40px;
  font-size: 16px;
  font-weight: 500
}

@media (max-width:600px) {
  .but {
    min-width: 0;
    width: 100%
  }
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border-radius: 12px;
  padding: 0 20px;
  width: 100%;
  height: 39px;
  background-color: var(--white);
  font-weight: 400;
  font-size: 16px;
  color: #2a2a3b;
  line-height: 1;
  border: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-60-10:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:1220px) {
  .mb-60-10:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width:991px) {
  .mb-60-10:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .mb-60-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-24-10:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-10:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .mb-24-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-24-4:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-4:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .mb-24-4:not(:last-child) {
    margin-bottom: 4px
  }
}

.mb-16-8:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb-200-10 {
  padding-top: 200px;
  padding-bottom: 200px
}

@media (max-width:1220px) {
  .ptb-200-10 {
    padding-top: 140px;
    padding-bottom: 140px
  }
}

@media (max-width:991px) {
  .ptb-200-10 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (max-width:600px) {
  .ptb-200-10 {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:991px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .ptb-40-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.brr-16 {
  border-radius: 16px
}

.brr-10 {
  border-radius: 10px
}

.ptb-6 {
  padding-top: 6px;
  padding-bottom: 6px
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.plr-10 {
  padding-right: 10px;
  padding-left: 10px
}

.plr-20 {
  padding-right: 20px;
  padding-left: 20px
}

.p-16 {
  padding: 16px
}

.p-10 {
  padding: 10px
}

.p-30-20 {
  padding: 30px
}

@media (max-width:991px) {
  .p-30-20 {
    padding: 25px
  }
}

@media (max-width:600px) {
  .p-30-20 {
    padding: 20px
  }
}

.p-20 {
  padding: 20px
}

.bg-gr-dark {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 53, 61, .8)), to(rgba(24, 33, 48, .9)));
  background: linear-gradient(180deg, rgba(14, 53, 61, .8) 0, rgba(24, 33, 48, .9) 100%)
}

.bg-gr-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#88dbff), to(#6fdbe3));
  background: linear-gradient(180deg, #88dbff 0, #6fdbe3 100%)
}

.bg-dark {
  background-color: #2a2a3b
}

.bg-blue {
  background-color: #b7e9ff
}

.bg-white {
  background-color: var(--white)
}

.color-green {
  color: #cdff39
}

.color-gray {
  color: #cdcccc
}

.color-blue {
  color: #b7e9ff
}

.color-white {
  color: var(--white)
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.kifussballtipps-header {
  padding: 18px 0
}

@media (max-width:991px) {
  .kifussballtipps-header {
    padding: 8px 0
  }
}

.kifussballtipps-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

.kifussballtipps-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 120px
}

@media (max-width:1220px) {
  .kifussballtipps-header__menu {
    gap: 32px
  }
}

@media (max-width:991px) {
  .kifussballtipps-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    gap: 20px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .kifussballtipps-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.kifussballtipps-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.kifussballtipps-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .kifussballtipps-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .kifussballtipps-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.kifussballtipps-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.kifussballtipps-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.kifussballtipps-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 32px
}

@media (max-width:991px) {
  .kifussballtipps-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

@media (max-width:991px) {
  .kifussballtipps-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px 20px
  }
}

@media (max-width:600px) {
  .kifussballtipps-nav__list_footer {
    max-width: 220px;
    margin: 0 auto
  }
}

.kifussballtipps-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 24px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .kifussballtipps-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.kifussballtipps-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b7e9ff;
  border-radius: 8px
}

.kifussballtipps-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.kifussballtipps-hero_terms {
  background-image: url(/kifussballtipps-img/kifussballtipps-terms.webp)
}

@media (max-width:600px) {
  .kifussballtipps-hero_terms {
    background-image: url(/kifussballtipps-img/kifussballtipps-terms-mob.webp)
  }
}

.kifussballtipps-hero_quoten {
  background-image: url(/kifussballtipps-img/kifussballtipps-quoten.webp)
}

@media (max-width:600px) {
  .kifussballtipps-hero_quoten {
    background-image: url(/kifussballtipps-img/kifussballtipps-quoten-mob.webp)
  }
}

.kifussballtipps-hero_impressum {
  background-image: url(/kifussballtipps-img/kifussballtipps-impressum.webp)
}

@media (max-width:600px) {
  .kifussballtipps-hero_impressum {
    background-image: url(/kifussballtipps-img/kifussballtipps-impressum-mob.webp)
  }
}

.kifussballtipps-hero_about {
  background-image: url(/kifussballtipps-img/kifussballtipps-about-us.webp)
}

@media (max-width:600px) {
  .kifussballtipps-hero_about {
    background-image: url(/kifussballtipps-img/kifussballtipps-about-us-mob.webp)
  }
}

.kifussballtipps-hero_hero {
  background-image: url(/kifussballtipps-img/kifussballtipps-hero.webp)
}

@media (max-width:600px) {
  .kifussballtipps-hero_hero {
    background-image: url(/kifussballtipps-img/kifussballtipps-hero-mob.webp)
  }
}

.kifussballtipps-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.kifussballtipps-dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.kifussballtipps-price-list {
  max-width: 495px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 80px
}

@media (max-width:600px) {
  .kifussballtipps-price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.kifussballtipps-price-list p {
  padding-top: 2px
}

.kifussballtipps-status {
  display: none
}

.kifussballtipps-form.active .kifussballtipps-form__top {
  display: none
}

.kifussballtipps-form.active .kifussballtipps-status {
  display: block
}

.kifussballtipps-footer__top {
  padding-bottom: 24px;
  border-bottom: 1px solid #cdcccc
}

.kifussballtipps-join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px
}

@media (max-width:768px) {
  .kifussballtipps-join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.kifussballtipps-join__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 707px;
  flex: 0 1 707px
}

@media (max-width:991px) {
  .kifussballtipps-join__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

@media (max-width:768px) {
  .kifussballtipps-join__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.kifussballtipps-join__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 339px;
  flex: 0 1 339px
}

@media (max-width:991px) {
  .kifussballtipps-join__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

@media (max-width:768px) {
  .kifussballtipps-join__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.kifussballtipps-table {
  border-radius: 10px;
  background-color: var(--white);
  display: block;
  width: 100%
}

@media (max-width:991px) {
  .kifussballtipps-table {
    background-color: transparent;
    border-radius: 0
  }
}

.kifussballtipps-table__thead {
  border-radius: 10px;
  padding: 20px;
  border-radius: 10px;
  background-color: #b7e9ff;
  display: block
}

@media (max-width:991px) {
  .kifussballtipps-table__thead {
    background-color: transparent;
    border-radius: none;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 200px;
    display: none
  }
}

.kifussballtipps-table__thead tr {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 285px) 20px minmax(0, 165px) 20px minmax(0, 257px) 20px minmax(0, 185px);
  grid-template: auto/minmax(0, 285px) minmax(0, 165px) minmax(0, 257px) minmax(0, 185px);
  gap: 10px 20px
}

@media (max-width:991px) {
  .kifussballtipps-table__thead tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.kifussballtipps-table__thead th {
  font-weight: 700
}

@media (max-width:991px) {
  .kifussballtipps-table__thead th {
    text-align: left
  }
}

@media (max-width:768px) {
  .kifussballtipps-table__thead th {
    font-weight: 500
  }
}

.kifussballtipps-table__tbody-title {
  display: none;
  min-width: 150px
}

@media (max-width:991px) {
  .kifussballtipps-table__tbody-title {
    display: block
  }
}

@media (max-width:600px) {
  .kifussballtipps-table__tbody-title {
    min-width: 104px
  }
}

.kifussballtipps-table__tbody {
  display: block;
  padding: 40px 20px
}

@media (max-width:991px) {
  .kifussballtipps-table__tbody {
    padding: 0
  }
}

@media (max-width:991px) {
  .kifussballtipps-table__tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
  }
}

@media (max-width:600px) {
  .kifussballtipps-table__tbody td {
    gap: 8px
  }
}

.kifussballtipps-table__tbody tr {
  padding-bottom: 10px;
  border-bottom: 1px solid #c9c9c9;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 285px) 20px minmax(0, 165px) 20px minmax(0, 257px) 20px minmax(0, 185px);
  grid-template: auto/minmax(0, 285px) minmax(0, 165px) minmax(0, 257px) minmax(0, 185px);
  gap: 10px 20px
}

@media (max-width:991px) {
  .kifussballtipps-table__tbody tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border: none;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid #b7e9ff
  }
}

@media (max-width:600px) {
  .kifussballtipps-table__tbody tr {
    padding: 10px
  }
}

.kifussballtipps-table__tbody tr:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .kifussballtipps-table__tbody tr:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .kifussballtipps-table__tbody tr:not(:last-child) {
    margin-bottom: 10px
  }
}

.kifussballtipps-block__top {
  border-radius: 10px;
  padding: 20px;
  background-color: #b7e9ff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 50px
}

@media (max-width:1220px) {
  .kifussballtipps-block__top {
    gap: 20px;
    display: none
  }
}

.kifussballtipps-block__item {
  padding: 14px 20px;
  border-bottom: 1px solid #949494;
  background-color: var(--white);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:1220px) {
  .kifussballtipps-block__item {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .kifussballtipps-block__item {
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #949494
  }
}

@media (max-width:600px) {
  .kifussballtipps-block__item:not(:last-child) {
    margin-bottom: 10px
  }
}

.kifussballtipps-block__bottom-lefttop {
  display: none
}

@media (max-width:600px) {
  .kifussballtipps-block__bottom-lefttop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px
  }
}

.kifussballtipps-block__bottom-leftbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.kifussballtipps-block__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 193px;
  flex: 0 1 193px
}

@media (max-width:600px) {
  .kifussballtipps-block__el {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 50%
  }
}

.kifussballtipps-block__image {
  height: 32px;
  max-width: 32px
}

@media (max-width:600px) {
  .kifussballtipps-block__image {
    height: 24px
  }
}

.kifussballtipps-block__wrapper-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2px
}

@media (max-width:600px) {
  .kifussballtipps-block__wrapper-time {
    display: none
  }
}

.kifussballtipps-block__date {
  color: #636363
}

.kifussballtipps-block__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}

@media (max-width:991px) {
  .kifussballtipps-block__bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

@media (max-width:600px) {
  .kifussballtipps-block__bottom-right {
    gap: 10px
  }
}

.kifussballtipps-block__bottom-rightright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 457px;
  flex: 0 1 457px
}

@media (max-width:1220px) {
  .kifussballtipps-block__bottom-rightright {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 710px;
    flex: 0 1 710px;
    width: 100%;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media (max-width:991px) {
  .kifussballtipps-block__bottom-rightright {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .kifussballtipps-block__bottom-rightright {
    gap: 0
  }
}

@media (max-width:600px) {
  .kifussballtipps-block__texts {
    padding: 10px 0
  }
}

.kifussballtipps-block__wrapper-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  width: 100%
}

@media (max-width:1220px) {
  .kifussballtipps-block__wrapper-text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

@media (max-width:600px) {
  .kifussballtipps-block__wrapper-text {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
  }
}

@media (max-width:991px) {
  .kifussballtipps-block__link {
    min-width: 0;
    width: 100%
  }
}

.kifussballtipps-block__button {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px
}

@media (max-width:600px) {
  .kifussballtipps-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.kifussballtipps-block__button span:nth-child(2) {
  display: none
}

.kifussballtipps-block__button img {
  height: 8px;
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (max-width:991px) {
  .kifussballtipps-block-rating {
    width: 100%
  }
}

.kifussballtipps-block-rating__line {
  height: 10px;
  width: 100%;
  border-radius: 20px;
  display: none;
  background-color: var(--black);
  position: relative;
  overflow: hidden
}

@media (max-width:991px) {
  .kifussballtipps-block-rating__line {
    display: block
  }
}

.kifussballtipps-block-rating__line-el {
  position: absolute;
  height: 100%;
  z-index: 1
}

.kifussballtipps-block-rating__line-el::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  -webkit-box-shadow: 0 -2px 15px #000;
  box-shadow: 0 -2px 15px #000;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1
}

.kifussballtipps-block-rating__line-el_left {
  top: 0;
  left: 0
}

.kifussballtipps-block-rating__line-el_left::before {
  top: 0;
  right: 0
}

.kifussballtipps-block-rating__line-el_right {
  top: 0;
  right: 0
}

.kifussballtipps-block-rating__line-el_right::before {
  top: 0;
  left: 0
}

.kifussballtipps-block-rating__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px
}

@media (max-width:991px) {
  .kifussballtipps-block-rating__bottom {
    margin-top: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.kifussballtipps-block-rating__left-proc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  padding: 4px;
  color: var(--white)
}

@media (max-width:991px) {
  .kifussballtipps-block-rating__left-proc {
    padding: 0;
    color: var(--main);
    border-radius: 0;
    background-color: transparent !important
  }
}

.kifussballtipps-block-rating__right-proc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  padding: 4px;
  color: var(--white)
}

@media (max-width:991px) {
 .kifussballtipps-block-rating__right-proc {
  width: 100%;
 }
}

.kifussballtipps-block-rating__text {
  display: none
}

@media (max-width:991px) {
  .kifussballtipps-block-rating__text {
    display: block
  }
}

.accordeon-el.active .accordeon-init img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.accordeon-el.active .accordeon-init span:nth-child(1) {
  display: none
}

.accordeon-el.active .accordeon-init span:nth-child(2) {
  display: block
}

.kifussballtipps-title {
  text-transform: uppercase
}

@media (max-width:600px) {
  .kifussballtipps-title {
    text-transform: none
  }
}

 .kifussballtipps-block__image {
        width: 16px;
        height: 16px;
      }

      .kifussballtipps-block-rating__bottom {
        width: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }

      .kifussballtipps-block__bottom-rightright {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
      }

      @media (max-width: 1220px) {
        .kifussballtipps-block__bottom-rightright {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0;
        }

        .kifussballtipps-block-rating__bottom {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
        }

        .kifussballtipps-block__bottom-right {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 20px;
        }
      }
 
      @media (max-width: 991px) {
          .kifussballtipps-block-rating__bottom {
            width: 100%;
          }
      }
       
      @media (max-width: 600px) {
         .kifussballtipps-block__bottom-right {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 10px;
        }
      }

 
      .kifussballtipps-block__bottom-left {
        flex-shrink: 1;
      }

      .kifussballtipps-block {
        min-height: 0;
      }

      .kifussballtipps-no-el {
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 600px;
        width: 100%;
        padding: 20px;
        border: 2px solid #70b82f;
        border-radius: 30px;
        background-color: var(--white);
      }

      .kifussballtipps-no-el__icon {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 20px;
      }

      .kifussballtipps-no-el__text {
        font-size: 32px;
        line-height: 1.3;
      }

      @media (max-width: 991px) {
        .kifussballtipps-no-el__text {
          font-size: 26px;
        }

        .kifussballtipps-no-el__icon {
          margin-bottom: 15px;
        }
      }

      @media (max-width: 600px) {
        .kifussballtipps-no-el__text {
          font-size: 20px;
        }

        .kifussballtipps-no-el__icon {
          margin-bottom: 10px;
        }
      }

      .load-bundesliga.disabled {
        display: none !important;
      }

      .load-europa-league.disabled {
        display: none !important;
      }
  