@charset "UTF-8";
.curriculum {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 740px) {
  .curriculum > .container {
    padding: 0 !important;
  }
}

.curriculum-wrapper .curriculum-list .curriculum-list-item {
  display: inline-block;
  width: 34rem;
  margin: 0.5rem;
}

@media screen and (max-width: 740px) {
  .curriculum-wrapper .curriculum-list .curriculum-list-item {
    width: 93%;
    margin: 0.3rem 0rem;
  }
  .curriculum-wrapper .curriculum-list .curriculum-list-item .curriculum-image {
    min-width: 90px !important;
    height: 56px !important;
    max-width: 90px !important;
  }
  .curriculum-wrapper .curriculum-list .curriculum-list-item h3 {
    font-size: 20px;
    margin-bottom: -0.4rem;
    word-break: break-word;
  }
  .curriculum-wrapper .curriculum-list .curriculum-list-item span {
    font-size: 12px;
  }
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a {
  cursor: not-allowed;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: white;
  border-radius: 1rem;
  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;
  padding: 1rem;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side .curriculum-image {
  width: 117px;
  height: 73px;
  background-color: #eee;
  border-radius: 1rem;
  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;
  background-size: cover;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side .curriculum-image i {
  position: absolute;
  color: #d80000;
  font-size: 2rem;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side .curriculum-image.yellow-image {
  background-image: url("../images/yellowbelt2.png");
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side .curriculum-text-wrapper {
  text-align: left;
  margin-left: 1rem;
  color: #333;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side .curriculum-text-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item.done a {
  cursor: pointer;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item.done:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item.done:hover a {
  background-color: #d80000;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item.done:hover a .curriculum-image {
  background-color: #a50000;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item.done:hover a .curriculum-text-wrapper {
  color: white;
}

.curriculum-wrapper .curriculum-list .curriculum-list-item.done:hover a i {
  color: white;
}

.under-construction {
  height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.under-construction .uc-image {
  background-image: url("../images/underConstruction.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 570px;
  height: 417px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 670px) {
  .under-construction .uc-image {
    width: 300px;
    height: 238px;
    margin-bottom: 0;
  }
}

.bg-black {
  background-color: black;
  color: white;
}

.bg-black li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1110px) {
  .mobile-mt {
    margin-top: 1.5rem;
  }
}

.lexikon-list {
  margin-bottom: 4rem !important;
}

.lexikon-element {
  display: inline-block;
  border-radius: 1rem;
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0px 0px 99px #0000001f;
          box-shadow: 0px 0px 99px #0000001f;
  margin: 0.2rem;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 314px;
}

@media screen and (max-width: 650px) {
  .lexikon-element {
    width: 100%;
  }
}

.lexikon-element:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #d80000;
  color: white;
  cursor: pointer;
}

.lexikon-element h4 {
  margin-bottom: 2px;
  font-family: "Fontfabric-UniNeueHeavy";
}

.lexikon-element .description,
.lexikon-element .example {
  margin-bottom: 0;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

.lexikon-element .description {
  font-size: 14px;
  height: 1.4rem;
}

.lexikon-element .example {
  font-size: 12px;
  opacity: 0.5;
  font-style: italic;
}

.modal .example {
  font-size: 12px;
  opacity: 0.5;
  font-style: italic;
}

.search-bar {
  position: relative;
  display: inline;
}

.search-bar input {
  padding: 0.8rem 2.7rem 0.8rem 1rem;
  width: 400px;
  border-radius: 0.7rem;
  border: none;
  background-color: #eee;
  margin-bottom: 2rem !important;
}

.search-bar input:focus, .search-bar input:active {
  border: none;
  background-color: #ddd;
}

@media screen and (max-width: 650px) {
  .search-bar input {
    width: 100%;
  }
}

.search-bar ::-webkit-input-placeholder {
  opacity: 0.5;
}

.search-bar :-ms-input-placeholder {
  opacity: 0.5;
}

.search-bar ::-ms-input-placeholder {
  opacity: 0.5;
}

.search-bar ::placeholder {
  opacity: 0.5;
}

.search-bar i {
  position: absolute;
  right: 1rem;
  top: 0;
  opacity: 0.2;
}

.dialog1 .dialog-bg {
  background-color: #000000ed;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.dialog1 .dialog-inner {
  background-color: white;
  border-radius: 1rem;
  width: 500px;
  padding: 1.5rem;
  margin: 1rem;
  position: fixed;
  top: 200px;
  right: calc(50% - 266px);
}

@media screen and (max-width: 600px) {
  .dialog1 .dialog-inner {
    width: 300px;
    right: calc(50% - 166px);
    top: 80px;
  }
}

.dialog1 .dialog-inner h3 {
  font-family: "Fontfabric-UniNeueHeavy";
}

.dialog1 .dialog-inner span {
  font-size: 12px;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}

.dialog1 .dialog-inner .footer {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}

.dialog1 .dialog-inner .footer button {
  background-color: #f5f5f5;
  color: #d80000;
  border: none;
  border-radius: .5rem;
  padding: .7rem 1rem;
  font-family: "Uni-neue-Bold";
}

.dialog1 .dialog-inner .footer button i {
  margin-right: .5rem;
}

.belt {
  padding-top: 6rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 740px) {
  .belt > .container {
    padding: 0 !important;
  }
}

@media screen and (max-width: 456px) {
  .belt {
    padding-bottom: 13rem;
  }
}

.belt-wrapper .belt-list .belt-list-item {
  display: inline-block;
  width: 34rem;
  margin: 0.5rem;
}

@media screen and (max-width: 740px) {
  .belt-wrapper .belt-list .belt-list-item {
    width: 93%;
    margin: 0.3rem 0rem;
  }
  .belt-wrapper .belt-list .belt-list-item .belt-image {
    min-width: 90px !important;
    height: 56px !important;
    max-width: 90px !important;
  }
  .belt-wrapper .belt-list .belt-list-item h3 {
    font-size: 20px;
    margin-bottom: -0.4rem;
    word-break: break-word;
  }
  .belt-wrapper .belt-list .belt-list-item span {
    font-size: 12px;
  }
}

.belt-wrapper .belt-list .belt-list-item a {
  cursor: not-allowed;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: white;
  border-radius: 1rem;
  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;
  padding: 1rem;
}

.belt-wrapper .belt-list .belt-list-item a .left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image {
  width: 117px;
  height: 73px;
  background-color: #eee;
  border-radius: 1rem;
  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;
  background-size: cover;
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image i {
  position: absolute;
  color: #d80000;
  font-size: 2rem;
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.delayed-sword {
  background-image: url("../images/yellow-delayed-sword.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.alternating-maces {
  background-image: url("../images/yellow-alternating-maces.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.sword-of-destruction {
  background-image: url("../images/yellow-sword-of-destruction.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.deflecting-hammer {
  background-image: url("../images/yellow-deflecting-hammer.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.captured-twigs {
  background-image: url("../images/yellow-captured-twigs.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.grasp-of-death {
  background-image: url("../images/yellow-grasp-of-death.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.checking-the-storm {
  background-image: url("../images/yellow-checking-the-storm.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.mace-of-aggression {
  background-image: url("../images/yellow-mace-of-aggression.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.attacking-mace {
  background-image: url("../images/yellow-attacking-mace.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-image.sword-and-hammer {
  background-image: url("../images/yellow-sword-and-hammer.png");
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-text-wrapper {
  text-align: left;
  margin-left: 1rem;
  color: #333;
}

.belt-wrapper .belt-list .belt-list-item a .left-side .belt-text-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.belt-wrapper .belt-list .belt-list-item.done a {
  cursor: pointer;
}

.belt-wrapper .belt-list .belt-list-item.done:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.belt-wrapper .belt-list .belt-list-item.done:hover a {
  background-color: #d80000;
}

.belt-wrapper .belt-list .belt-list-item.done:hover a .belt-image {
  background-color: #a50000;
}

.belt-wrapper .belt-list .belt-list-item.done:hover a .belt-text-wrapper {
  color: white;
}

.belt-wrapper .belt-list .belt-list-item.done:hover a i {
  color: white;
}

.technique-wrapper {
  text-align: center;
}

.technique-wrapper ul {
  text-align: center;
  display: inline-block;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem !important;
  margin: 1rem !important;
}

.technique-wrapper ul li {
  text-align: left;
  margin: 2.7rem;
  display: inline-block;
  vertical-align: top;
  width: 240px;
}

@media screen and (max-width: 581px) {
  .technique-wrapper ul li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1rem;
    margin: 1rem;
  }
  .technique-wrapper ul li:last-child {
    border: none;
  }
}

@media screen and (max-width: 716px) {
  .technique-wrapper ul li {
    width: 279px;
  }
  .technique-wrapper ul li .technique-image {
    height: 280px;
  }
}

.technique-wrapper ul p {
  text-align: left;
}

.technique-wrapper .technique-image {
  width: 100%;
  height: 237px;
  margin-bottom: 1rem;
  background-size: cover;
}

.delayed-sword .technique-image.step-1 {
  background-image: url("../images//belts/delayed-sword/step-1.png");
}

.delayed-sword .technique-image.step-2 {
  background-image: url("../images//belts/delayed-sword/step-2.png");
}

.delayed-sword .technique-image.step-3 {
  background-image: url("../images//belts/delayed-sword/step-3.png");
}

.delayed-sword .technique-image.step-4 {
  background-image: url("../images//belts/delayed-sword/step-4.png");
}

.alternating-maces .technique-image.step-1 {
  background-image: url("../images//belts/alternating-maces/step-1.png");
}

.alternating-maces .technique-image.step-2 {
  background-image: url("../images//belts/alternating-maces/step-2.png");
}

.alternating-maces .technique-image.step-3 {
  background-image: url("../images//belts/alternating-maces/step-3.png");
}

.alternating-maces .technique-image.step-4 {
  background-image: url("../images//belts/alternating-maces/step-4.png");
}

.sword-of-destruction .technique-image.step-1 {
  background-image: url("../images//belts/sword-of-destruction/step-1.png");
}

.sword-of-destruction .technique-image.step-2 {
  background-image: url("../images//belts/sword-of-destruction/step-2.png");
}

.sword-of-destruction .technique-image.step-3 {
  background-image: url("../images//belts/sword-of-destruction/step-3.png");
}

.sword-of-destruction .technique-image.step-4 {
  background-image: url("../images//belts/sword-of-destruction/step-4.png");
}

.deflecting-hammer .technique-image.step-1 {
  background-image: url("../images//belts/deflecting-hammer/step-1.png");
}

.deflecting-hammer .technique-image.step-2 {
  background-image: url("../images//belts/deflecting-hammer/step-2.png");
}

.deflecting-hammer .technique-image.step-3 {
  background-image: url("../images//belts/deflecting-hammer/step-3.png");
}

.deflecting-hammer .technique-image.step-4 {
  background-image: url("../images//belts/deflecting-hammer/step-4.png");
}

.captured-twigs .technique-image.step-1 {
  background-image: url("../images//belts/captured-twigs/step-1.png");
}

.captured-twigs .technique-image.step-2 {
  background-image: url("../images//belts/captured-twigs/step-2.png");
}

.captured-twigs .technique-image.step-3 {
  background-image: url("../images//belts/captured-twigs/step-3.png");
}

.captured-twigs .technique-image.step-4 {
  background-image: url("../images//belts/captured-twigs/step-4.png");
}

.grasp-of-death .technique-image.step-1 {
  background-image: url("../images//belts/grasp-of-death/step-1.png");
}

.grasp-of-death .technique-image.step-2 {
  background-image: url("../images//belts/grasp-of-death/step-2.png");
}

.grasp-of-death .technique-image.step-3 {
  background-image: url("../images//belts/grasp-of-death/step-3.png");
}

.grasp-of-death .technique-image.step-4 {
  background-image: url("../images//belts/grasp-of-death/step-4.png");
}

.grasp-of-death .technique-image.step-5 {
  background-image: url("../images//belts/grasp-of-death/step-5.png");
}

.checking-the-storm .technique-image.step-1 {
  background-image: url("../images//belts/checking-the-storm/step-1.png");
}

.checking-the-storm .technique-image.step-2 {
  background-image: url("../images//belts/checking-the-storm/step-2.png");
}

.checking-the-storm .technique-image.step-3 {
  background-image: url("../images//belts/checking-the-storm/step-3.png");
}

.checking-the-storm .technique-image.step-4 {
  background-image: url("../images//belts/checking-the-storm/step-4.png");
}

.checking-the-storm .technique-image.step-5 {
  background-image: url("../images//belts/checking-the-storm/step-5.png");
}

.checking-the-storm .technique-image.step-6 {
  background-image: url("../images//belts/checking-the-storm/step-6.png");
}

.checking-the-storm .technique-image.step-7 {
  background-image: url("../images//belts/checking-the-storm/step-7.png");
}

.checking-the-storm .technique-image.step-8 {
  background-image: url("../images//belts/checking-the-storm/step-8.png");
}

.mace-of-aggression .technique-image.step-1 {
  background-image: url("../images//belts/mace-of-aggression/step-1.png");
}

.mace-of-aggression .technique-image.step-2 {
  background-image: url("../images//belts/mace-of-aggression/step-2.png");
}

.mace-of-aggression .technique-image.step-3 {
  background-image: url("../images//belts/mace-of-aggression/step-3.png");
}

.mace-of-aggression .technique-image.step-4 {
  background-image: url("../images//belts/mace-of-aggression/step-4.png");
}

.mace-of-aggression .technique-image.step-5 {
  background-image: url("../images//belts/mace-of-aggression/step-5.png");
}

.attacking-mace .technique-image.step-1 {
  background-image: url("../images//belts/attacking-mace/step-1.png");
}

.attacking-mace .technique-image.step-2 {
  background-image: url("../images//belts/attacking-mace/step-2.png");
}

.attacking-mace .technique-image.step-3 {
  background-image: url("../images//belts/attacking-mace/step-3.png");
}

.attacking-mace .technique-image.step-4 {
  background-image: url("../images//belts/attacking-mace/step-4.png");
}

.attacking-mace .technique-image.step-5 {
  background-image: url("../images//belts/attacking-mace/step-5.png");
}

.attacking-mace .technique-image.step-6 {
  background-image: url("../images//belts/attacking-mace/step-6.png");
}

.sword-and-hammer .technique-image.step-1 {
  background-image: url("../images//belts/sword-and-hammer/step-1.png");
}

.sword-and-hammer .technique-image.step-2 {
  background-image: url("../images//belts/sword-and-hammer/step-2.png");
}

.sword-and-hammer .technique-image.step-3 {
  background-image: url("../images//belts/sword-and-hammer/step-3.png");
}

.sword-and-hammer .technique-image.step-4 {
  background-image: url("../images//belts/sword-and-hammer/step-4.png");
}

.bottom-line {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 2rem;
  position: absolute;
  bottom: 3rem;
  width: 100%;
}

@media screen and (max-width: 460px) {
  .bottom-line {
    padding: 1.5rem 0rem;
  }
}

@media screen and (max-width: 456px) {
  .bottom-line {
    bottom: 5.1rem;
  }
}

.bottom-line .side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

.bottom-line .side.left-side {
  text-align: left;
}

.bottom-line .side.right-side {
  text-align: right;
}

.bottom-line .side i {
  margin: 1rem;
}

.bottom-line .side .text-wrapper .head-title {
  font-size: 1.5rem;
  font-family: "Uni-neue-Bold";
  margin-bottom: -0.3rem;
}

.bottom-line .side .text-wrapper .subtitle {
  font-size: 12px;
  opacity: 0.5;
}

.bottom-line .sep {
  height: 54px;
  width: 1px;
  background-color: #eee;
  display: block;
}

.quiz {
  background-image: url("../images/quiz-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  min-height: 100vh;
  padding: 5.5rem 2rem 8rem 2rem;
}

.quiz .quiz-wrapper {
  max-width: 40rem;
  margin: 0 auto;
}

.quiz .quiz-wrapper .subtitle {
  font-size: 14px;
  font-family: "Uni-neue-Regular-italic";
}

.quiz .quiz-wrapper .topic {
  color: #eecd16;
  font-size: 14px;
}

.quiz .quiz-wrapper .akkb-button-icon-text, .quiz .quiz-wrapper .akkb-button-text,
.quiz .quiz-wrapper .akkb-button-text {
  font-size: 1.4rem;
}

.quiz .quiz-wrapper .akkb-button-text {
  background-color: white;
  color: #333;
}

.quiz .quiz-wrapper .akkb-button-text:hover {
  background-color: #eee;
  color: #333;
}

.quiz .quiz-wrapper .akkb-button-text.selected {
  background-color: #d80000;
  color: white;
}

.question,
.quiz-title {
  font-size: 1.2rem;
  line-height: 1.1;
}

@media screen and (min-width: 600px) {
  .question,
  .quiz-title {
    font-size: 1.9rem;
  }
}

.answer {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.6rem;
  font-family: "Uni-neue-Bold";
  font-size: 1.2rem;
  margin: 0.4rem auto;
  color: #333;
  background-color: white;
}

.answer.selected {
  background-color: #d80000;
  color: white;
}

.answer.right-answer {
  background-color: #60c74e;
  color: #333;
  border-color: #60c74e;
}

.abort {
  color: white;
}

.abort:hover {
  color: white;
}

.abort-dialog .abort {
  color: #333;
}

.question-summary .summary-label,
.question-summary .summary-value {
  font-family: "Uni-neue-Bold-italic";
}

.question-summary .summary-sublabel {
  font-size: 0.8rem;
  font-family: "Uni-neue-Regular-italic";
}

.question-summary .progress-outline {
  background-color: white;
  width: 100%;
  height: 0.4rem;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question-summary .progress-outline .progress-inline {
  -webkit-transition: width .5s ease-out;
  transition: width .5s ease-out;
  width: 0%;
  height: 0.4rem;
  display: block;
  border-radius: 20px;
  background-color: #d80000;
}

.question-summary.all {
  border-bottom: 2px dashed #ffffff69;
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.belt-select-wrapper .col {
  padding: 0.2rem !important;
}

.belt-select-wrapper .akkb-button-text {
  display: inline-block;
  font-size: 16px !important;
  padding: 0.5rem 1rem !important;
  width: 100%;
}

.abort-dialog {
  background-color: #000000e0;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  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;
  z-index: 100000;
}

.abort-dialog .dialog-panel {
  background-color: white;
  padding: 1rem;
  width: 340px;
  border-radius: 1rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .abort-dialog .dialog-panel {
    width: 50%;
  }
}

@font-face {
  font-family: "Uni-neue-Regular";
  src: url("../fonts/Fontfabric-UniNeueRegular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Uni-neue-Bold";
  src: url("../fonts/Fontfabric-UniNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Uni-neue-Bold-italic";
  src: url("../fonts/Fontfabric-UniNeueBold-italic.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Uni-neue-Regular-italic";
  src: url("../fonts/Fontfabric-UniNeueRegular-italic.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Fontfabric-UniNeueHeavy";
  src: url("../fonts/Fontfabric-UniNeueHeavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.acumin, .curriculum-wrapper .curriculum-list .curriculum-list-item a .left-side .curriculum-text-wrapper h3, .belt-wrapper .belt-list .belt-list-item a .left-side .belt-text-wrapper h3, .question,
.quiz-title, .abort, .akkb-button-icon-text, .akkb-button-text, .akkb-title, .scholars-wrapper .scholars-list .scholars-list-item h4, .facs .top-fact,
.facs .middle-fact, .wrapper-menu li, .senseis .sensei .text-wrapper h4,
.senseis .sensei .text-wrapper h3, .list-item-1 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #d80000 !important;
  border: none;
  outline: transparent;
}

body {
  font-family: "Uni-neue-Regular" !important;
  color: #333 !important;
  position: relative;
}

body.grey-body {
  background-color: #f5f5f5;
}

.media-height-filled {
  height: 100vh;
}

.bigger-font {
  font-family: "Fontfabric-UniNeueHeavy";
}

body a {
  color: #d80000;
  text-decoration: none !important;
}

body a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 1040px) {
  .hide-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .hide-on-desktop {
    display: none;
  }
}

.seperator-bottom {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 1rem;
}

.akkb-color {
  color: #d80000;
}

.akkb-bg-color {
  background-color: #d80000;
}

.desc-sections-title .top-title {
  font-size: 4rem;
}

@media screen and (max-width: 1040px) {
  .desc-sections-title .top-title {
    font-size: 2rem;
  }
}

.navigate-back {
  width: 2rem;
  height: 100%;
  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;
  color: white;
}

.navigate-back i {
  font-size: 1.5rem;
}

@media screen and (max-width: 550px) {
  .container {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

.font-size-smaller {
  font-size: 1.3rem;
}

.df-ai-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.akkb-link {
  color: #d80000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Fontfabric-UniNeueHeavy";
}

.akkb-link i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0.1rem;
}

.akkb-link:hover {
  color: #d80000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.akkb-link:hover i {
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

hr {
  border-color: #ddd !important;
  border-style: dashed !important;
  opacity: 1 !important;
  margin: 4rem 0 !important;
}

.akkb-button-icon-text, .akkb-button-text {
  background-color: #d80000;
  color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1040px) {
  .akkb-button-icon-text, .akkb-button-text {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.akkb-button-icon-text.dark, .dark.akkb-button-text {
  background-color: #272727;
}

.akkb-button-icon-text i, .akkb-button-text i {
  margin: 0 0.5rem;
}

.akkb-button-icon-text:hover, .akkb-button-text:hover {
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1rem 2rem;
}

.akkb-subtext {
  opacity: 0.5;
  font-size: 0.8rem;
  margin-top: -0.1rem;
  display: block;
}

.akkb-title.top-title {
  margin-bottom: -5px;
  padding-bottom: 0;
}

.akkb-title.bottom-title {
  margin-top: 0;
  padding-top: 0;
}

.akkb-title.red-title {
  color: #d80000;
}

.akkb-title.lower-case {
  text-transform: initial;
  font-size: 3.2rem;
}

@media screen and (max-width: 550px) {
  .akkb-title.lower-case {
    font-size: 2.2rem;
  }
}

.yellow-text {
  color: #eecd16;
}

.quote-image {
  background-image: url("../images/quote.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: bottom;
}

.quote {
  font-family: "Shadows Into Light", cursive;
  z-index: 10;
  position: inherit;
}

.quote q {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 0 auto;
  color: white;
}

.quote .akkb-color {
  font-weight: bolder;
}

@media screen and (max-width: 1040px) {
  .akkb-video {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .akkb-video {
    height: 218px;
  }
}

.logo-main {
  background-image: url("../images/logo-main.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-main.preview {
  background-image: url("../images/preview-logo.png");
}

.logo-main-on-black {
  background-image: url("../images/logo-main-on-black.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.logo-white {
  background-image: url("../images/logo-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1040px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .mobile-menu {
    display: block;
  }
}

.navigation-line {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.navigation-line > a {
  width: 7.3rem;
  height: 2rem;
}

.navigation-line > a .logo-white {
  width: 100%;
  height: 100%;
  display: block;
}

.navigation-line .nav-bar .nav-bar-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navigation-line .nav-bar .nav-bar-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  color: white;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navigation-line .nav-bar .nav-bar-item a:hover {
  background-color: #d80000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
}

.navigation-line .nav-bar .nav-bar-item a.active {
  background-color: #d80000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
}

@media screen and (max-width: 1040px) {
  .navigation-line {
    height: 50px;
    padding: 0 1rem;
  }
  .navigation-line .logo-white {
    height: 32px;
    width: 115px;
  }
  .navigation-line ul {
    display: none;
  }
}

/* MENU!!!!!*/
/* MENU!!!!!*/
.map-image {
  background-image: url("../images/map.png");
}

.header {
  position: relative;
  display: block;
}

.header .header-image {
  height: 100vh;
  width: 100%;
  background-image: url("../images/header-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: center;
}

.header .icon-wrapper {
  position: absolute;
  bottom: 110px;
  width: 100%;
  height: 87px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .icon-wrapper .chevron {
  position: absolute;
  width: 1.2rem;
  height: 0.38rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.header .icon-wrapper .chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.header .icon-wrapper .chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.header .icon-wrapper .chevron:before,
.header .icon-wrapper .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: white;
}

.header .icon-wrapper .chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

.header .icon-wrapper .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

.logo-wrapper.imprint {
  height: 200px;
  margin-top: 5rem;
}

.logo-wrapper.imprint .logo-main {
  width: 440px;
  height: 130px;
  position: absolute;
}

@media screen and (max-width: 1040px) {
  .logo-wrapper.imprint .logo-main {
    width: 80%;
  }
}

.logo-wrapper {
  width: 100%;
  height: 100vh;
  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;
}

.logo-wrapper .logo-main {
  width: 800px;
  height: 220px;
  position: absolute;
}

@media screen and (max-width: 1040px) {
  .logo-wrapper .logo-main {
    width: 80%;
  }
}

.akkb-section {
  position: relative;
}

.akkb-section.grey-section {
  background-color: #f5f5f5;
}

.akkb-section {
  padding: 6rem 0;
}

@media screen and (max-width: 1040px) {
  .akkb-section {
    padding: 3rem 0;
  }
}

.akkb-section .welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1040px) {
  .akkb-section .welcome {
    display: block;
  }
}

.akkb-section .tech .text-section,
.akkb-section .text-left-aligned .text-section,
.akkb-section .sensei .text-section {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.akkb-section .tech .text-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.akkb-section .sensei .right.text-section {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.akkb-section .sensei .left.text-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.akkb-section .image-wrapper {
  display: inline-block;
}

@media screen and (max-width: 1040px) {
  .akkb-section .image-wrapper {
    width: 100%;
  }
}

.akkb-section .image-wrapper .image {
  background-image: url("../images/welcome.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 410px;
  display: block;
  border-radius: 0 0 40px 0;
  margin-right: 4rem;
  background-position: center center;
}

@media screen and (max-width: 1040px) {
  .akkb-section .image-wrapper .image {
    height: 200px;
    margin-bottom: 2rem;
    width: 100%;
    margin-right: 0;
  }
}

.akkb-section .image-wrapper.technique {
  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;
}

.akkb-section .image-wrapper.technique .image {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 490px;
  margin-right: 0;
}

.akkb-section .image-wrapper.technique .image.alternating-mace {
  background-image: url("../images/2_Alternating_Maces.gif");
}

@media screen and (max-width: 500px) {
  .akkb-section .image-wrapper.technique .image {
    height: 324px;
  }
}

.akkb-section .image-wrapper.sensei {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.akkb-section .image-wrapper.sensei .image {
  height: 100%;
  width: 340px;
}

@media screen and (max-width: 1040px) {
  .akkb-section .image-wrapper.sensei .image {
    display: none;
  }
}

.akkb-section .image-wrapper.sensei.sensei.left {
  padding-right: 2rem;
}

.akkb-section .image-wrapper.sensei.sensei.left .image {
  background-image: url("../images/ronny.png");
}

@media screen and (max-width: 1040px) {
  .akkb-section .image-wrapper.sensei.sensei.left {
    display: none;
  }
}

.akkb-section .image-wrapper.sensei.sensei.right .image {
  background-image: url("../images/andy.jpg");
  border-radius: 0 0 0 40px;
}

@media screen and (max-width: 1040px) {
  .akkb-section .image-wrapper.sensei.sensei.right {
    display: none;
  }
}

.akkb-section .image-wrapper .text-section {
  display: inline-block;
}

.akkb-section .image-wrapper.goals .image {
  background-image: url("../images/ziele.png");
}

.akkb-section .sensei .image.mobile {
  display: none;
}

@media screen and (max-width: 1040px) {
  .akkb-section .sensei .image.mobile {
    display: block;
    border-radius: 500%;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 1rem;
  }
  .akkb-section .sensei .image.mobile.left {
    background-image: url("../images/ronny-mobile.jpg");
  }
  .akkb-section .sensei .image.mobile.right {
    background-image: url("../images/andy-mobile.jpg");
  }
}

.akkb-section .whatis-card ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0.6rem;
}

.akkb-section .whatis-card ul li > div {
  width: 24rem;
  height: 12rem;
  background-color: #eee;
  padding: 2rem;
  border-radius: 1rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
}

@media screen and (max-width: 1040px) {
  .akkb-section .whatis-card ul li > div {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
}

.akkb-section .whatis-card ul li > div i {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.akkb-section .whatis-card ul li:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1040px) {
  .scholars {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.scholars-wrapper .scholars-list .scholars-list-item {
  display: inline-block;
  -webkit-box-shadow: 0px 0px 99px #0000001a;
          box-shadow: 0px 0px 99px #0000001a;
  padding: 2rem;
  width: 14rem;
  border-radius: 1.4rem;
  margin: 0.5rem;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar {
  width: 95px;
  height: 95px;
  background-color: #eee;
  display: block;
  border-radius: 15px;
  margin: 0 auto;
  margin-bottom: 1rem;
  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;
  font-size: 2.8rem;
  color: #afafaf;
  background-size: cover;
  position: relative;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.default {
  background-image: url("../images/scholar.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.thomas {
  background-image: url("../images/schueler/thomas.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.juergen {
  background-image: url("../images/schueler/Juergen.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.nancy {
  background-image: url("../images/schueler/Nancy.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.moritz {
  background-image: url("../images/schueler/moritz.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.jackie {
  background-image: url("../images/schueler/Jackie.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.sven {
  background-image: url("../images/schueler/Sven.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.niels {
  background-image: url("../images/schueler/Niels.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.axel {
  background-image: url("../images/schueler/Axel.jpg");
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.black:after {
  background-color: #333;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.brown:after {
  background-color: #8d6e63;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.green:after {
  background-color: #88c96c;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.blue:after {
  background-color: #29b6f6;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.purple:after {
  background-color: #7e57c2;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.orange:after {
  background-color: #ffa726;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.yellow:after {
  background-color: #ffee58;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.white:after {
  background-color: #eee;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar.no-name:after {
  border: none;
}

.scholars-wrapper .scholars-list .scholars-list-item .avatar:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid white;
  bottom: -14px;
  position: absolute;
  border-radius: 0.5rem;
}

.scholars-wrapper .scholars-list .scholars-list-item h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.scholars-wrapper .scholars-list .scholars-list-item p {
  color: #ddd;
  margin-bottom: 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 1040px) {
  .scholars-wrapper .scholars-list .scholars-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.6rem;
  }
  .scholars-wrapper .scholars-list .scholars-list-item .avatar {
    margin: 0;
    margin-right: 1.7rem;
  }
  .scholars-wrapper .scholars-list .scholars-list-item .name-grade-wrapper {
    text-align: left;
  }
  .scholars-wrapper .scholars-list .scholars-list-item .name-grade-wrapper h4 {
    font-size: 1.7rem;
  }
}

.visit {
  background-image: url("../images/visit.jpg");
  background-position: center;
  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;
  background-size: cover;
  position: relative;
  color: white;
  height: 617px;
  padding-bottom: 8rem;
}

@media screen and (max-width: 1040px) {
  .visit {
    background-image: url("../images/visit-mobile.jpg");
  }
}

.contact li {
  border: 1px dashed white;
  padding: 0.7rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.4rem;
  height: 4rem;
}

.contact li a {
  color: white !important;
}

.contact li i {
  margin-right: 1rem;
}

.facs li {
  background-color: white;
  border-radius: 30px;
  width: 540px;
  text-align: center;
  padding: 1rem;
  margin: 0.6rem auto;
  -webkit-box-shadow: 0px 0px 99px #0000000a;
          box-shadow: 0px 0px 99px #0000000a;
}

@media screen and (max-width: 600px) {
  .facs li {
    width: 100%;
  }
}

.facs .top-fact,
.facs .middle-fact {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.facs .top-fact {
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .facs .top-fact {
    font-size: 22px;
  }
}

.facs .middle-fact {
  font-size: 80px;
  color: #d80000;
  padding: 0rem;
}

@media screen and (max-width: 600px) {
  .facs .middle-fact {
    font-size: 50px;
  }
  .facs .middle-fact span:after {
    right: -32px !important;
    font-size: 18px !important;
  }
}

.facs .middle-fact span {
  position: relative;
}

.facs .middle-fact span:after {
  content: "30";
  position: absolute;
  right: -50px;
  top: 13px;
  font-size: 30px;
}

.facs .bottom-fact .d-block {
  font-size: 0.8rem;
  opacity: 0.5;
}

footer {
  background-color: #22272b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
}

@media screen and (max-width: 456px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
}

footer .copyright {
  color: white;
}

footer .imprint {
  color: white !important;
}

.imprint-wrapper {
  width: 500px;
  background-color: #eee;
  display: inline-block;
  padding: 3rem;
  border-radius: 30px;
}

@media screen and (max-width: 600px) {
  .imprint-wrapper {
    width: 100%;
    padding: 1.5rem;
  }
}

.wrapper-menu {
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 100%;
  background: #000;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#active:checked ~ .wrapper-menu {
  /*left: 0;*/
  right: 0;
}

.menu-btn {
  position: absolute;
  z-index: 2;
  right: 10px;
  /* left: 20px; */
  top: -1px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.menu-btn:after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

/* closing animation */
#active:checked + .menu-btn span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#active:checked + .menu-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff;
}

#active:checked + .menu-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #fff;
}

.wrapper-menu ul {
  position: absolute;
  top: 60%;
  left: 20%;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}

.wrapper-menu ul li {
  height: 10%;
  margin: 15px 0;
}

.wrapper-menu ul li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  line-height: 50px;
  margin: 5px 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

input[type="checkbox"] {
  display: none;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}

.content .title {
  font-size: 40px;
  font-weight: 700;
}

.content p {
  font-size: 35px;
  font-weight: 600;
}

.menu-mobile-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-mobile-item a i {
  margin-right: 1rem;
  width: 3rem;
}

.menu-mobile-item.active a {
  background-color: red;
  border-radius: 0.5rem !important;
  width: 100vh;
  margin-left: 2.6rem !important;
}

#active:checked ~ .wrapper-menu ul li a {
  opacity: 1;
}

.wrapper-menu ul li a {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

#active:checked ~ .wrapper-menu ul li a {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
          transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  /* easeOutBackを緩めた感じ */
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.menu-mobile {
  display: block !important;
}

.wrapper-menu .logo-main {
  width: 12rem;
  height: 4rem;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 96px);
}

.senseis {
  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;
}

.senseis .sensei {
  position: relative;
}

.senseis .sensei .image-wrapper .image {
  width: 490px;
  height: 560px;
  margin-right: 0.1rem;
}

.senseis .sensei .text-wrapper {
  position: absolute;
  color: white;
  top: 382px;
  width: 100%;
  padding: 2rem;
}

.senseis .sensei .text-wrapper h3 {
  margin-bottom: 0;
}

.senseis .sensei .text-wrapper h4 {
  color: #d80000;
  border-bottom: 1px dashed #ffffffbd;
  padding-bottom: 0.5rem;
}

.senseis .sensei .text-wrapper p {
  opacity: 0.5;
  font-size: 14px;
}

.senseis .sensei.sensei-left .image {
  background-image: url("../images/ronny.png");
  border-radius: 40px 0 0 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.senseis .sensei.sensei-left .image:hover, .senseis .sensei.sensei-left .image:focus, .senseis .sensei.sensei-left .image:active {
  background-image: url("../images/ronny.png");
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1036px) {
  .senseis .sensei.sensei-left .image {
    border-radius: 40px 40px 0 0;
  }
}

.senseis .sensei.sensei-right .image {
  background-image: url("../images/andy.png");
  border-radius: 0 40px 40px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.senseis .sensei.sensei-right .image:hover, .senseis .sensei.sensei-right .image:focus, .senseis .sensei.sensei-right .image:active {
  background-image: url("../images/andy-2.png");
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1036px) {
  .senseis .sensei.sensei-right .image {
    border-radius: 0 0 40px 40px;
  }
}

@media screen and (max-width: 1036px) {
  .senseis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .senseis .image-wrapper {
    width: auto;
  }
  .senseis h3 {
    font-size: 1rem;
  }
  .senseis h4 {
    font-size: 0.8rem;
  }
  .senseis p {
    font-size: 12px !important;
  }
  .senseis .image {
    width: 315px !important;
    height: 360px !important;
    margin: 0 auto !important;
  }
  .senseis .text-wrapper {
    top: auto !important;
    bottom: -1.4rem;
    width: 315px !important;
    left: 0;
    z-index: 200;
  }
}

.collapse-wrapper {
  width: 100%;
}

.list-item-1 {
  display: block !important;
  width: 312px !important;
  cursor: pointer;
  background-color: #d80000;
  width: auto;
  text-align: center;
  margin: 0 auto;
  color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}

.list-item-1.last {
  border-bottom: 1px solid #fff;
}

input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"] ~ .list-wrapper {
  height: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

input[type="checkbox"]:checked ~ .list-wrapper {
  height: 100%;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.akkb-radio {
  display: none;
}

.akkb-radio:checked ~ label {
  opacity: 0.5;
}
/*# sourceMappingURL=main.css.map */