/* Axiforma - Regular */
@font-face {
  font-family: "Axiforma";
  font-display: auto;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/axiforma-regular.woff2") format("woff2"), url("../fonts/axiforma-regular.woff") format("woff");
}
/* Axiforma - Bold */
@font-face {
  font-family: "Axiforma";
  font-display: auto;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/axiforma-bold.woff2") format("woff2"), url("../fonts/axiforma-bold.woff") format("woff");
}
/* Zeitung - 700 */
@font-face {
  font-family: "Zeitung";
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zeitung-700.woff2") format("woff2"), url("../fonts/zeitung-700.woff") format("woff");
}
/* Zeitung - 800 */
@font-face {
  font-family: "Zeitung";
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/zeitung-800.woff2") format("woff2"), url("../fonts/zeitung-800.woff") format("woff");
}
.cftc__lp h1,
.cftc__lp h2,
.cftc__lp h3 {
  font-weight: 800;
  letter-spacing: -0.03rem;
  font-family: "Zeitung", sans-serif;
}
.cftc__lp h1,
.cftc__lp h3 {
  line-height: 110%;
}
.cftc__lp h1 {
  font-size: 2.9rem;
}
@media screen and (width >= 768px) {
  .cftc__lp h1 {
    font-size: 6rem;
  }
}
.cftc__lp h2 {
  font-size: 2rem;
  line-height: 120%;
}
@media screen and (width >= 768px) {
  .cftc__lp h2 {
    font-size: 2.8rem;
  }
}
.cftc__lp h3 {
  font-size: 1.6rem;
}
@media screen and (width >= 768px) {
  .cftc__lp h3 {
    font-size: 2rem;
  }
}
.cftc__lp p {
  font-size: 1.4rem;
  line-height: 160%;
}
@media screen and (width >= 768px) {
  .cftc__lp p {
    font-size: 1.6rem;
  }
}

html {
  font-size: 14px;
  font-family: "Axiforma", sans-serif;
  color: #114F9F;
  box-sizing: border-box;
  font-variant-ligatures: none;
}
@media screen and (width < 768px) {
  html {
    font-size: clamp(10px, 1000vw / 375, 12px);
  }
}
@media screen and (width >= 768px) {
  html {
    font-size: 0.6944444444vw;
    font-size: calc(0.6944444444vw - var(0px) / 144);
  }
}
@media screen and (width >= 1440px) {
  html {
    font-size: clamp(10px, 1000vw / 1440, 10px);
  }
}

body {
  overflow-x: hidden;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  width: 100vw;
}
body.freeze {
  overflow: hidden;
  overflow: hidden !important;
  overscroll-behavior: contain;
  position: relative !important;
  padding: 0px !important;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0px !important;
}
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ol,
body ul {
  margin: 0;
  padding: 0;
}
body ul,
body li {
  list-style: none;
}
body input,
body button {
  background: none;
  border: 0;
  box-shadow: none;
}
body input:focus,
body button:focus {
  outline: none;
}
body button {
  padding: 0;
}
body button:not(:disabled) {
  cursor: pointer;
}
body a,
body input,
body button {
  font-family: "Axiforma", sans-serif;
  font-weight: 500;
}
body a {
  text-decoration: none;
}
body picture {
  display: block;
}
body img {
  width: 100%;
}

@media screen and (width < 768px) {
  .cftc__lp .is-desktop {
    display: none !important;
  }
}
@media screen and (width >= 768px) {
  .cftc__lp .is-mobile {
    display: none !important;
  }
}
.cftc__lp .hidden {
  display: none !important;
}
.cftc__lp .superscript {
  position: relative;
  font-size: 70%;
  bottom: 0.2rem;
}
.cftc__lp .underline {
  position: relative;
}
.cftc__lp .underline::after {
  content: url("../img/underline.svg");
  width: 110%;
  position: absolute;
  bottom: -1.2rem;
  left: -0.2rem;
}
.cftc__lp .bg-white {
  background: #ffffff;
}
.cftc__lp .bg-blue {
  background-color: #114F9F;
}
.cftc__lp .bg-blue-dark {
  background-color: #212E81;
}
.cftc__lp .text-orange {
  color: #FCB932;
}
.cftc__lp .text-red {
  color: #EF4D70;
}

.ov-main {
  min-height: 100dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.ov-logo {
  width: 60%;
  max-width: 800px;
  height: auto;
}
.ov-player {
  display: flex;
  gap: 8rem;
}
@media (max-width: 768px) {
  .ov-player {
    flex-direction: column;
    gap: 4rem;
  }
}
.ov-player iframe {
  max-width: 400px;
  aspect-ratio: 1/1;
  height: auto;
}

.footer {
  padding: 6vw 4vw 4vw;
}
.footer ul {
  display: flex;
  gap: 4rem;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.footer ul img {
  width: 120px;
}

/*# sourceMappingURL=cc-styles.css.map */
