@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@-webkit-keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@-webkit-keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@-webkit-keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@-webkit-keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.tcl-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: white;
}
.tcl-header__wrapper {
  padding: 30px 0 15px;
  position: relative;
}
.tcl-header__wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 99%;
  left: 0;
  height: 30px;
  background: url("../../../imgs/wolke-unten.png") no-repeat bottom center;
  background-size: cover;
}
.tcl-header__container {
  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;
}
.tcl-header__logo {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #202053;
  text-decoration: none;
}
.tcl-header__menu {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  font-weight: 500;
  color: #202053;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .tcl-header__menu {
    font-size: 16px;
  }
}
.tcl-header__menu a {
  text-decoration: none;
}
.tcl-header__menu--mobile {
  display: none;
}
.tcl-header__burger-button {
  display: none;
}
.tcl-header__contact-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: white;
  background-color: #668EF5;
  text-decoration: none;
  padding: 8px 25px 8px 25px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 500;
  background-color: #21BEC4;
  border: 2px solid;
}
.tcl-header__contact-button:disabled {
  opacity: 0.5 !important;
}
.tcl-header__contact-button:hover {
  background-color: #A7D1F1;
  color: white;
}
.tcl-header__contact-button:active {
  background-color: #2B2B78;
  color: white;
}
.tcl-header__contact-button:hover {
  color: #21BEC4;
  background-color: white;
}
.tcl-header__contact-button:active {
  color: #21BEC4;
  background-color: white;
}

@media (max-width: 767px) {
  .tcl-header__wrapper {
    padding: 30px 0 10px;
    position: relative;
  }
  .tcl-header__wrapper::after {
    height: 30px;
    background: url("../../../imgs/wolke-unten-klein.svg") no-repeat bottom center;
    background-size: cover;
  }
  .tcl-header__logo {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .tcl-header__menu {
    display: none;
  }
  .tcl-header__menu--mobile {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #202053;
    padding: 60px 0 0;
    background-color: #F5FBFF;
    height: calc(100vh - 78px);
  }
}
@media (max-width: 767px) and (max-width: 1199px) {
  .tcl-header__menu--mobile {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tcl-header__menu--mobile > div {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .tcl-header__burger-button {
    display: block;
    cursor: pointer;
    position: relative;
    height: 45px;
    width: 45px;
  }
  .tcl-header__burger-button svg {
    height: 45px;
    width: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open-menu .tcl-header__burger-button svg {
    opacity: 0;
  }
  .tcl-header__burger-button svg:last-of-type {
    opacity: 0;
    width: 30px;
    height: 30px;
  }
  .open-menu .tcl-header__burger-button svg:last-of-type {
    opacity: 1;
  }
  .tcl-header__contact-button {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: white;
    background-color: #668EF5;
    text-decoration: none;
    padding: 8px 25px 8px 25px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .tcl-header__contact-button:disabled {
    opacity: 0.5 !important;
  }
  .tcl-header__contact-button:hover {
    background-color: #A7D1F1;
    color: white;
  }
  .tcl-header__contact-button:active {
    background-color: #2B2B78;
    color: white;
  }
  .tcl-header__menu-item {
    cursor: pointer;
  }
  .tcl-header__menu-item a {
    text-decoration: none;
    position: relative;
    display: block;
  }
  .tcl-header__menu-item a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    background: url("../../../imgs/Arrow 21.svg") no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
  .tcl-header__menu-item a.active:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: #202053;
    bottom: 20px;
  }
  .tcl-header__menu-item a span:after {
    display: none;
  }
  .tcl-header__menu-item span {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #202053;
    color: #202053;
    display: block;
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media (max-width: 767px) and (max-width: 1199px) {
  .tcl-header__menu-item span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tcl-header__menu-item span:before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 1px;
    background: #668EF5;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 0;
  }
  .tcl-header__menu-item span:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    background: url("../../../imgs/arrow-down.svg") no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
  .tcl-header__menu-item.open span:after {
    rotate: 180deg;
  }
  .tcl-header__submenu {
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    pointer-events: none;
    opacity: 0;
  }
  .open .tcl-header__submenu {
    max-height: 100vh;
    pointer-events: all;
    opacity: 1;
    margin-bottom: 30px;
  }
  .tcl-header__submenu a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #202053;
    color: #202053;
    display: block;
    position: relative;
    padding: 20px 0 20px 45px;
    text-decoration: none;
  }
}
@media (max-width: 767px) and (max-width: 1199px) {
  .tcl-header__submenu a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tcl-header__submenu a:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #668EF5;
    top: 100%;
    left: 0;
  }
  .tcl-header__menu-body {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .tcl-header__menu-footer {
    width: 100%;
    text-align: center;
    background-color: white;
    position: relative;
  }
  .tcl-header__menu-footer:after {
    content: "";
    position: absolute;
    background: url("../../../imgs/wolke-footer.png") no-repeat bottom center;
    background-size: contain;
    inset: 0;
  }
  .tcl-header__menu-footer a {
    display: inline-block;
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .tcl-header__menu-footer-button {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: white;
    background-color: #668EF5;
    text-decoration: none;
    padding: 8px 25px 8px 25px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    background-color: #2B2B78;
    display: block;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    text-align: center;
  }
  .tcl-header__menu-footer-button:disabled {
    opacity: 0.5 !important;
  }
  .tcl-header__menu-footer-button:hover {
    background-color: #A7D1F1;
    color: white;
  }
  .tcl-header__menu-footer-button:active {
    background-color: #2B2B78;
    color: white;
  }
  .tcl-header__menu-footer-button:disabled {
    opacity: 0.5 !important;
  }
  .tcl-header__menu-footer-button:hover {
    background-color: #668EF5;
  }
  .tcl-header__menu-footer-button:active {
    background-color: #A7D1F1;
  }
  .tcl-header__menu-footer p {
    padding: 30px 0 20px;
    position: relative;
    z-index: 1;
  }
}