@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.img-fluid {
  max-width: 100%;
}

a {
  color: #FFF;
}

.cta {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 28px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 90px;
}

.cta-primary {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
}

.cta-primary:hover {
  background-color: #FFF;
  color: #000;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 2rem;
}

@media screen and (max-width: 450px) {
  h2 {
    font-size: 24px;
  }
}

.container {
  margin: 0 auto;
  font-family: 'Nunito', sans-serif !important;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 1444px;
  }
}

@media screen and (min-width: 1080px) {
  .container {
    max-width: 1156px;
    width: calc(100% - 64px);
  }
}

@media screen and (min-width: 1080px) {
  .container {
    width: calc(100% - 24px);
  }
}

.inner-container {
  max-width: 100%;
  background-color: #000;
  border-radius: 20px;
}

.logo__wrapper {
  text-align: center;
  padding: 2rem;
}

header {
  background: url("../img/kv_bg.png") top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFF;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

header .header__text {
  padding: 27rem 2rem 0;
  margin-top: 12rem;
}

header h1 {
  font-size: 28px;
}

header h1 span {
  font-weight: 300;
}

header p {
  max-width: 976px;
}

header .cta-container {
  margin-top: 2rem;
}

@media screen and (max-width: 668px) {
  header {
    background-size: contain;
  }
  header .header__text {
    padding: 35vw 1rem 0;
  }
}

@media screen and (max-width: 668px) {
  header h1 {
    font-size: 24px;
  }
}

section {
  padding: 2rem;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 450px) {
  section {
    padding: 1rem;
  }
}

main .praemie {
  background: url("../img/bg2.png") center no-repeat;
  background-size: cover;
}

main .praemie h3 {
  font-size: 21px;
  font-weight: 600;
}

main .video {
  display: none;
}

main .teil .teil__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .teil .teil__wrapper .teil__card {
  margin: auto;
  padding: 0 .5rem;
  width: 300px;
  text-align: center;
  color: #FFF;
}

main .teil .disclamer {
  font-size: 14px;
  text-align: left;
  max-width: 776px;
  color: #B2B2B2;
  margin: auto;
  padding: 2rem 1rem 0;
}

footer .footer__text {
  max-width: 776px;
  margin: auto;
  padding: 2rem;
}

footer .footer__text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

footer .footer__text p {
  color: #B2B2B2;
  font-size: 14px;
  font-weight: 300;
}
