html {
  overflow-x: hidden;
}
body {
  margin: 0;
}
p,
ul,
ol,
h1,
h2,
h3,
input,
div,
span {
  margin: 0;
  font-family: "Raleway", sans-serif;
}
.tk-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #535353;
  margin-bottom: 20px;
}
.tk-content h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  color: #4481b1;
  margin-bottom: 45px;
}
.tk-content h2:not(:first-child) {
  margin-top: 60px;
}
.tk-content h3 {
  line-height: 1.75;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.tk-content a {
  color: #10baeb;
}
.tk-content ul,
.tk-content ol {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.tk-content ul li,
.tk-content ol li {
  font-size: 16px;
  line-height: 1.75;
  color: #535353;
  margin-bottom: 5px;
}
.tk-content ul li:before,
.tk-content ol li:before {
  content: "•";
  font-size: 16px;
  position: absolute;
  left: 0;
}
.tk-content img.aligncenter {
  display: block;
  margin: auto auto 30px;
}
.tk-content.tk-arrow-lists ul li:before,
.tk-content.tk-arrow-lists ol li:before {
  content: "»";
}
.tk-content.tk-arrow-lists ul ul,
.tk-content.tk-arrow-lists ol ul {
  padding-left: 20px;
  margin-top: 10px;
}
.tk-content.tk-arrow-lists ul ul li:before,
.tk-content.tk-arrow-lists ol ul li:before {
  content: "•";
}
.tk-frontpage-header-list ul {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.tk-frontpage-header-list ul li:before {
  content: "•";
  font-size: 15pt;
  position: absolute;
  left: 3px;
}
.tk-frontpage-mediathek-usps ul {
  list-style: none;
}
.tk-frontpage-mediathek-usps ul li {
  border-top: 1px solid #e8e8e8;
  line-height: 2.1em;
  position: relative;
}
.tk-frontpage-mediathek-usps ul li:before {
  width: 24px;
  position: absolute;
  left: -40px;
  top: 5px;
}
.tk-frontpage-mediathek-usps ul li.tk-seminare:before {
  content: url("/wp-content/uploads/icon-seminare.svg");
}
.tk-frontpage-mediathek-usps ul li.tk-video-lehrgang:before {
  content: url("/wp-content/uploads/icon-videolehrgaenge.svg");
}
.tk-frontpage-mediathek-usps ul li.tk-mustervertraege:before {
  content: url("/wp-content/uploads/icon-mustervertraege.svg");
}
.tk-frontpage-mediathek-usps ul li.tk-handouts:before {
  content: url("/wp-content/uploads/icon-handouts.svg");
}
.tk-frontpage-mediathek-usps ul li.tk-marketing:before {
  content: url("/wp-content/uploads/icon-marketing.svg");
}
.tk-frontpage-mediathek-usps ul li.tk-betriebswirtschaft:before {
  content: url("/wp-content/uploads/icon-betriebswirtschaft.svg");
}
.tk-frontpage-mediathek-usps ul li.tk-interview:before {
  content: url("/wp-content/uploads/icon-coachinterview.svg");
}
.tk-mediathek-stoerer {
  position: absolute;
  top: -80px;
  right: -80px;
}
* {
  box-sizing: border-box;
}
.modal {
  width: 60%;
  height: 50vh;
}
.modal .close-modal {
  position: absolute;
  top: -100px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.modal .close-modal:hover {
  transform: scale(1.1);
  color: red;
}
#modal-container,
#modal-container-consultation-days {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 10000000;
}
#modal-container.one,
#modal-container-consultation-days.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal,
#modal-container-consultation-days.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out,
#modal-container-consultation-days.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal,
#modal-container-consultation-days.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two,
#modal-container-consultation-days.two {
  transform: scale(1);
}
#modal-container.two .modal-background,
#modal-container-consultation-days.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal,
#modal-container-consultation-days.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content,
#modal-container-consultation-days.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out,
#modal-container-consultation-days.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background,
#modal-container-consultation-days.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal,
#modal-container-consultation-days.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content,
#modal-container-consultation-days.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three,
#modal-container-consultation-days.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background,
#modal-container-consultation-days.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal,
#modal-container-consultation-days.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content,
#modal-container-consultation-days.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal,
#modal-container-consultation-days.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content,
#modal-container-consultation-days.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four,
#modal-container-consultation-days.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background,
#modal-container-consultation-days.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal,
#modal-container-consultation-days.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content,
#modal-container-consultation-days.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal,
#modal-container-consultation-days.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content,
#modal-container-consultation-days.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five,
#modal-container-consultation-days.five {
  transform: scale(1);
}
#modal-container.five .modal-background,
#modal-container-consultation-days.five .modal-background {
  background: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal,
#modal-container-consultation-days.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out,
#modal-container-consultation-days.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background,
#modal-container-consultation-days.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal,
#modal-container-consultation-days.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six,
#modal-container-consultation-days.six {
  transform: scale(1);
}
#modal-container.six .modal-background,
#modal-container-consultation-days.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal,
#modal-container-consultation-days.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2,
#modal-container-consultation-days.six .modal-background .modal h2,
#modal-container.six .modal-background .modal p,
#modal-container-consultation-days.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect,
#modal-container-consultation-days.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out,
#modal-container-consultation-days.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background,
#modal-container-consultation-days.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal,
#modal-container-consultation-days.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2,
#modal-container-consultation-days.six.out .modal-background .modal h2,
#modal-container.six.out .modal-background .modal p,
#modal-container-consultation-days.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect,
#modal-container-consultation-days.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven,
#modal-container-consultation-days.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background,
#modal-container-consultation-days.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal,
#modal-container-consultation-days.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow-x: scroll;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2,
#modal-container-consultation-days.seven .modal-background .modal h2,
#modal-container.seven .modal-background .modal p,
#modal-container-consultation-days.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
#modal-container.seven.out,
#modal-container-consultation-days.seven.out {
  animation: slowFade 0.5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background,
#modal-container-consultation-days.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal,
#modal-container-consultation-days.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2,
#modal-container-consultation-days.seven.out .modal-background .modal h2,
#modal-container.seven.out .modal-background .modal p,
#modal-container-consultation-days.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background,
#modal-container-consultation-days .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal,
#modal-container-consultation-days .modal-background .modal {
  background: rgba(0, 0, 0, 0.8);
  padding: 1px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2,
#modal-container-consultation-days .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p,
#modal-container-consultation-days .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg,
#modal-container-consultation-days .modal-background .modal .modal-svg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect,
#modal-container-consultation-days .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}
.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.tk-open-consultation-days-popup {
  font-size: 16px !important;
  font-family: judson;
  padding-top: 0px !important;
}
@media (min-width: 600px) and (max-width: 769px) {
  .modal {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .modal {
    z-index: 100000000;
    width: 100%;
    min-height: 100%;
    padding: 10px !important;
    padding-top: 30px !important;
    position: unset !important;
    overflow-y: scroll !important;
  }
  .modal #tktModalVideoIframe {
    width: 90%;
    height: 50vh;
  }
  .close-modal {
    top: 30px !important;
  }
}
.tk-cta-button a {
  border-radius: 2px;
  background-image: linear-gradient(to top, #54aa72, #6ebb89);
  height: 55px;
  color: white;
}
.tk-cta-button a span {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .tk-cta-button a {
    height: auto;
  }
}
.tk-cta-button-outline a {
  border: solid 2px #6ebb89;
  background: none;
}
.tk-cta-button-outline a span {
  color: #56ab73;
}
input[type=submit] {
  border-radius: 2px;
  background-image: linear-gradient(to top, #54aa72, #6ebb89);
  height: 55px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  width: auto !important;
}
.gform_anchor {
  position: absolute;
  top: -200px;
}
.tk-foerdermittelcheck-form li.gfield:first-child {
  margin-top: 0;
}
.tk-foerdermittelcheck-form li {
  margin-bottom: 40px;
  position: relative;
}
.tk-foerdermittelcheck-form li .ginput_container {
  margin: 0 !important;
}
.tk-foerdermittelcheck-form li .gfield_required {
  display: none;
}
.tk-foerdermittelcheck-form li label.gfield_label {
  cursor: text;
  pointer-events: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  color: #4481b1;
}
.tk-foerdermittelcheck-form li label.gfield_label.tk-animated {
  position: absolute;
  top: 5px;
}
.tk-foerdermittelcheck-form li label.gfield_label:after {
  content: "(Pflichtfeld)";
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.85;
  color: #b5b5b5;
}
.tk-foerdermittelcheck-form li.tk-message label.gfield_label:after {
  content: "(zB. Zeitfenster für Rückruf)";
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.85;
  color: #b5b5b5;
}
.tk-foerdermittelcheck-form li input[type=text],
.tk-foerdermittelcheck-form li input[type=email] {
  border: 0;
  border-bottom: 2px solid #4481b1;
  padding: 10px 0 !important;
  font-weight: bold;
  width: 100%;
}
.tk-foerdermittelcheck-form input[type=submit] {
  white-space: normal !important;
}
.tk-header-with-subtitle p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: #68a3d2;
  text-transform: uppercase;
}
.tk-header-with-subtitle h2 {
  color: #4481b1;
  font-size: 36px;
  letter-spacing: normal;
  line-height: 1.22;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .tk-header-with-subtitle p {
    font-size: 16px;
  }
  .tk-header-with-subtitle h2 {
    font-size: 24px;
  }
}
.tk-module-teaser-wrapper .tk-module-teaser {
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.12);
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-box-title {
  top: -0.5em;
  text-align: center;
  margin-top: auto;
  background: white;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 200px;
  font-size: 20px;
  line-height: 1.2;
  color: #4481b1;
  text-transform: uppercase;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper {
  display: flex;
  align-items: center;
  align-items: flex-start;
  column-gap: 32px;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper .tk-teaser-center-wrapper {
  flex: auto;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper .tk-video-wrapper {
  flex: 0 0 260px;
  color: #fff;
  background: #4481b1;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper .tk-video-wrapper .tk-video-description {
  padding: 20px 24px;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper .tk-video-wrapper .tk-video-description p {
  margin-bottom: 8px;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper .tk-video-wrapper .tk-video-description p.title {
  font-size: 16px;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper .tk-video-wrapper .tk-video-description p.video-time {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-text {
  font-size: 16px;
  line-height: 1.5;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-text h3,
.tk-module-teaser-wrapper .tk-module-teaser .tk-text p {
  color: #4481b1;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-text h3 {
  font-size: 18px;
  font-weight: bold;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-text p:last-child {
  margin-bottom: 0;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-teaser-content-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-teaser-content-header .tk-image-wrapper {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  padding: 7px 12px;
  background: #F5F5F5;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-teaser-content-header .tk-image-wrapper img {
  width: 40px;
  height: 50px;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-teaser-content-header p {
  margin-bottom: 8px;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-teaser-content-header p:first-child {
  font-size: 16px;
  text-transform: uppercase;
}
.tk-module-teaser-wrapper .tk-module-teaser .tk-teaser-content-desc {
  color: #4481b1;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser {
  border: 2px solid #4481b1;
  border-radius: 15px;
  padding: 35px;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-box-title {
  top: -0.5em;
  text-align: center;
  margin-top: auto;
  background: white;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 200px;
  font-size: 20px;
  line-height: 1.2;
  color: #4481b1;
  text-transform: uppercase;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-content-wrapper {
  display: flex;
  align-items: center;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-image-wrapper {
  min-width: 110px;
  display: flex;
  flex-direction: column;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-image-wrapper img {
  margin: auto;
  min-width: 90px;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-image-wrapper.tk-image-left {
  margin-right: 30px;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-image-wrapper.tk-image-right {
  margin-left: 30px;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-text {
  font-size: 16px;
  line-height: 1.5;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-text h3,
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-text p {
  color: #4481b1;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-text h3 {
  font-size: 18px;
  font-weight: bold;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-text p:last-child {
  margin-bottom: 0;
}
.tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-image-text {
  color: #4481b1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cursor-pointer {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tk-module-teaser-wrapper .tk-module-teaser .tk-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tk-module-teaser-wrapper.tk-image-right .tk-module-teaser .tk-content-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .tk-module-teaser-wrapper .tk-video-wrapper {
    margin-bottom: 6px;
  }
  .tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-image-wrapper {
    margin: 0 0 30px 0 !important;
  }
  .tk-module-teaser-wrapper-v1 .tk-module-teaser .tk-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tk-module-teaser-wrapper-v1.tk-image-right .tk-module-teaser .tk-content-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.tk-location-box {
  max-width: 380px;
  background-color: white;
  margin: auto;
  height: 100%;
}
.tk-location-box .tk-content-wrapper {
  padding: 40px 50px;
}
.tk-location-box .tk-content-wrapper h3 {
  text-align: center;
  color: #4481b1;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.11;
  margin-bottom: 5px;
}
.tk-location-box .tk-content-wrapper .tk-address {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #4481b1;
  margin-bottom: 20px;
}
.tk-location-box .tk-content-wrapper .tk-address .tk-address-title {
  display: block;
  text-transform: uppercase;
}
.tk-location-box .tk-content-wrapper .tk-next-dates-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.tk-location-box .tk-content-wrapper ol.tk-next-dates {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.tk-location-box .tk-content-wrapper ol.tk-next-dates li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 24px;
  line-height: 1.67;
  color: #4a4a4a;
}
.tk-location-box .tk-content-wrapper ol.tk-next-dates li:not(:last-child) {
  border-bottom: 1px solid #c9c9c9;
}
.tk-location-box .tk-content-wrapper ol.tk-next-dates li .tk-spots {
  text-align: right;
}
.tk-location-box .tk-content-wrapper ol.tk-next-dates li .tk-spots .tk-spots-label {
  margin-left: 5px;
  font-size: 16px;
}
.tk-location-box .tk-cta-button,
.tk-location-box .tk-cta-button a {
  width: 100%;
}
.tk-stoerer-preis {
  position: absolute;
  right: 0;
  top: -120px;
}
.tk-price .tk-limit {
  font-size: 16px;
  line-height: 1.75;
  color: #58ac75;
  font-weight: bold;
}
.tk-price .tk-limit-label {
  font-size: 16px;
  line-height: 1.75;
  color: #58ac75;
  text-transform: uppercase;
  font-weight: bold;
}
.tk-price .tk-source {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #58ac75;
}
.tk-price .tk-amount {
  font-size: 30px;
  line-height: 1.75;
  color: #58ac75;
  font-weight: 800;
}
.tk-price .tk-amount span {
  font-size: 16px;
  font-weight: 400;
}
.tk-price .tk-old-price {
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;
  font-weight: normal;
  text-decoration: line-through;
}
.tk-arrow-box-white {
  position: relative;
}
.tk-arrow-box-white:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 30px solid rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  margin-left: -30px;
  z-index: 1;
}
.tk-arrow-box-gray {
  position: relative;
  background: #f7f7f7;
}
.tk-arrow-box-gray:after {
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 30px solid rgba(247, 247, 247, 0);
  border-top-color: #f7f7f7;
  margin-left: -30px;
  z-index: 1;
}
nav ol.breadcrumb {
  padding: 0;
  font-size: 12px;
  color: #4a4a4a;
  display: flex;
  flex-wrap: wrap;
}
nav ol.breadcrumb li {
  font-size: 12px;
  color: #4a4a4a;
}
nav ol.breadcrumb li a {
  color: #83cde7;
}
@media screen and (max-width: 768px) {
  nav ol.breadcrumb {
    font-size: 16px;
  }
  nav ol.breadcrumb li {
    font-size: 16px;
  }
}
.tk-date-box {
  margin-bottom: 20px;
}
.tk-date-box hr {
  margin-bottom: 20px;
}
.tk-date-box h3 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.67;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.tk-date-box h3 span {
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}
.tk-date-box .tk-spot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.tk-date-box .tk-spot .tk-sold-out {
  font-size: 40px;
  border: 3px solid red;
  padding: 10px;
  font-weight: bold;
  color: red;
  transform: rotate(-25deg);
  border-radius: 10px;
  margin-top: 40px;
}
.tk-date-box .tk-spot .tk-number {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}
.tk-date-box .tk-spot .tk-label {
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}
.tk-date-box a.elementor-button {
  width: 100%;
  background-color: white;
}
.tk-subnavigation-wrapper h2 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  color: #898989;
  margin-bottom: 20px;
}
.tk-subnavigation-wrapper ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.tk-subnavigation-wrapper ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.tk-subnavigation-wrapper ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  color: #62b37e;
}
.tk-subnavigation-wrapper li ol > li {
  margin: 0;
}
.tk-subnavigation-wrapper li ol > li:before {
  content: counters(item, ".") " ";
  color: #62b37e;
}
.tk-subnavigation-wrapper ol.tk-content-subnavigation {
  font-size: 16px;
  line-height: 1.5;
}
.tk-subnavigation-wrapper ol.tk-content-subnavigation .tk-content-subsubnavigation {
  padding-left: 0;
}
.tk-subnavigation-wrapper ol.tk-content-subnavigation li a {
  color: #62b37e;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
#mediathek th {
  text-align: left;
  padding-left: 10px;
}
.tk-mediathek-style table {
  width: 100% !important;
  border-collapse: collapse;
}
.tk-mediathek-style #neun-schritte_wrapper .dataTables_paginate,
.tk-mediathek-style #neun-schritte_wrapper .dataTables_filter {
  display: none !important;
}
.tk-mediathek-style #neun-schritte_wrapper table#neun-schritte img {
  min-width: 300px;
}
.tk-mediathek-style #neun-schritte_wrapper table#neun-schritte .tk-video {
  position: relative;
}
.tk-mediathek-style #neun-schritte_wrapper table#neun-schritte td {
  padding-top: 20px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .tk-mediathek-style #neun-schritte_wrapper table#neun-schritte td {
    border-bottom: 1px solid gray;
  }
}
.tk-mediathek-style #neun-schritte_wrapper table#neun-schritte td:last-child {
  padding-left: 20px;
}
.tk-mediathek-style #neun-schritte_wrapper table#neun-schritte .tk-file-heading {
  margin-bottom: 0;
}
.tk-mediathek-style .dataTables_length {
  display: none !important;
}
.tk-mediathek-style .dataTables_info {
  display: none !important;
}
.tk-mediathek-style #mediathek_filter i {
  color: #4481b1;
  position: absolute;
  top: 1px;
  left: 15px;
}
.tk-mediathek-style #mediathek_filter label {
  position: relative;
}
.tk-mediathek-style #mediathek_filter input {
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid #4481b1;
  font-size: 16px;
  width: 250px;
  padding-left: 40px;
}
.tk-mediathek-style th {
  line-height: 1.75;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.tk-mediathek-style td a {
  color: #10baeb;
}
.tk-mediathek-style td {
  line-height: 1.75;
}
.tk-mediathek-style .tk-action {
  text-align: center;
}
.tk-mediathek-style .tk-cta-button a {
  font-size: 14px;
  display: flex;
  color: white;
  max-height: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
.tk-mediathek-style .tk-cta-button a i {
  margin-right: 10px;
}
.tk-mediathek-style .tk-cta-button.tk-disabled a {
  background: lightgray none;
  cursor: not-allowed;
}
.tk-mediathek-style .dataTables_paginate a.paginate_button {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #153955 !important;
  padding: 2px !important;
  margin: 10px;
}
.tk-mediathek-style .dataTables_paginate a.paginate_button.current,
.tk-mediathek-style .dataTables_paginate a.paginate_button:hover,
.tk-mediathek-style .dataTables_paginate a.paginate_button.current:hover {
  background: #153955 none;
  color: white !important;
  border: 0;
}
.tk-mediathek-box .wp-caption {
  display: flex;
  justify-content: center;
}
.tk-mediathek-box figcaption {
  position: absolute;
  bottom: 20px;
  max-width: 270px;
}
.tk-mediathek-box figcaption h3 {
  color: white;
  display: inline-block;
  line-height: normal;
  letter-spacing: 1px;
  padding: 4px 8px;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 13px;
}
.tk-mediathek-box figcaption p {
  font-weight: 300;
  overflow-wrap: break-word;
  color: white;
  padding: 0 10px;
  font-size: 30px;
  line-height: 30px;
}
.tk-mediathek-box h3 {
  background-color: #4575FB;
}
.tk-mediathek-box.tk-positionierung h3 {
  background-color: #FC4448;
}
.tk-mediathek-box.tk-verkaufen h3,
.tk-mediathek-box.tk-marketing-vertrieb h3,
.tk-mediathek-box.tk-kunden-binden h3 {
  background-color: #FD8B4B;
}
.tk-mediathek-box.tk-online-marketing h3 {
  background-color: #6ED126;
}
.tk-mediathek-box.tk-unternehmensaufbau h3 {
  background-color: #4575FB;
}
.tk-mediathek-box.tk-workshops-seminarinhalte h3 {
  background-color: #FC4688;
}
.tk-mediathek-box.tk-tools-fuer-dein-business h3 {
  background-color: #28C7C6;
}
.tk-mediathek-box.tk-erfolgsportraits h3 {
  background-color: #5C4BFB;
}
.tk-mediathek-box.tk-videodrehtage h3 {
  background-color: #1EA53B;
}
.tk-mediathek-box.tk-bwl-finanzen-recht h3 {
  background-color: #31CE92;
}
.tk-mediathek-box.tk-coachdatenbank h3 {
  background-color: #45CF66;
}
.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #6ebb89 !important;
}
.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #6ebb89 !important;
}
.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #6ebb89 !important;
}
.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #6ebb89 !important;
}
.tooltipster-box {
  background: white !important;
  border-color: #6ebb89 !important;
}
.tooltipster-box .tooltipster-content {
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #535353 !important;
  text-align: center !important;
}
.ubermenu-main .tk-module-title {
  display: block;
  font-weight: bold;
}
.ubermenu-main li.ubermenu-item:not(:first-child):not(.ubermenu-item-type-column) {
  margin-top: 10px;
}
.ubermenu-main .ubermenu-item-header > .ubermenu-target {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.33;
  color: #94bdde;
  display: flex;
  align-items: center;
}
.ubermenu-main .ubermenu-item-header > .ubermenu-target .ubermenu-target-text {
  padding-left: 20px;
  text-transform: uppercase;
}
.ubermenu-responsive-toggle {
  padding: 0 !important;
}
@media screen and (max-width: 1100px) {
  .ubermenu-main {
    background: white !important;
    padding: 0;
    top: 50px !important;
  }
  .ubermenu-main.ubermenu-responsive {
    visibility: inherit;
    height: calc(100vh - 85px);
    max-height: calc(100vh - 85px);
    overflow-y: scroll !important;
  }
  .ubermenu.ubermenu-main .ubermenu-active li.ubermenu-item {
    visibility: inherit;
  }
  .ubermenu-main.ubermenu-responsive .ubermenu-item.ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega {
    visibility: inherit;
  }
  .ubermenu.ubermenu-main .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
    visibility: inherit;
  }
  .tk-menu-column {
    position: absolute;
    width: 100% !important;
    z-index: 999;
  }
  .tk-menu-column .ubermenu-main {
    width: 100vw !important;
    position: absolute;
    top: 70px;
    left: 0;
  }
  .ubermenu-submenu-hauptseite .ubermenu-target {
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .tk-shadow-box {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 1100px) {
  #tk-page-navigation {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .home #tk-page-navigation {
    display: none;
  }
}
.tk-slider .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
}
.tk-slider .slick-prev {
  position: absolute;
  top: 50%;
  left: -50px;
}
.tk-slider .slick-prev:before {
  content: '';
}
.tk-slider .slick-next {
  position: absolute;
  top: 50%;
  right: -50px;
}
.tk-slider .slick-next:before {
  content: '';
}
.tk-upper-dots {
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .tk-upper-dots {
    display: block;
  }
}
.tk-slider-dots .slick-dots {
  padding: 0;
  margin-top: 30px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  width: 100%;
}
.tk-slider-dots .slick-dots li button {
  visibility: hidden;
}
.tk-slider-dots .slick-dots li button:before {
  content: "\f111";
  font-family: "font awesome 5 free", fantasy;
  visibility: visible;
  color: #4481b1;
}
.tk-slider-dots .slick-dots li.slick-active button:before {
  content: "\f192";
}
@media screen and (max-width: 768px) {
  .tk-slider .slick-prev {
    position: absolute;
    top: 15% !important;
    left: 15px !important;
    z-index: 10;
  }
  .tk-slider .slick-next {
    position: absolute !important;
    top: 15% !important;
    right: 10px !important;
    z-index: 10;
  }
}
.tk-testimonial-slider .tk-testimonial {
  background-color: #ffffff;
  margin: 15px;
  padding: 30px;
}
.tk-testimonial-slider .tk-testimonial .tk-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: #4a4a4a;
}
.tk-testimonial-slider .tk-testimonial hr {
  height: 1px;
  margin: 25px 0;
  border: 1px solid #4481b1;
}
.tk-testimonial-slider .tk-testimonial .tk-cta-button {
  display: flex;
  justify-content: center;
}
.tk-testimonial-slider .tk-testimonial .elementor-custom-embed-image-overlay {
  position: relative;
}
.tk-testimonial-slider .tk-testimonial .tk-footer {
  display: flex;
  align-items: center;
}
.tk-testimonial-slider .tk-testimonial .tk-footer .tk-image-wrapper {
  margin-right: 25px;
}
.tk-testimonial-slider .tk-testimonial .tk-footer .tk-image-wrapper img {
  border-radius: 100px;
  min-height: 90px;
  min-width: 90px;
  max-height: 90px;
  max-width: 90px;
}
.tk-testimonial-slider .tk-testimonial .tk-footer .tk-name {
  line-height: 1.25;
  text-align: left;
  color: #4481b1;
  font-size: 18px;
  font-weight: 800;
}
.tk-testimonial-slider .tk-testimonial .tk-footer .tk-position {
  font-size: 16px;
  line-height: 1.25;
  color: #4481b1;
}
.tk-testimonial-slider .tk-stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 0;
}
.tk-testimonial-slider .tk-stars .tk-provenexpert-stars {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
}
.tk-testimonial-slider .tk-stars .tk-provenexpert-stars .star {
  background: url(/wp-content/themes/tkt/assets/img/provenexpert-star.png) no-repeat;
  width: 23px;
  height: 23px;
}
.tk-testimonial-slider .tk-stars .tk-provenexpert-stars .star.gold {
  background-position: 0 -46px;
}
.tk-testimonial-slider .tk-stars .tk-provenexpert-stars .star.gold_grey {
  background-position: 0 -23px;
}
.tk-testimonial-slider .tk-stars .tk-provenexpert-stars .tk-link {
  margin-top: 10px;
}
.tk-testimonial-wide-slider .tk-testimonial-wide:before {
  content: url("/wp-content/themes/tkt/assets/img/quotation-mark.png");
  position: absolute;
  right: 25px;
  top: 25px;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-quote {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-quote:after {
  top: 100%;
  left: 25px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 20px solid rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  z-index: 1;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-quote h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 15px;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-quote .tk-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: #4a4a4a;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-footer {
  display: flex;
  align-items: center;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-footer .tk-image-wrapper {
  margin-right: 25px;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-footer .tk-image-wrapper img {
  border-radius: 100px;
  min-height: 90px;
  min-width: 90px;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-footer .tk-name {
  line-height: 1.25;
  text-align: left;
  color: #4481b1;
  font-size: 18px;
  font-weight: 800;
}
.tk-testimonial-wide-slider .tk-testimonial-wide .tk-footer .tk-position {
  font-size: 16px;
  line-height: 1.25;
  color: #4481b1;
}
.tk-trainer-slider .tk-trainer {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 40px;
}
.tk-trainer-slider .tk-trainer h3 {
  font-size: 24px;
  font-weight: 800;
  color: #4481b1;
  line-height: 1em;
  margin-bottom: 15px;
}
.tk-trainer-slider .tk-trainer .tk-position {
  font-size: 18px;
  color: #4481b1;
  line-height: 1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .tk-trainer-slider .tk-trainer {
    display: flex;
    flex-direction: column;
  }
  .tk-trainer-slider .tk-trainer .image-wrapper {
    margin-bottom: 20px;
  }
}
.tk-title-and-ihk {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tk-title-and-ihk .tk-title h1,
.tk-title-and-ihk .tk-title p {
  color: #4481b1;
  font-weight: 800;
}
.tk-title-and-ihk .tk-title h1 {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}
.tk-title-and-ihk .tk-title p {
  margin-bottom: 5px;
  text-wrap: nowrap;
  font-size: 16px;
}
.tk-title-and-ihk .tk-ihk-wrapper {
  margin-top: 10px;
  margin-left: auto;
}
.tk-title-and-ihk .tk-ihk-wrapper img {
  max-height: 40px;
}
.tk-title-and-ihk .tk-ihk-wrapper p {
  font-size: 12px;
  font-weight: bold;
  color: #a7a6a6;
  margin-bottom: 5px;
}
.tk-ihk-wrapper.tk-standalone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.tk-ihk-wrapper.tk-standalone img {
  max-height: 40px;
}
.tk-ihk-wrapper.tk-standalone p {
  font-size: 12px;
  color: white;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tk-title-and-ihk {
    padding: 10px;
    flex-direction: column-reverse;
  }
  .tk-title-and-ihk .tk-ihk-wrapper {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .tk-title-and-ihk .tk-title p {
    text-wrap: auto;
  }
}
ul.tk-usps {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 20px 0;
  justify-content: space-around;
  border-bottom: 1px solid #68a3d2;
}
ul.tk-usps li {
  display: flex;
  flex: 1;
  align-items: center;
}
ul.tk-usps li img {
  height: 36px;
  margin-right: 5px;
}
ul.tk-usps li span {
  font-size: 18px;
  font-weight: 800;
  color: #68a3d2;
}
@media screen and (max-width: 768px) {
  ul.tk-usps {
    padding: 20px 10px 20px 10px;
    border-top: 1px solid #68a3d2;
    margin-top: 20px;
  }
  ul.tk-usps li img {
    height: 20px;
  }
  ul.tk-usps li span {
    font-size: 11px;
  }
}
.live-online-traninig .tk-live i,
.live-online-traninig .tk-digital-gruppenarbeiten i,
.live-online-traninig .tk-interaktiv i,
.live-online-traninig .tk-zuverlässig i,
.live-online-traninig .tk-begeisternd i,
.live-online-traninig .tk-anerkannt i,
.live-online-traninig .tk-alltagstauglich i,
.live-online-traninig .tk-starttermin i {
  margin-left: -40px;
  margin-right: 10px;
  color: #68a3d2;
  font-size: 20px;
}
.live-online-traninig .tk-starttermin {
  padding-top: 25px;
}
.tk-cookie-wrapper {
  display: none;
  z-index: 10000;
  /*! CSS Used from: https://app.thekey.academy/static/css/main.8c456f9c.chunk.css */
  /*! CSS Used from: https://app.thekey.academy/static/css/main.8c456f9c.chunk.css */
}
.tk-cookie-wrapper.show {
  display: block;
}
.tk-cookie-wrapper .tk-overlay {
  z-index: 1000000000000 !important;
  background-color: #000;
  opacity: 0.45;
  height: 100vh;
  width: 100vw;
  position: fixed;
}
.tk-cookie-wrapper .sc-bkSUFG {
  z-index: 1000000000000 !important;
}
.tk-cookie-wrapper div {
  font-family: "Nunito Sans", sans-serif;
}
.tk-cookie-wrapper *,
.tk-cookie-wrapper :after,
.tk-cookie-wrapper :before {
  box-sizing: border-box;
}
@media print {
  .tk-cookie-wrapper *,
  .tk-cookie-wrapper :after,
  .tk-cookie-wrapper :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
.tk-cookie-wrapper .fIlEVT {
  height: 100%;
  width: 100%;
  opacity: 0.45;
  background-color: black;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.tk-cookie-wrapper [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tk-cookie-wrapper .icon-a_arrow-down:before {
  content: "\e900";
}
.tk-cookie-wrapper .icon-a_close:before {
  content: "\e908";
}
.tk-cookie-wrapper a,
.tk-cookie-wrapper button,
.tk-cookie-wrapper div,
.tk-cookie-wrapper h2 {
  font-family: "Nunito Sans", sans-serif;
}
.tk-cookie-wrapper *,
.tk-cookie-wrapper :after,
.tk-cookie-wrapper :before {
  box-sizing: border-box;
}
.tk-cookie-wrapper h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.tk-cookie-wrapper a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.tk-cookie-wrapper a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.tk-cookie-wrapper img {
  border-style: none;
}
.tk-cookie-wrapper img {
  vertical-align: middle;
}
.tk-cookie-wrapper button {
  border-radius: 0;
}
.tk-cookie-wrapper button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.tk-cookie-wrapper button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tk-cookie-wrapper button {
  overflow: visible;
}
.tk-cookie-wrapper button {
  text-transform: none;
}
.tk-cookie-wrapper button {
  -webkit-appearance: button;
}
.tk-cookie-wrapper button:not(:disabled) {
  cursor: pointer;
}
.tk-cookie-wrapper h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.tk-cookie-wrapper h2 {
  font-size: 2rem;
}
.tk-cookie-wrapper .tk-close-cookie-consent {
  cursor: pointer;
}
@media print {
  .tk-cookie-wrapper *,
  .tk-cookie-wrapper :after,
  .tk-cookie-wrapper :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .tk-cookie-wrapper a:not(.btn) {
    text-decoration: underline;
  }
  .tk-cookie-wrapper img {
    page-break-inside: avoid;
  }
  .tk-cookie-wrapper h2 {
    orphans: 3;
    widows: 3;
  }
  .tk-cookie-wrapper h2 {
    page-break-after: avoid;
  }
}
.tk-cookie-wrapper h2 {
  margin: 0;
}
.tk-cookie-wrapper button {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: inherit;
}
.tk-cookie-wrapper a {
  color: #247ac7;
}
.tk-cookie-wrapper a:hover {
  text-decoration: none;
  cursor: pointer;
}
.tk-cookie-wrapper button:focus {
  outline: 0 !important;
}
.tk-cookie-wrapper .cKrwNk {
  position: relative;
  height: 130px;
}
.tk-cookie-wrapper .cKrwNk::after {
  position: absolute;
  bottom: -1px;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 101;
}
.tk-cookie-wrapper .tk-text-wrapper {
  height: 100%;
  overflow: hidden;
  font-size: 14px;
}
.tk-cookie-wrapper .tk-text-wrapper.tk-with-padding {
  padding: 15px 0;
}
.tk-cookie-wrapper .kyOcRY {
  position: relative;
  top: -32px;
  border-radius: 8px;
  height: 30px;
  width: 42px;
  background-color: #184276;
  color: white;
  font-size: 16px;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px auto;
  z-index: 102;
}
.tk-cookie-wrapper .kREZdm {
  position: fixed;
  max-width: 718px;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: white;
  border-radius: 12px;
  padding: 32px 40px;
}
.tk-cookie-wrapper .lgbOdF {
  position: absolute;
  right: 16px;
  top: 16px;
}
.tk-cookie-wrapper .cKyloM {
  display: flex;
  flex-direction: row;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  left: -56px;
}
.tk-cookie-wrapper .iPugQC {
  font-weight: bold;
  padding-left: 9px;
}
.tk-cookie-wrapper .dnIDNZ {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.tk-cookie-wrapper .gaOupL {
  flex: 0 0 33%;
  height: 40px;
  border-radius: 100px;
  padding: 8px 16px;
  background-color: #4ace7f;
  color: #184276;
  text-align: center;
  font-weight: bold;
}
.tk-cookie-wrapper .dieCp {
  flex: 0 0 33%;
  height: 40px;
  border-radius: 100px;
  padding: 8px 16px;
  color: #184276;
  text-align: center;
  border: 2px solid #e6e5ef;
}
.tk-cookie-wrapper .jYnbjJ {
  flex: 0 0 33%;
  align-self: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.tk-cookie-wrapper .hEHbwT {
  text-align: center;
  text-decoration-line: underline !important;
  color: #079e83 !important;
}
.tk-cookie-wrapper .dlVOOg {
  border-radius: 8px;
  height: 30px;
  width: 42px;
  background-color: #184276;
  color: white;
  font-size: 16px;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px auto;
  z-index: 102;
}
@media (max-width: 600px) {
  .sc-bkSUFG {
    top: 150px;
    bottom: unset !important;
    width: 90%;
  }
  .sc-kCMKrZ {
    flex-direction: column-reverse !important;
  }
  .kREZdm {
    position: absolute !important;
  }
}
