html {
  --border-radius: 10px;
}

ul,
ol {
  list-style: disc outside;
}

.sc_image {
  height: 200px;
  width: 100%;
}

.card .card-image:first-child img {
  height: 200px;
  width: auto;
  display: initial;
  border-radius: 15px;
}

.tc_image {
  height: 100px;
  display: initial;
}

.pb_image {
  opacity: 0.9;
}

.pb_image img {
  height: 50px;
  width: auto;
  display: initial;
}

.member_column {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  justify-content: center;
}

.mc-left,
.mc-right {
  display: flex;
  align-items: center;
  margin-right: 50px;
  height: 100%;
}

.card-person-image {
  width: 90%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.card-person-image img {
  width: 100%;
  background-position: center center;
  object-fit: cover;
}

.card-person-desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-person-skills {
  height: 364px;
}

@supports (-webkit-text-stroke: 1px rgb(255, 255, 255)) {
  .hero-text .inner-text, .hero-text .inner-title {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    border-radius: var(--border-radius);
    -webkit-text-stroke: 0.025em rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(0, 0, 0);
  }
}
.hero-background .inner-text, .hero-background .inner-title {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  border-radius: 6px;
  padding: 3px 6px;
}

.hero a {
  text-decoration: none !important;
}

.hero-image {
  height: 400px;
  opacity: 0.75;
  border-radius: 15px;
}

.double_hero .inner-title {
  font-size: 0.9em;
}
.double_hero .inner-text {
  font-size: 1.1em;
}

.dh-effects:hover {
  transform: scale(0.99);
  box-shadow: 0 0 15px rgb(0, 0, 0);
  transition: ease-in-out 0.4s;
  border-radius: 10px;
}

.dh-image {
  height: 300px;
  opacity: 0.8;
  background-size: cover;
  background-position: center center;
  border-radius: var(--border-radius);
}

.card {
  align-items: stretch;
  height: 100%;
}

.double_card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.double_card p {
  text-align: justify;
}

.double_card img {
  max-width: 100%;
}

.triple_card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.triple_card p {
  text-align: justify;
}

.triple_card img {
  max-width: 100%;
}

.left-card,
.right-card {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.left-card .card-text-left,
.right-card .card-text-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-and-image-left,
.title-and-image-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.card-title-left,
.card-title-right {
  text-align: center;
  white-space: nowrap;
}

.card-image-left img,
.card-image-right img {
  width: auto;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.headline-title {
  font-size: 2rem;
  font-weight: 500;
}

.fading_line {
  margin: auto;
  display: block;
  border: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, var(--pi-lar-color) 51%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 768px) {
  .member_column {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.9em !important;
  }
  .hero {
    padding-bottom: 2.5em !important;
    padding-top: 2.5em !important;
  }
  .pb_image img {
    height: 30px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 600px) {
  html {
    font-size: 0.8em !important;
  }
  .hero-image {
    height: 250px !important;
  }
  .dh-image {
    height: 200px !important;
  }
  .pb_image img {
    height: 15px !important;
  }
}

/*# sourceMappingURL=lektor.css.map */
