:root {
  --ms-color1: #fff;
  --ms-body-font-size: 1rem;
  --ms-body-line-height: 0.5;
  --ms-body-color: #fff;
  --ms-body-bg: #000;
  --ms-body-font-family: 'Oswald';
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ms-body-font-family);
  font-size: var(--ms-body-font-size);
  color: var(--ms-body-color);
  line-height: var(--ms-body-line-height);
  background-color: var(--ms-body-bg);
  -webkit-text-size-adjust: 100%;
  font-weight: normal;

}

.h-100 {
  height: 100% !important;
}

.h-50 {
  height: 55% !important;
}

.h-30 {
  height: 35% !important;
}

.w-100 {
  width: 100% !important;
}

p {
  font-family: 'Oswald', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 300 !important;
  font-size: 12px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
}

h1,
.h1 {
  font-size: calc(2.375rem + 1.3vw);
  font-weight: 600;
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 7.1rem;
    font-weight: 600;
  }
}

h2,
.h2 {
  font-size: calc(1.125rem + 0.9vw);
  font-weight: 300;
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2.5rem;
    font-weight: 400;
  }
}

h3,
.h3 {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.65rem;
  }
}

h4,
.h4 {
  font-size: calc(1.075rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  font-size: 24px;
  font-family: 'Oswald', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 300 !important;
}

@media (max-width: 580px) {
  h5 {
    font-size: 16px !important;
  }
}

h6,
.h6 {
  font-size: 1rem;
}
.decks {
    text-decoration: underline;
}

td {
  font-size: 24px;
  font-family: 'Oswald', Arial, sans-serif;
  line-height: 1.0;
  font-weight: 300 !important;
}

@media (max-width: 580px) {
  td {
    font-size: 16px !important;
  }
}

e {
  font-size: 12px;
}

sup {
  font-size: 12px;
}

a {
  color: #c1c1c1;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.wrapper-1 {
  background-color: #000;
  border-radius: 8px;
  opacity: 0.8 !important;
}

.wrapper-2 {
  background-color: #1B352E;
  border-radius: 8px;
  opacity: 0.85 !important;
}

.wrapper-3 {
  color: #1B352E;
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.85 !important;
}

.wrapper-22 {
  background-color: #1B352E;
  border-radius: 8px;

}

.wrapper-33 {
  color: #1B352E;
  background-color: #fff;
  border-radius: 8px;

}

.inner {
  margin-bottom: 80px;
}

.headline {
  color: #fff;
}

.logo {
  width: 60px;
}

.icon {
  width: 40px;
}

.icon-back {
  width: 45px;
}

@media (max-width: 580px) {
  .logo {
    width: 70px !important;
  }

  .icon {
    width: 30px !important;
  }

  .icon-back {
    width: 25px !important;
  }
}

/* Button */

.btn {
  display: inline-block;
  font-family: 'Oswald', Arial, sans-serif;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  background-color: #fff;
  color: #161616;
}

.btn-more {
  padding: 15px 55px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
}

@media (max-width: 580px) {
  .btn-more {
    font-size: 16px;
    padding: 10px 30px;
  }
}

/*Table*/
table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

/* Menu */

.icon-menu {
  height: 100px;
  width: auto;
}

@media (max-width: 580px) {
  .icon-menu {
    height: 60px !important;
    width: auto;
  }
}

.icon-m {
  margin-top: -30px !important;
}

.back:hover {
  cursor: pointer;
}

.menu:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: 0.4s ease;
}

.menu {
  transition: 0.4s ease;
}

/* Animation Start */
.motion-home {
  animation: home 0.8s;
}

@keyframes home {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0.85;
  }
}

.motion-home .wrapper-2 {
  transition-delay: 1.2s;
  animation: home 0.8s;
}

/* Transition */

.fade-enter-active {
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
}

.fade-enter {
  opacity: 0;
  transform: translateY(-20px);
}

.fade-enter-active .back {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.fade-enter .back {
  opacity: 0;
  transform: translateX(-20px);
}

.fade2-enter-active {
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
}

.fade2-enter {
  opacity: 0;
  transform: translateY(20px);
}

/*Social */
.social:hover {
  transform: scale(1.1);
  transition: 0.5s ease-out;
}

.social {
  transition: 0.3s ease-out;
}

.imprint {
  font-size: 16px;
  line-height: 1.4;
}

.imprint:hover {
  cursor: pointer;

}