@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --bs-body-line-height: 1.7;
  --bs-body-color: #586667;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #494949;
  font-size: 14px;
}
* {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
  line-height: 20px;
}
a {
  color: #3097d1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #216a94;
  text-decoration: underline;
}
input {
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 5px 10px;
}
input:focus-visible {
  outline: 1px solid #e2e2e2;
}
pre {
  padding: 0;
  background-color: white;
  border: 1px solid #ECF0F1;
  border-radius: 6px;
}
pre .CodeMirror {
  height: auto;
  color: #2C3E4F;
}
pre .CodeMirror-gutters {
  background: transparent;
  border-right: 1px solid #ECF0F1;
}
pre .CodeMirror-linenumber {
  padding-right: 15px;
  background: white;
}
pre .CodeMirror-lines {
  padding: 10px 0;
}
pre .CodeMirror pre.CodeMirror-line {
  padding-left: 20px;
}
.collapsed-code-block {
  position: relative;
}
.collapsed-code-block .expand-code {
  display: none;
}
.collapsed-code-block.collapsed {
  margin-bottom: 36px;
}
.collapsed-code-block.collapsed > pre {
  height: 143px;
  overflow: hidden;
  position: relative;
}
.collapsed-code-block.collapsed .expand-code {
  border-radius: 20px;
  user-select: none;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ECF0F1;
  z-index: 5;
  transform: translateX(-50%);
  padding: 4px 18px;
  box-shadow: 0 0 0 3px white;
}
.collapsed-code-block.collapsed .expand-code:hover {
  color: white;
  background-color: #7F8C8D;
}
.code-tab {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0 0 13px;
  position: relative;
}
.code-tab,
.code-tab:after {
  height: 38px;
  background: url('../themes/demo/assets/images/code-tab.png') no-repeat 0 0;
  background-size: 335px 38px;
}
.code-tab:after {
  content: '';
  width: 34px;
  display: block;
  position: absolute;
  right: -34px;
  top: 0;
  background-position: right top;
}
.code-tab + pre {
  border-radius: 0 6px 6px 6px;
}
.collapse-title {
  align-items: center;
  border: 0;
  border-radius: 0;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  width: 100%;
  cursor: pointer;
}
.collapse-title:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: .8rem;
  background-position: center;
  content: "";
  flex-shrink: 0;
  height: .8rem;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
.collapse-title:not(.collapsed):after {
  transform: rotate(-180deg);
}
.collapse-title:hover {
  color: #4a84fc;
}
.table-list {
  margin: 0;
  padding: 0;
}
.table-list li {
  list-style: none;
}
.table-list li .table-list-item {
  text-decoration: none;
  color: #494949;
  margin: 0;
  padding: 8px 3px 8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(196, 196, 196, 0.3);
}
.table-list li .table-list-item *::first-letter {
  text-transform: uppercase;
}
.table-list li .table-list-item .table-list-item__title {
  font-size: 16px;
}
.table-list li .table-list-item:hover .btn {
  background-color: #ffffff;
  border-color: #ddecfe;
  color: #4a84fc;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn {
  box-shadow: none;
  outline: none;
}
.btn::first-letter {
  text-transform: uppercase;
}
.btn.btn-cta {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #6a6cf7;
}
.btn.btn-primary {
  min-width: 100px;
  padding: 10px 20px;
  text-align: center;
  background-color: #ddecfe;
  border-color: #ddecfe;
  border-radius: 7px;
  color: #4a84fc;
}
.btn.btn-primary:hover {
  background-color: #ffffff;
  border-color: #ddecfe;
  color: #4a84fc;
}
.btn.btn-secondary {
  min-width: 100px;
  padding: 10px 20px;
  text-align: center;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 7px;
  color: #4a84fc;
}
.btn.btn-secondary:hover {
  background-color: #4a84fc;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-readmore {
  cursor: pointer;
  color: #4a84fc;
  background-color: unset;
  border-color: unset;
  border: none;
  padding: 0;
  font-size: .8rem;
}
.btn.btn-readmore:hover {
  background-color: unset;
  border-color: unset;
  text-decoration: underline;
}
.btn.blue-label {
  cursor: unset;
  display: inline-block;
  padding: 5px 9px;
  background: #ddecfe;
  border-radius: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4A84FC;
  margin-top: 20px;
  margin-bottom: calc(15px);
}
.btn.white-label {
  cursor: unset;
  display: inline-block;
  padding: 5px 9px;
  background: #ffffff;
  border-radius: 7px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4A84FC;
  margin-top: 20px;
  margin-bottom: calc(15px);
}
.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pagination-previous .btn,
.pagination-next .btn {
  width: auto;
  padding: 10px 20px;
  min-width: 0;
}
.pagination-numbers-button {
  margin: 0 5px;
  color: #494949;
}
.pagination-numbers-button.active {
  color: #4a84fc;
  font-weight: bold;
}
.read-more-1,
.read-more-2 {
  transition: all .2s linear;
  overflow: hidden;
}
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: 1.7em;
  /* fallback */
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: 3.4em;
  /* fallback */
}
.searchbar {
  border-radius: 7px;
  background-color: #ddecfe;
  padding: 5px 10px;
  -webkit-transition: min-width 0.5s ease-in-out;
  -moz-transition: min-width 0.5s ease-in-out;
  -o-transition: min-width 0.5s ease-in-out;
  transition: min-width 0.5s ease-in-out;
  min-width: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.searchbar.active {
  border-radius: 7px 7px 0 0;
  min-width: 100%;
}
@media screen and (max-width: 1200px) {
  .searchbar.active {
    min-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .searchbar.active {
    min-width: 85%;
  }
}
.searchbar::before {
  content: "\f52a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none;
  vertical-align: -0.125em;
  margin-right: 5px;
}
.searchbar input {
  width: 0;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0;
  background-color: #ddecfe;
  border: none;
  border-radius: unset;
}
.searchbar input:focus-visible {
  outline: none;
}
.searchbar #searchbar-content {
  color: #494949;
  scroll-behavior: smooth;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 15;
  background-color: #fafafd;
  align-items: center;
  flex-direction: row;
  max-height: 75vh;
  display: block;
  padding: 15px 15px 15px 30px;
  overflow: scroll;
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 1200px) {
  .searchbar #searchbar-content {
    padding: 15px;
  }
}
.searchbar #searchbar-content .js_scrollTo {
  cursor: pointer;
}
.searchbar #searchbar-content .js_scrollTo:hover {
  text-decoration: underline;
}
.searchbar #searchbar-content > .search-page {
  width: 100%;
}
.tag {
  padding: 2px 5px;
  border: 1px solid #000000;
  margin-left: 5px;
  border-radius: 30px;
}
.completed-page {
  width: 100%;
  background-color: #4a84fc;
  text-align: center;
  display: flex;
  min-height: 70vh;
  color: #ffffff;
}
.completed-page__content {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .completed-page__content h1 {
    font-size: 5rem;
  }
  .completed-page__content p {
    margin: 0 auto;
    max-width: 80%;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .completed-page__content span {
    white-space: nowrap;
  }
}
.completed-page__content p {
  margin-bottom: 1rem;
}
.index-page {
  width: 100%;
}
.index-page__image {
  max-width: 100%;
}
.index-page__card {
  padding: 30px 35px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
}
@media screen and (max-width: 576px) {
  .index-page__card {
    padding: 4vw;
  }
}
.index-page__card.show {
  margin-bottom: 75px;
}
.index-page__signpost {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.index-page__signpost:hover {
  color: #494949;
}
.index-page__module {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.index-page__module:hover {
  color: #494949;
}
.index-page__modulecontent {
  padding: 0 30px;
}
@media screen and (max-width: 576px) {
  .index-page__modulecontent {
    padding: 0 2vw;
  }
}
.index-page__modulecontent .accordion-collapse {
  margin-bottom: 0;
}
.index-page__modulecontent .accordion-collapse.collapsing {
  transition: height 0.35s ease-out, margin-bottom 0.35s ease-out;
  margin-bottom: 1rem;
}
.index-page__modulecontent .accordion-collapse.show {
  margin-bottom: 1rem;
}
.index-page__item {
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.index-page__item:hover {
  color: #494949;
}
.index-page hr {
  margin: 30px 0;
}
.error-page__title {
  font-size: 4rem;
  font-family: 'Playfair Display', serif;
  color: #4a84fc;
}
.error-page__subtitle {
  font-size: 2.5rem;
  font-family: 'Playfair Display', serif;
}
.error-page p {
  font-size: 1rem;
}
.search-page a {
  color: #494949;
}
@media screen and (min-width: 768px) {
  .signpost-page {
    padding-bottom: 300px;
  }
  .signpost-page-visual {
    height: 450px;
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
  }
}
.theorie-page iframe {
  width: 100%;
}
.theorie-page .fancybox-image {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.theorie-page img {
  max-width: 100%;
}
