@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/opensans-variablefont_wdthwght-webfont.woff2") format(woff2);
  src: url("assets/fonts/opensans-variablefont_wdthwght-webfont.woff") format(woff);
}
@font-face {
  font-family: "Courier Prime";
  src: url("assets/fonts/courierprime-regular-webfont.woff2") format(woff2);
  src: url("assets/fonts/courierprime-regular-webfont.woff") format(woff);
}
@font-face {
  font-family: "Courier Prime";
  src: url("assets/fonts/courierprime-bold-webfont.woff2") format(woff2);
  src: url("assets/fonts/courierprime-bold-webfont.woff") format(woff);
}
body {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#index-bg {
  background-image: url(../images/jumbotron-noahkreidl.webp);
}

#index {
  height: 80vh;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding-top: 8rem;
}

.bigtext a {
  font-weight: 700 !important;
  line-height: 3rem;
}

.jumbo {
  height: 80vh;
}

h1 {
  font-size: 1rem;
  font-family: "Courier New", "Courier Prime", monospace;
  font-weight: 200;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
}

.impressum p a {
  color: #ffcb62 !important;
  text-decoration: underline !important;
  font-weight: 800 !important;
}

a {
  transition: color ease 0.1s;
  text-decoration: none;
  text-shadow: black 0px 0 3rem;
  color: white;
}

a:hover {
  color: #ffcb62 !important;
  transition: color ease 0.1s;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: black;
}

::selection {
  color: white;
  background: rgba(0, 0, 0, 0.551);
}

p {
  font-family: "Courier New", "Courier Prime", monospace;
  margin-bottom: 0 !important;
  font-size: 0.8rem;
  text-shadow: black 0px 0 3rem;
}

h4 {
  font-family: "Courier New", "Courier Prime", monospace;
  margin-bottom: 0 !important;
  font-size: 0.8rem;
  font-weight: 700;
}

.img-fluid {
  border-radius: 1rem;
}

.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-nb-reject, .cc-nb-changep {
  background-color: #ffcb62 !important;
  color: black;
  font-weight: 800;
  border-radius: 20px !important;
}

.cc-nb-buttons-container {
  padding-top: 2rem;
}

.cc-nb-main-container {
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border: solid white 0.4rem;
}

.termsfeed-com---nb-interstitial-overlay {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}

.termsfeed-com---palette-dark .cc-nb-okagree:focus {
  box-shadow: none !important;
}/*# sourceMappingURL=styles.css.map */