/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  padding: 0;
  margin: 0;
}
.g-container {
  width: 100%;
}
#g-page-surround #g-container-main #g-mainbar {
  padding: 0;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: white;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  background: black;
}
@keyframes form-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes form-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes form-fade-out {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes move-up {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(-80vh);
  }
}
@keyframes move-left {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(-50vw) rotate(-720deg);
  }
}
@keyframes move-right {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  100% {
    transform: translateX(50vw) rotate(720deg);
  }
}
.scroll-in-left {
  animation: scroll-in-left 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-in-right {
  animation: scroll-in-right 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-in-up {
  animation: scroll-in-up 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-in-down {
  animation: scroll-in-down 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-left {
  animation: scroll-out-left 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-right {
  animation: scroll-out-right 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-up {
  animation: scroll-out-up 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-down {
  animation: scroll-out-down 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-g-recaptcha {
  display: none;
}
button.survey-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  padding: 0;
  font-size: 20px;
  opacity: 0.9;
  transition: opacity 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
button.survey-button i {
  font-size: 30px;
}
button.survey-button:hover {
  opacity: 1;
}
button.survey-button-big {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: black;
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
}
button.survey-button-big:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50px;
  border: 10px solid white;
  transform: scale(0.1, 0.1);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  transition: all 2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
button.survey-button-big:hover::before {
  transform: scale(1, 1);
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
button.tag {
  border-radius: 3px;
  background: #a5027d;
  line-height: 20px;
  color: white;
  padding: 0px 3px;
  vertical-align: unset;
}
form.taktiessurvey-form {
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  padding: 70px 50px 50px 50px;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  background: #00000040;
  backdrop-filter: blur(8px);
  border-left: 10px solid #f8b334;
}
form.taktiessurvey-form.active {
  display: flex;
}
form.taktiessurvey-form .loader {
  position: absolute;
  border: 12px solid #00000060;
  border-radius: 50%;
  border-top: 12px solid #f8b334;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
  user-select: none;
  opacity: 0;
}
form.taktiessurvey-form.loading .loader {
  animation: form-loader 2s linear infinite;
  opacity: 0.9;
}
form.taktiessurvey-form.loading .taktiessurvey-fields {
  opacity: 0.5;
  pointer-events: none;
}
form.taktiessurvey-form span.checkbox {
  display: flex;
  align-items: center;
  line-height: 40px;
  margin: 10px;
}
form.taktiessurvey-form span.checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: translateY(-3px);
}
form.taktiessurvey-form label.form-label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  top: -25px;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: form-fade-in 0.5s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.5s;
  user-select: none;
  pointer-events: none;
}
form.taktiessurvey-form label.form-label span {
  display: flex;
  align-items: center;
  color: white;
}
form.taktiessurvey-form label.form-label span i {
  font-size: 8.5px;
  transform: translate(2px, -3px);
}
form.taktiessurvey-form label.form-label span.form-control-feedback {
  color: #f8b334;
}
form.taktiessurvey-form label.form-check-label span {
  display: flex;
  align-items: center;
  color: #1e1f24;
}
form.taktiessurvey-form label.form-check-label span i {
  font-size: 8.5px;
  transform: translate(2px, -3px);
}
form.taktiessurvey-form label.form-check-label span.form-control-feedback {
  color: #f8b334;
}
form.taktiessurvey-form label.form-check-label.invalid {
  color: unset;
}
form.taktiessurvey-form input {
  margin: 0;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
form.taktiessurvey-form input, form.taktiessurvey-form textarea {
  border: 2px solid white;
  border-radius: 5px;
  background: white;
  box-shadow: none;
  transition: all 0s;
}
form.taktiessurvey-form input:focus, form.taktiessurvey-form textarea:focus {
  border-color: #f8b334;
  outline: none;
  box-shadow: none;
}
form.taktiessurvey-form input:focus:invalid, form.taktiessurvey-form textarea:focus:invalid {
  border-color: #f8b334;
  color: #1e1f24;
}
form.taktiessurvey-form input:focus:invalid:focus, form.taktiessurvey-form textarea:focus:invalid:focus {
  border-color: #f8b334;
  color: #1e1f24;
}
form.taktiessurvey-form input:hover, form.taktiessurvey-form textarea:hover {
  border-color: #f8b334;
  outline: none;
  box-shadow: none;
}
form.taktiessurvey-form input:hover i, form.taktiessurvey-form input:hover span, form.taktiessurvey-form textarea:hover i, form.taktiessurvey-form textarea:hover span {
  color: #1e1f24;
}
form.taktiessurvey-form input.invalid, form.taktiessurvey-form textarea.invalid {
  border: 2px solid #f8b334;
}
form.taktiessurvey-form input::placeholder, form.taktiessurvey-form textarea::placeholder {
  color: #ccc;
}
form.taktiessurvey-form input, form.taktiessurvey-form select, form.taktiessurvey-form textarea {
  font-size: 19px;
  font-weight: 300;
  line-height: 25px;
}
form.taktiessurvey-form select {
  width: 100%;
  margin: 0;
  height: 40px;
  position: relative;
  padding: 0;
}
form.taktiessurvey-form select option {
  padding: 0;
  margin: 0;
}
form.taktiessurvey-form select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
form.taktiessurvey-form select:focus:invalid:focus {
  border: none;
  border: none;
  outline: none;
  outline: none;
  box-shadow: none;
  box-shadow: none;
}
form.taktiessurvey-form textarea {
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: hidden;
  padding: 15px 20px;
}
form.taktiessurvey-form textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
form.taktiessurvey-form textarea::-webkit-scrollbar-thumb {
  background: #f8b334;
  border-radius: 0px;
  box-shadow: none;
}
form.taktiessurvey-form textarea::-webkit-scrollbar-track {
  background: white;
}
form.taktiessurvey-form fieldset {
  margin: 0;
}
form.taktiessurvey-form .fields {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 35px 25px;
  width: 100%;
  max-width: 500px;
}
form.taktiessurvey-form .fields .field {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-column: 1 / span 6;
  padding: 0px 10px;
  align-items: center;
}
form.taktiessurvey-form .checkboxes {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  color: #1e1f24;
}
form.taktiessurvey-form .checkboxes input[type=checkbox] {
  width: 19px;
  height: 19px;
  cursor: pointer;
  transform: translateY(3px);
}
form.taktiessurvey-form .checkboxes label {
  margin-left: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}
form.taktiessurvey-form .checkboxes label span {
  margin: 0;
}
form.taktiessurvey-form .checkboxes label a {
  color: #1e1f24 !important;
}
form.taktiessurvey-form .checkboxes label a:hover {
  text-decoration: underline;
}
form.taktiessurvey-form .buttons {
  width: 100%;
  max-width: 500px;
  display: flex;
  gap: 25px;
}
.taktiessurvey-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: black;
}
.taktiessurvey-wrapper .company-logo {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 250px;
  z-index: 10000;
  opacity: 0;
  animation: fade-in-up 2s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
}
.taktiessurvey-wrapper .copyright {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
  opacity: 0.75;
  color: white;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}
.taktiessurvey-wrapper .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: unset;
  z-index: 10001;
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
}
.taktiessurvey-wrapper .progressbar span.bar {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  height: 4px;
  background: white;
  opacity: 0;
}
.taktiessurvey-wrapper .progressbar span.bar.active {
  animation: fade-in-up 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
}
.taktiessurvey-wrapper button.taktiessurvey-hamburger {
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  top: 50px;
  left: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background: none;
  backdrop-filter: blur(8px);
  z-index: 20;
  overflow: hidden;
  border: 2px solid transparent;
  transform: rotate(180deg);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.taktiessurvey-wrapper button.taktiessurvey-hamburger span {
  width: 80px;
  height: 2px;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
  background: white;
}
.taktiessurvey-wrapper button.taktiessurvey-hamburger.active, .taktiessurvey-wrapper button.taktiessurvey-hamburger:hover {
  gap: 6px;
  border: 2px solid white;
  transform: rotate(0deg);
}
.taktiessurvey-wrapper button.taktiessurvey-hamburger.active span, .taktiessurvey-wrapper button.taktiessurvey-hamburger:hover span {
  transform: translateX(0px);
  width: 25px;
  height: 4px;
}
.taktiessurvey-wrapper .taktiessurvey-menu {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 10001;
  pointer-events: none;
  user-select: none;
}
.taktiessurvey-wrapper .taktiessurvey-menu.active {
  pointer-events: all;
}
.taktiessurvey-wrapper .taktiessurvey-menu.active ul.survey-menu-toplevel {
  left: 0;
}
.taktiessurvey-wrapper .taktiessurvey-menu.active button.survey-menu-close {
  opacity: 0.4;
}
.taktiessurvey-wrapper .taktiessurvey-menu button.survey-menu-close {
  position: absolute;
  opacity: 0;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: -1;
  transition: opacity 0.5s;
}
.taktiessurvey-wrapper .taktiessurvey-menu span.survey-menu-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
  box-shadow: inset 0 -1px 0 #eee;
  pointer-events: none;
  user-select: none;
}
.taktiessurvey-wrapper .taktiessurvey-menu button.survey-menu-button {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-align: left;
  width: 100%;
  background: none;
  border: none;
  padding-left: 20px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-wrap: auto;
  font-weight: bold;
  transition: background 0.1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-menu button.survey-menu-button span {
  display: block;
  line-height: 20px;
}
.taktiessurvey-wrapper .taktiessurvey-menu button.survey-menu-button.active {
  background: #0e000a;
  color: white;
}
.taktiessurvey-wrapper .taktiessurvey-menu button.survey-menu-button.active:hover {
  background: #27001e;
}
.taktiessurvey-wrapper .taktiessurvey-menu button.survey-menu-button:hover:not(.active) {
  background: #ddd;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul {
  list-style: none;
  margin: 0;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  left: -400px;
  width: 400px;
  height: 100%;
  transition: left 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  background: white;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel::-webkit-scrollbar-thumb {
  background: #000000A0;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel::-webkit-scrollbar-track {
  background: #00000020;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel li.survey-chapter button.survey-menu-button:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  transform: translateX(-22px) scale(2);
  line-height: 20px;
  opacity: 0;
  color: #a5027d;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel li.survey-chapter button.survey-menu-button:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
  position: absolute;
  transform: translateX(-22px) scale(1);
  line-height: 20px;
  opacity: 1;
  color: #a5027d;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel li.completed > button.survey-menu-button::before {
  opacity: 0.8;
  transform: translateX(-22px) scale(1.2);
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel li.survey-results button {
  height: 75px;
  align-items: center;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel li.survey-results button i {
  font-size: 30px;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel li.survey-intro {
  box-shadow: inset 0 -1px 0 #eee;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel > li.survey-chapter {
  box-shadow: inset 0 -1px 0 #eee;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-toplevel > li.survey-chapter > button.survey-menu-button {
  padding-left: 40px;
  font-size: 16px;
}
.taktiessurvey-wrapper .taktiessurvey-menu ul.survey-menu-sublevel > li.survey-question > button.survey-menu-button {
  padding-left: 60px;
  font-weight: normal;
  font-size: 14px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters.resize {
  margin-left: 300px;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter:before {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00000020, #00000090, #000000A0);
  pointer-events: none;
  user-select: none;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter.active {
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 1100px;
  max-width: 100vw;
  padding: 50px 50px 100px 50px;
  pointer-events: none;
  user-select: none;
  color: white;
  opacity: 0;
  margin-top: 11vh;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active {
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option {
  animation: scale-up 0.5s forwards cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(2) {
  animation-delay: 25ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(3) {
  animation-delay: 50ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(4) {
  animation-delay: 75ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(5) {
  animation-delay: 100ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(6) {
  animation-delay: 125ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(7) {
  animation-delay: 150ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(8) {
  animation-delay: 175ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(9) {
  animation-delay: 200ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(10) {
  animation-delay: 225ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .interface .rating button.option:nth-child(11) {
  animation-delay: 250ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active span.subject span.number {
  transform: scale(1.6) translateX(-15px);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active span.subject, .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active h1.title-big, .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active h1.title, .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .indent {
  transform: translateX(0);
  opacity: 1;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page span.subject {
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  background: #a5027d;
  padding: 0px 25px 0px 30px;
  height: 50px;
  border-radius: 25px;
  gap: 20px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page span.subject span.number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #a5027d;
  width: 50px;
  height: 50px;
  font-weight: 400;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 5px #730157;
  transform: scale(1.6) translateX(-50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page span.subject span.number span.small {
  font-size: 13px;
  margin-bottom: 3px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h1.title {
  margin: 0;
  font-size: 48px;
  line-height: 50px;
  max-width: 700px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h1.title-big {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  max-width: 700px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h2 {
  font-size: 30px;
  line-height: 35px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page p {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .indent {
  display: none;
  margin-left: 30px;
  max-width: 600px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .indent.active {
  display: block;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface {
  margin: 20px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 5px;
  border-radius: 14px;
  background: #FFFFFF20;
  backdrop-filter: blur(8px);
  overflow: hidden;
  gap: 5px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating.inactive {
  pointer-events: none;
  user-select: none;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating:before {
  content: "";
  position: absolute;
  align-self: center;
  background: black;
  width: 100%;
  height: 0;
  left: 0;
  opacity: 0;
  border-radius: 15px;
  transition: all 0.3s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating.completed:before {
  opacity: 0.5;
  height: 100%;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating.completed button:not(.checked) {
  opacity: 0.2 !important;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating button.option {
  position: relative;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 10px;
  background: #00000090;
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating button.option:before {
  content: "";
  position: absolute;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border-radius: 12px;
  border: 3px solid white;
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating button.option:hover:before {
  opacity: 1;
  transform: scale(1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating button.option.checked {
  position: relative;
  background: white;
  color: black;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .legend {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: white;
  opacity: 0.9;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .legend div {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .legend div span {
  display: none;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results {
  display: none;
  flex-direction: column;
  gap: 10px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results.active {
  display: flex;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion {
  display: flex;
  flex-direction: row;
  padding: 20px 30px;
  border-radius: 10px;
  background: #00000040;
  backdrop-filter: blur(8px);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion:hover .status i {
  color: white;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion.open .status i:first-child {
  opacity: 0;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion.open .status i:last-child {
  opacity: 1;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion.open .content .description {
  opacity: 1;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .status {
  width: 40px;
  flex-shrink: 0;
  position: relative;
  margin: 10px 0px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .status i {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
  font-size: 19px;
  color: #FFFFFF60;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .status i:first-child {
  opacity: 1;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .status i:last-child {
  opacity: 0;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .title {
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .meter {
  position: relative;
  width: 100%;
  background: #00000060;
  border-radius: 30px;
  box-shadow: 0px 5px 10px #00000020;
  overflow: hidden;
  margin-bottom: 10px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .meter .size {
  display: block;
  height: 10px;
  width: 0;
  clip-path: content-box;
  transition: width 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .meter .size .colorbar {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, red, orange, yellow, lime);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .description {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  overflow: hidden;
  opacity: 0;
  background: #00000060;
  border-radius: 5px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .description span {
  display: none;
  position: absolute;
  padding: 0px 20px;
  top: 0;
  left: 0;
  width: 100%;
  text-wrap: auto;
  text-shadow: 1px 1px 1px #00000060;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .description span p {
  margin: 10px 0px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .description span.active {
  display: block;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons > span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.taktiessurvey-wrapper .taktiessurvey-congratulate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
  background: radial-gradient(#00000040, #00000040, #000000E0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  z-index: 100;
}
.taktiessurvey-wrapper .taktiessurvey-congratulate .title {
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  transform: scale(6) rotate(20deg);
  transition: all 2s cubic-bezier(0.19, 0.49, 0.32, 1);
  color: white;
}
.taktiessurvey-wrapper .taktiessurvey-congratulate span.star {
  position: absolute;
  bottom: 0;
  color: white;
  animation: move-up 1s cubic-bezier(0.19, 0.49, 0.32, 1) alternate forwards 2;
  opacity: 0.9;
  text-shadow: 0 0 25px #ffffffc0;
}
.taktiessurvey-wrapper .taktiessurvey-congratulate.active {
  opacity: 1;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-congratulate.active .title {
  transform: scale(1) rotate(-5deg);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
@keyframes joomla-alert-fade-in {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes joomla-alert-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
#system-message-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20000;
}
#system-message-container .takties-systemmessages {
  position: relative;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  left: 20px;
  gap: 5px;
  max-width: calc(100% - 40px);
  padding: 20px 50px 20px 20px;
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.19, 0.49, 0.32, 1);
  overflow: hidden;
  border-radius: 10px;
  border-left: 10px solid;
  border-color: black;
  background: white;
  box-shadow: 0px 5px 50px #00000040;
  line-height: 25px;
}
#system-message-container .takties-systemmessages[type="success"] {
  border-color: #c3e6cb;
}
#system-message-container .takties-systemmessages[type="danger"] {
  border-color: #ff004e;
}
#system-message-container .takties-systemmessages[type="warning"] {
  border-color: #ffeeba;
}
#system-message-container .takties-systemmessages[type="alert"] {
  border-color: #bee5eb;
}
#system-message-container .takties-systemmessages button.joomla-alert--close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: none;
  border: none;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  color: #666;
  padding: 0;
}
#system-message-container .takties-systemmessages button.joomla-alert--close:hover {
  color: black;
}
#system-message-container .takties-systemmessages .alert-heading {
  font-size: 18px;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
}
#system-message-container .takties-systemmessages .alert-wrapper {
  font-size: 18px;
  font-weight: 300;
  color: #555;
}
@media only screen and (max-width: 700px) {
  button.survey-button-big {
    font-size: 19px;
    line-height: 25px;
    padding: 12px 28px;
  }
  form.taktiessurvey-form {
    margin-left: 0;
    padding: 50px 20px 20px 20px;
  }
  .taktiessurvey-wrapper button.taktiessurvey-hamburger {
    top: 20px;
    left: 20px;
  }
  .taktiessurvey-wrapper .company-logo {
    width: 150px;
    top: 20px;
    right: 20px;
  }
  .taktiessurvey-wrapper .copyright {
    display: none;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter:before {
    background: #00000090;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page {
    padding: 20px 20px 80px 20px;
    margin-top: 100px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h1.title {
    font-size: 30px;
    line-height: 32px;
    hyphens: auto;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h1.title-big {
    font-size: 40px;
    line-height: 45px;
    hyphens: auto;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .indent {
    margin-left: 10px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page p {
    font-size: 17px;
    line-height: 22px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page span.subject {
    padding: 0px 20px 0px 30px;
    gap: 10px;
    height: 40px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons > button.survey-button {
    font-size: 17px;
    gap: 5px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons > button.survey-button:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons > button.survey-button:last-child {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons > button.survey-button > span > span {
    display: none;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface {
    margin: 0;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating {
    flex-wrap: wrap;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .rating button.option {
    height: 60px;
    flex-basis: unset;
    width: calc(100%/6);
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .legend {
    flex-direction: column;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .interface .legend div span {
    display: block;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion {
    padding: 15px 20px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .title {
    font-size: 21px;
  }
  .taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .results button.accordion .content .description span {
    padding: 0px 15px;
  }
}
/*# sourceMappingURL=custom_13.css.map */