html, body {
  background-color: #fafdff;
  font-family: 'Instrument Sans Regular';
}

strong {
  font-family: "Instrument Sans SemiBold" !important;
  color: rgb(65,65,65);
  font-weight: normal !important;
}

ul {
  font-family: "Instrument Sans Medium";
  color: rgb(65,65,65);
}

li {
  font-family: "Instrument Sans Regular";
  color: rgb(65,65,65);
  font-size: 17px;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #3c53a5;
}

/*
 * Alerts
 */
.alert {
  width: 100%;
  min-width: 45px;
  padding: 10px;
  border-radius: 12px;
  font-family: "Instrument Sans Regular";
}

.alert-info {
  background-color: #c1d2ff;
  border-color: #b5c8ff;
  color: #1d3f74;
}

.alert-error {
  background-color: #cb5046;
  border-color: #a54145;
  color: #741d2d;
}

.alert-news {
  background-color: #c1d2ff;
  border-color: #4e79db;
  color: #102749;
}

.alert-success {
  background-color: #70e1a2;
  border-color: #8fda8f;
  color: #1d746f;
}

/*
 * Animation / Keyframes
 */
.default-translate-transition {
  transition: transform ease 0.4s;
}

.form-hidden, .form-hidden-button, .link-hidden {
  display: none;
}

.form-submit-animate {
  transform: translateY(8px);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Heading / Paragraph
 */
h1 {
  color: rgb(65,65,65);
  font-family: "Instrument Sans SemiBold";
  font-size: 40px;
}

h2 {
  color: rgb(65,65,65);
  font-family: "Instrument Sans SemiBold";
  font-size: 29px;
}

h3 {
  color: rgb(65,65,65);
  font-family: "Instrument Sans Medium";
  font-size: 20px;
}

p {
  font-family: "Instrument Sans Regular";
  font-size: 17px;
}

label {
  font-family: "Instrument Sans Regular";
  font-size: 17px;
}

a {
  color: #1D5FD6;
}

/*
 * Grid / Row
 */
.table-responsive.table-borderless {
  border-radius: 10px;
}

th {
  background-color: #5D75CA !important;
  color: rgb(255,255,255);
  font-size: 15px;
  width: 50%;
}

.container {
  border-radius: 7px;
}

.tab-pane.active {
  animation: slide-down 0.65s ease-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  font-size: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #5D75CA;
  color: white;
  min-width: 80px;
  text-align: center;
  border-radius: 7px 7px 0px 0px;
}

.content-card {
  background-color: #ffffff;
  border-radius: 17px;
  padding-left: 47px;
  padding-right: 47px;
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  border-radius: 15px;
  padding-top: 47px;
}

.content-card > h3:first-child{
  margin-top: -14px;
  margin-bottom: 26px;
}

.db-course-row {
  background-color: #f8f9fc;
  padding: 20px;
  border-radius: 20px;
}

.card.db-course-element {
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  border-radius: 15px;
  border: 0;
  text-align: center;
  transition: transform .3s ease;
  position: relative;
}

.card.db-course-element a:hover {
  text-decoration: none;
}

.card.db-course-element h1 {
  font-size: 18px;
  color: #444444;
  color: #444444;
  font-family: "Instrument Sans Regular";
  font-weight: 700;
}

.card.db-article-element {
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  border-radius: 15px;
  border: 0;
  text-align: center;
  transition: transform .3s ease;
}

.card.db-article-element a:hover {
  text-decoration: none;
}

.card.db-article-element img {
  border-radius: 15px 15px 0 0;
  object-fit: cover;
  height: 120px;
}

.card.db-article-element:hover {
  transform: scale(0.97);
}

.card.db-article-element h1 {
  font-size: 18px;
  color: #444444;
  color: #444444;
  font-family: "Instrument Sans Regular";
  font-weight: 700;
}

.card.db-product-element, .card.db-product-element > img {
  background-color: rgba(255,255,255,0.93);
  border: 1.5295px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  border-radius: 15px;
  text-align: center;
}

.card.db-product-element h1 {
  font-size: 18px;
  color: #444444;
  color: #444444;
  font-family: "Instrument Sans Regular";
  font-weight: 700;
}

.card.db-stats-element {
  background: linear-gradient(270deg, rgba(57, 86, 187, 0.60) 0%, #5D75CA 100%), #5D75CA;
  box-shadow: 0px 4px 3.5px 0px rgba(0, 0, 0, 0.22);
  border: 1.5295px solid rgba(255, 255, 255, 0.07);
  border-radius: 15px;
}

.card.db-stats-element > .card-body > a:hover {
  text-decoration: none !important;
}

.card.db-stats-element i {
  color: #FFF;
  font-size: 34px;
  transition: transform 0.6s;
}

.card.db-stats-element:hover i {
  transform: scale(1.08);
}

.card.db-stats-element p:first-of-type {
  color: rgba(255,255,255,0.91);
  font-family: "Instrument Sans Regular";
  font-weight: 200;
  font-size: 14px;
  text-transform: initial;
  margin-bottom: -3px;
}

.card.db-stats-element p:last-of-type {
  color: rgb(255,255,255);
  font-family: "Instrument Sans Regular";
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 0px;
}

.card.db-card-element {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  border: none !important;
}

.card.db-card-element h1:first-of-type {
  color: #444444;
  font-family: "Instrument Sans Regular";
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0px;
}

.card.db-card-element > .card-body.max-h {
  padding: 33px;
  padding-top: 28px;
  padding-bottom: 28px;
  height: 300px;
  max-height: 300px;
}

.card.db-settings-section {
  background: #FFFFFF;
  border-radius: 45.7482px;
  border: none !important;
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  padding-left: 10px;
  padding-right: 10px;
}

.card.db-settings-section h1 {
  font-size: 24px;
  color: #444444;
  color: #444444;
  font-family: "Instrument Sans Regular";
  font-weight: 700;
}

.card.db-alert-section {
  background: #FFFFFF;
  border-radius: 15px;
  border: none !important;
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.1);
  padding-left: 10px;
  padding-right: 10px;
}

.card.db-alert-section p:first-of-type {
  color: #444444;
  font-family: "Instrument Sans Regular";
  font-weight: 700;
  font-size: 20px;
}

.card.db-alert-section.highlight {
  border-width: 2px!important;
  border-style: solid !important;
  border-color: #5d75ca70 !important;
}

.card.db-alert-section i:first-of-type {
  color: #5D75CA;
  margin-right: 20px;
  margin-top: 3px;
  font-size: 43px;
}


/*
 * Navbar
 */
.navbar {
  transition: 0.3s;
}

.nav .nav-item {
  padding: 5px;
  transition: background-color 0.2s;
}

.nav .nav-link {
  font-family: "Instrument Sans Regular";
}

.nav .nav-item.goalstreak {
  padding: 5px;
  border: 2px solid #b9b9b9;
  border-radius: 10px;
}

.nav .nav-item.goalstreak:hover {
  background-color: initial;
  transition: none;
}

.dropdown-menu {
  border-color: #e3e3e3;
  border-radius: 15px;
}

.dropdown-item {
  font-family: "Instrument Sans Regular";
}

.dropdown-item:active {
  background-color: #5D75CA;
}

.navbar-nav .nav-item:hover {
  background-color: rgba(75, 128, 255, 0.04);
  padding: 5px;
  border-radius: 10px;
}

.navbar-toggler:focus {
  outline-color: rgba(0,0,0,.1) !important;
}

.custom-select {
  background-color: #fafaff;
}

/*
 * Testimonial Section
 */
.testimonials-clean {
  color: #313437;
  background-color: #2db2f5;
}

.testimonials-clean p {
  color: #7d8285;
}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height: 220px;
  }
}

.testimonials-clean .item .box {
  padding: 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  /*padding-left: 25px;*/
}

.testimonials-clean .item .name {
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials-clean .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

/*
 * Videos [by @marketnDE]
 */
video::-webkit-media-controls-start-playback-button {
  display: none;
}

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-container video, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.video-wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-wrapper .playpause {
  background-repeat: no-repeat;
  width: 35%;
  height: 35%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  transition: transform .3s;
}

.video-wrapper:hover .playpause {
  transform: scale(0.8);
}

.video-wrapper .overlay {
  background-color: black;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  border-radius: 15px;
  background-size: contain;
  background-position: center;
  opacity: 0.4;
}

/*
 * Table Card
 */
.card.table {
  border-radius: 12px;
  border: 0;
}

.card.table > .card-header {
  border-radius: 12px 12px 0px 0px;
  border: 0;
}

/*
 * Bootstrap Override / Buttons
 */
.badge-primary {
  background-color: #5D75CA;
  padding: 10px 12px 10px 12px;
  border-radius: 9px;
}

.badge-primary.grow {
  transition: 0.2s;
}

.badge-primary.grow:hover{
  transform: scale(1.05);
}

.shadow {
  box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.17) !important;
}

.text-primary {
  color: #5D75CA !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #5D75CA;
  border-color: #5D75CA;
  font-family: "Instrument Sans Regular";
}

.page-item.active .page-link {
  box-shadow: none;
}

.btn.btn-primary {
  background: linear-gradient(103deg, #5d75ca -3.11%, transparent) #4761bc 91.09%;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  color: rgb(255,255,255) !important;
  margin-top: 13px;
  transition: background 0.3s;
  cursor: pointer;
  font-family: "Instrument Sans Regular";
}

.btn-primary.pulse-shadow:not(:disabled):not(.disabled).active:focus, .btn-primary.pulse-shadow:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.pulse-shadow.dropdown-toggle:focus, .btn.btn-primary.pulse-shadow {
  animation: pulse-shadow 1.55s infinite cubic-bezier(0.51, -0.02, 0, 0.78);
  box-shadow: 0 0 0 0 rgb(20,63,211);
}

@keyframes pulse-shadow {
  to {
    box-shadow: 0 0 0 16px rgba(232, 76, 61, 0);
  }
}

.btn.btn-primary.hover-1 {
  transition: transform 0.2s;
}

.btn.btn-primary.hover-1:hover {
  transform: scale(0.95);
}

.btn.btn-primary.link {
  padding-top: 8px;
}

.btn.btn-primary.link:hover {
  color: white;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #3c53a5 !important;
}

.btn.btn-action {
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  color: rgb(255,255,255);
  transition: background 0.3s;
}

.btn.btn-action:focus, .btn.btn-action:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.btn.btn-action.red {
  background: linear-gradient(103deg, #c63737 -3.11%, transparent) #c12727 91.09%;
}

.btn.btn-action.blue {
  background: linear-gradient(103deg, #5d75ca -3.11%, transparent) #4761bc 91.09%;
}

.btn.btn-action.green {
  background: linear-gradient(103deg, #51c637 -3.11%, transparent) #1ec62b 91.09%;
}

/*
 * Form Steps
 */
/* PROGRESS BAR STYLES */
.progress-wrap {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  z-index: -2;
  padding: 20px 0;
  margin: 0; /* Setze den äußeren Abstand auf 0 */
  max-width: none;
  border-radius: 20px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  border: 2px solid #ebebeb;
}

.progress-wrap h4 {
  color: #9D9DBF;
  padding-bottom: 20px;
}

.progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #9393A0;
  position: relative;
  margin-bottom: 1em; /* Abstand am Ende der Fortschrittsleiste */
}

.progress-steps>li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: .8em;
  height: 2.5em; /* Setze die Höhe für die Punkte */
  z-index: 1; /* Stelle sicher, dass Punkte über der Linie liegen */
}

.progress-steps>li span {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 15px;
}

.progress-steps>li:before {
  content: attr(data-step);
  display: block;
  margin: .18em auto;
  background: #fff;
  color: #9D9DBF;
  border: 3px solid #d7d7de;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  margin-bottom: .25em;
  line-height: 2.1em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}

.progress-steps>li.is-complete {
  color: #3c53a5;
}

.progress-steps>li.is-complete:before {
  content: '✔';
  color: #FFF;
  background: #3c53a5;
  border: 4px solid #3c53a5;
}

.progress-steps>li.is-active {
  color: #3c53a5;
}

.progress-steps>li.is-active:before {
  color: #3c53a5;
  background: #FFF;
  border: 3px solid #3c53a5;
}

/* Verbinde die Punkte mit einer farbigen Linie */
.progress-steps>li:after {
  content: '';
  position: absolute;
  display: block;
  background: #3c53a5; /* Farbe der Linie */
  width: calc(100% - 2.5em);
  height: .25em;
  top: 1.25em;
  left: 50%;
  margin-left: -50%; /* Zentrieren der Linie */
  z-index: 0; /* Stelle sicher, dass die Linie unter den Punkten liegt */
}

/* Verbinde die Punkte mit einer Linie */
.progress-steps>li:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  background: #d7d7de;
  width: 100%;
  height: .25em;
  top: 1.25em;
  left: 50%;
  margin-left: 0;
}

/* Linie für abgeschlossene Level färben */
.progress-steps>li.is-complete:after {
  content: '';
  position: absolute;
  display: block;
  background: #3c53a5;
  width: 100%;
  height: .25em;
  top: 1.25em;
  left: 50%;
  margin-left: 0;
}

/* Optional: Hide the last separator line */
.progress-steps>li:last-child:after {
  display: none;
}

.progress-wrap *,
.progress-wrap *:after,
.progress-wrap *:before {
  box-sizing: border-box;
}


/*
 * Table / Pagination / Modals
 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  max-width: 400px;
  margin: 0 auto;
  border: 0;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}

/*
 * Browser Misc.
 */
::selection {
  background: #5D75CA;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #5D75CA;
}

::-webkit-scrollbar-thumb:hover {
  background: #3f549c;
}

/*
 * Footer
 */
.footer-basic {
  position: absolute;
  padding: 40px 0;
  color: #4b4c4d;
  font-family: "Instrument Sans Regular";
  width: 100%;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

/*
 * Data Table
 */
.tableFixHead {
  overflow-y: auto;
  height: 200px;
  border-radius: 10px;
}

.tableFixHead > .table {
  margin-bottom: 0rem !important;
}

.tableFixHead::-webkit-scrollbar {
  width: 10px;
}

.tableFixHead::-webkit-scrollbar-track {
  background: #ffffff;
}

.tableFixHead::-webkit-scrollbar-thumb {
  background: #888;
}

.tableFixHead::-webkit-scrollbar-thumb:hover {
  background: #555;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 16px;
  font-family: "Instrument Sans Regular";
}

th {
  background: #eee;
}

/*
 * Responsive
 */
@media all and (max-width: 959px) {
  .desktopContent {
    display: block;
  }
}

@media all and (max-width: 999px) {
  .desktopContent {
    display: none;
  }
}

@media all and (min-width: 959px) {
  .mobileContent {
    display: block;
  }
}

@media all and (min-width: 999px) {
  .mobileContent {
    display: none;
  }
}