:root {
  --bs-body-bg: #fdfdfd;
  --nav-text-color: #fdfdfd;
  --sub-primary-text-color: #cdcdcd;
  --nav-secondary-text-color: var(--bs-dark-bg-subtle);
  --nav-background-color: #272a2f;
  --secondary-background-color: var(--bs-gray-dark);
  --cta-btn-bg-color: rgb(56 103 169);

  --primary-text-color: #272a2f;
  --sub-text-color: var(--bs-dark-text-emphasis);
}

/* Allgemein */
.cta-btn {
  display: flex;
  font-size: 1.1rem;
  width: fit-content;
  background-color: var(--cta-btn-bg-color) !important;
  color: var(--nav-text-color) !important;
  padding: 0.85rem 1.25rem !important;
  border-radius: 0.35rem;
  font-weight: 700 !important;
  transition: all 0.3s;
}
.cta-btn:hover {
  opacity: 0.8;
}

.second-cta-button {
  background: var(--bs-dark-text-emphasis);
  color: var(--nav-text-color) !important;
  font-size: 1.1rem !important;
  width: fit-content;
  padding: 0.85rem 1.25rem !important;
  border-radius: 0.35rem;
  font-weight: 700 !important;
  transition: all 0.3s !important;
}
.second-cta-button:hover {
  opacity: 0.8 !important;
}

.primary-title {
  color: var(--primary-text-color);
}

.sub-title {
  color: var(--sub-text-color);
}

/* Navbar */
#website--navbar nav {
  background: var(--nav-background-color) !important;
  background-color: var(--nav-background-color) !important;
  border: 0;
  border-bottom: 4px solid;
  border-image: linear-gradient(
    to right,
    rgb(58, 123, 213),
    rgb(150, 148, 255),
    rgb(87, 202, 235),
    rgb(93, 218, 180),
    rgb(255, 121, 118),
    rgb(255, 203, 95)
  );
  border-image-slice: 1;
}

#website--navbar .container-fluid {
  max-width: 1400px;
}

#website--navbar .navbar-brand img {
  height: 60px;
  width: 100%;
  max-width: 170px;
}

#website--navbar .nav-link {
  color: var(--nav-secondary-text-color);
  font-weight: 500;
  transition: all 0.3s;
  font-size: 1.05rem;
}

#website--navbar .nav-link:hover {
  color: var(--nav-text-color);
}

#website--navbar .nav-link.active {
  color: var(--nav-text-color);
  font-weight: 800;
}

/* Hero: Homepage */
#website--hero {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #f2f7ff90 99%, #f2f7ff90 100%);
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid rgb(209, 213, 219);
}

#website--hero .container {
  max-width: 100%;
}
#website--hero .hero-header h1 {
  font-size: 3rem;
  font-weight: 800;
}
#website--hero .hero-header p {
  font-size: 1.1rem;
}
#website--hero .hero-icon-row {
  max-width: 1260px;
  margin: 0 auto;
}
#website--hero .hero-icon-row .icon-box {
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--sub-primary-text-color);
  border-radius: 0.5rem;
  margin: 0 auto;
}
#website--hero .hero-icon-row .icon-box .bi {
  font-size: 21px;
  color: #607080;
}
#website--hero .hero-icon-row .icon-box svg {
  width: 21px;
  height: 31.5px;
}

/* Homepage: 9-key-facts */
#website--key-facts {
  padding-top: 150px;
  background-color: #fdfdfd;
  width: 100%;
}
#website--key-facts .container {
  max-width: 100%;
  max-width: 1200px;
}
#website--key-facts .facts-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
#website--key-facts .facts-header p {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 920px;
}
#website--key-facts .icon-list {
  max-width: 1260px;
  margin: 0 auto;
}
#website--key-facts .icon-list .icon-box {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  width: fit-content;
}
#website--key-facts .icon-list .icon-box .bi {
  font-size: 21px;
  color: #607080;
}
#website--key-facts .icon-list .icon-box svg {
  width: 21px;
  height: 31.5px;
}
#website--key-facts .icon-list .text-box {
  align-items: flex-start;
  text-align: left;
}
#website--key-facts .icon-list .text-box p {
  color: var(--primary-text-color);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

/* Homepage: stats */
#website--stats .container {
  max-width: 100%;
  background-color: #fdfdfd;
  padding-top: 100px;
  padding-bottom: 200px;
}
#website--stats .row {
  position: relative;
  max-width: 1000px;
  background-color: rgb(248 249 250);
  border-radius: 0.75rem;
  margin: 0 auto;
  padding-bottom: 2rem !important;
}
#website--stats .row .stats-container .icon-box {
  margin-bottom: 1rem;
}
#website--stats .row .stats-container .stats-number {
  font-size: 2.5rem;
  font-weight: 800;
}
#website--stats .row .stats-container .stats-text {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.5;
}
#website--stats .row .dateToday {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: fit-content;
  opacity: 0.5;
  font-size: 0.875rem;
}

/* Homepage: student testimonials */
#website--student-testimonials {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(15 58 123);
  width: 100%;
  max-width: 100%;
  border-top: 1px solid rgb(209, 213, 219);
}
#website--student-testimonials .abs-img-top {
  position: absolute;
  left: 80px;
  top: 80px;
  width: 80px;
  height: 80px;
}
#website--student-testimonials .abs-img-btm {
  position: absolute;
  right: 80px;
  bottom: 80px;
  width: 80px;
  height: 80px;
}
#website--student-testimonials .container {
  max-width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("https://edki.io/app-content/assets/static/images/studis-reviews-bg.png");
  background-color: rgb(15 58 123);
  width: 100%;
  max-width: 100%;
  background-position: center center;
  background-repeat: repeat-y;
}
#website--student-testimonials .reviews-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 50px;
  color: var(--nav-text-color);
}
#website--student-testimonials .reviews-header p {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 920px;
}
#website--student-testimonials .review-row {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3rem;
}
#website--student-testimonials .review-row .stud-review-container {
  text-align: left;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.6) 0px 2px 4px -1px;
  background-color: rgb(255, 255, 255);
  min-width: 330px;
  width: calc(33.3333% - 68px);
  padding: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
}
#website--student-testimonials .review-row .stars-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.25rem;
}
#website--student-testimonials .review-row .stars-box .bi {
  font-size: 18px;
  width: 18px;
  height: 24px;
  color: #ffa534;
}
#website--student-testimonials .review-row .author-box {
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 0.9;
  min-height: 50px;
}

/* Homepage: Top 3 */
#website--top-reasons {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #f2f7ff90 99%, #f2f7ff90 100%);
  background-color: #fdfdfd;
  width: 100%;
}
#website--top-reasons .container {
  max-width: 100%;
  max-width: 1200px;
}
#website--top-reasons .reasons-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
#website--top-reasons .reasons-header p {
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 920px;
}
#website--top-reasons .reasons-container {
  margin-top: 3rem;
  max-width: 100%;
  padding: 3rem;
  gap: 4rem;
}
#website--top-reasons .reasons-container .text-box p {
  font-size: 2rem;
  font-weight: 700;
}
#website--top-reasons .reasons-container .text-box i {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
#website--top-reasons .reasons-container .illustration-box svg {
  max-width: 500px;
  max-height: 500px;
}

/* Homepage: last cta container */
#website--last-cta {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(https://edki.io/app-content/assets/static/images/last-cta-container.png);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(229, 231, 235);
  background-color: rgb(15, 24, 123);
  width: 90%;
  max-width: 1200px;
  border-radius: 8px;
  margin: 150px auto 200px auto;
}
#website--last-cta .last-cta-container {
  padding: 5rem;
}
#website--last-cta .last-cta-container .text-box {
  max-width: 600px;
}
#website--last-cta .last-cta-container .text-box h2 {
  font-weight: 700;
  color: var(--nav-text-color);
}
#website--last-cta .last-cta-container .text-box p {
  font-size: 1rem;
  margin: 0;
  color: var(--nav-text-color);
  opacity: 0.9;
  font-weight: 500;
}

/* Footer */
#website--footer {
  background: var(--nav-background-color) !important;
  padding: 3rem;
  width: 100%;
  max-width: 100%;
}
#website--footer .footer-container {
  max-width: 1200px;
}
#website--footer .footer-container .footer-sitemap a {
  color: var(--nav-text-color);
  transition: all 0.3s;
}
#website--footer .footer-container .footer-sitemap a:hover {
  opacity: 0.8;
}
#website--footer .footer-container .footer-sub {
  border-top: 1px solid var(--sub-primary-text-color);
  border-bottom: 1px solid var(--sub-primary-text-color);
  padding: 1.5rem 0;
  border-color: var(--bs-gray-600);
}
#website--footer .footer-container .footer-sub .navbar-brand img {
  height: 60px;
  min-width: 170px;
}
#website--footer .footer-container .footer-sub a {
  color: var(--nav-text-color);
  transition: all 0.3s;
}
#website--footer .footer-container .footer-sub a:hover {
  opacity: 0.8;
}

/* Impressum, Datenschutz, Kontakt */
#website--sub-page-container {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #fdfdfd;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#website--sub-page-container .container {
  margin: 0;
  padding: 0 3rem;
  max-width: 100%;
}
#website--sub-page-container .sub-hero-header h1 {
  font-size: 3rem;
  font-weight: 800;
}
#website--sub-page-container .sub-hero-header p {
  font-size: 1.1rem;
}
#website--sub-page-container .contact-icon-column .contact-icon-box {
  background-color: #60708040;
  padding: 0.75rem 1.5rem;
  border-radius: 0.7rem;
  height: fit-content;
}
#website--sub-page-container .contact-icon-column .contact-icon-box i {
  font-size: 40px;
  width: 40px;
  height: 40px;
}

/* Log In/ Sign In */
#website--login-signin-container {
  background-image: linear-gradient(to top, #343a40 0%, #e2dbd3 99%, #e2dbd3 100%);
  width: 100%;
}
#website--login-signin-container .navbar-brand {
  height: 60px;
  width: fit-content;
}
#website--login-signin-container .navbar-brand img {
  max-width: 163px;
}
#website--login-signin-container .login-signin-container {
  height: 100%;
  width: 100%;
  background-color: var(--nav-background-color);
  box-shadow: 0 0 3px 0 var(--nav-background-color);
  border-radius: 0.7rem;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#website--login-signin-container .login-signin-container .left-sub-container {
  padding: 1rem;
}
#website--login-signin-container .login-signin-container .left-sub-container .left-container {
  padding: 1.5rem;
  background-color: rgba(56, 103, 169, 0.1);
  border-radius: 0.7rem;
}
#website--login-signin-container .login-signin-container .left-sub-container .icon-box {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  width: fit-content;
}
#website--login-signin-container .login-signin-container .left-sub-container .icon-box .bi {
  font-size: 21px;
  color: #607080;
}
#website--login-signin-container .login-signin-container .left-sub-container .icon-box svg {
  width: 21px;
  height: 31.5px;
}
#website--login-signin-container .login-signin-container .left-sub-container .text-box .sub-text {
  font-weight: 500 !important;
}
#website--login-signin-container .login-signin-container .right-sub-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem;
}
#website--login-signin-container .login-signin-container .sub-text {
  font-size: 0.875rem;
  font-weight: 300;
  color: var(--nav-secondary-text-color);
}
#website--login-signin-container .login-signin-container a {
  color: var(--cta-btn-bg-color);
  transition: all 0.3s;
  text-decoration: underline;
}
#website--login-signin-container .login-signin-container a:hover {
  opacity: 0.8;
}
#website--login-signin-container .login-signin-container .text-header h2 {
  color: var(--nav-text-color);
  font-weight: 800;
}
#website--login-signin-container .login-signin-container .hr-text {
  border: 0;
  line-height: 1em;
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  margin: 0;
}
#website--login-signin-container .login-signin-container .hr-text::before {
  content: "";
  background-color: var(--nav-secondary-text-color);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
#website--login-signin-container .login-signin-container .hr-text::after {
  content: attr(data-content);
  position: relative;
  padding: 0 10px;
  line-height: 1.5em;
  color: var(--nav-secondary-text-color);
  background-color: var(--nav-background-color);
}
#website--login-signin-container .login-signin-container .social-login button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  width: 100%;
  color: var(--nav-text-color);
  padding: 0.7rem;
  border-radius: 0.35rem;
  font-weight: 600;
  transition: all 0.3s;
  background-color: transparent;
  border: 2px solid var(--sub-text-color);
}
#website--login-signin-container .login-signin-container .social-login button:hover {
  border-color: var(--cta-btn-bg-color);
}
#website--login-signin-container .login-signin-container .social-login svg {
  height: 30px;
  width: 30px;
}

/* lg-breakpoint: `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  #website--hero {
    padding-top: 150px !important;
  }
  #website--key-facts .icon-list .icon-box {
    margin: 0 auto;
  }
  #website--key-facts .text-box {
    align-items: center !important;
    text-align: justify !important;
    max-width: 400px;
    margin: 0 auto;
  }
  #website--stats .container {
    padding-left: 0;
    padding-right: 0;
  }
  #website--stats .row {
    border-radius: 0 !important;
  }
  #website--student-testimonials .abs-img-top {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
  }
  #website--student-testimonials .abs-img-btm {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 80px;
    height: 80px;
  }
  #website--student-testimonials .reviews-header h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  #website--top-reasons .reasons-container {
    gap: 5rem !important;
    padding: 1rem !important;
  }
  #website--top-reasons .reasons-container .reason-box {
    flex-direction: column !important;
    max-width: 700px;
    margin: 0 auto;
  }
  #website--top-reasons .reasons-container .reason-box .illustration-box {
    max-width: 500px;
    margin: 0 auto;
  }
  #website--last-cta .last-cta-container {
    flex-direction: column !important;
    text-align: center;
  }
  #website--login-signin-container > div:nth-child(1) {
    padding: 0 !important;
  }
  #website--login-signin-container .login-signin-container {
    border-radius: 0 !important;
    min-height: 100vh;
  }
  #website--login-signin-container .right-sub-container {
    justify-content: flex-start !important;
    padding: 3rem 2rem !important;
  }
}

/* md-breakpoint: `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  #website--navbar .container-fluid {
    padding: 0 !important;
  }
  #website--sub-page-container {
    padding-top: 150px;
  }
  #website--sub-page-container .container {
    padding: 1rem !important;
  }
  #website--sub-page-container .sub-hero-header h1 {
    font-size: 2rem;
  }
  #website--last-cta .last-cta-container {
    padding: 2rem !important;
  }
  #website--footer {
    padding: 1rem 1.5rem !important;
  }
  #website--footer .footer-sub {
    margin-bottom: 2rem;
    align-items: flex-start !important;
    gap: 2rem;
  }
  #website--login-signin-container .login-signin-container {
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  #website--login-signin-container .left-sub-container {
    display: none !important;
  }
  #website--login-signin-container .right-sub-container {
    padding: 3rem 2rem !important;
  }
  #website--login-signin-container .social-login {
    flex-direction: column !important;
  }
}
