@font-face {
  font-family: "DIN Alternate Bold";
  font-style: normal;
  font-weight: normal;
  src: local("DIN Alternate Bold"),
    url("../font/DINAlternate-Bold.woff") format("woff");
}
.cv {
  font-family: "DIN Alternate Bold";
  min-height: 90vh;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cv .border-bottom-mobile {
    padding-bottom: 25px;
  }
  .cv .border-bottom-mobile::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 55% !important;
    height: 2px !important;
    background-color: rgb(184, 0, 0) !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .cv .padding-top-mobile {
    padding-top: 25px;
  }
}
@media screen and (min-width: 767px) {
  .cv .margin-top-desktop {
    margin-top: 25px;
  }
}
@media screen and (min-width: 767px) {
  .cv .row > * {
    --bs-gutter-x: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .cv .row > * .row {
    --bs-gutter-x: 5rem;
  }
}
.cv .row {
  position: relative;
}
.cv .krtk-logo-footer {
  margin-top: 111px;
}
.cv p {
  font-size: 19px;
}
.cv a {
  color: inherit;
  text-decoration: none;
}
.cv .profile-picture {
  height: 230px;
  width: 230px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  padding: 15px;
  border: 2px solid rgb(184, 0, 0);
}
.cv .schools p,
.cv .workplaces p,
.cv .teaching p {
  margin-bottom: 5px;
}
.cv .schools::after,
.cv .workplaces::after,
.cv .bluerightline::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 88%;
  background-color: rgb(184, 0, 0);
  right: 0;
  bottom: 0;
}
.cv .full-timeline {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .cv .full-timeline * {
    --bs-gutter-x: 1.5rem !important;
  }
}
.cv .full-timeline .yearContainer {
  position: relative;
  color: black;
}
.cv .full-timeline .yearContainer p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 5px;
}
.cv .full-timeline .yearContainer::after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(0, 11, 122);
  height: 100%;
  width: 2px;
  right: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .cv .full-timeline .yearContainer::after {
    right: calc(var(--bs-gutter-x) * 0.125);
  }
}
.cv .full-timeline .yearContainer.opacity-top::after,
.cv .full-timeline .yearContainer.opacity-top::before {
  background: linear-gradient(
    180deg,
    rgba(0, 11, 122, 0) 0%,
    rgb(0, 11, 122) 80%,
    rgba(0, 11, 122, 0.84) 100%
  );
}
.cv .full-timeline .yearContainer.opacity-bottom::after,
.cv .full-timeline .yearContainer.opacity-bottom::before {
  background: linear-gradient(
    180deg,
    rgb(0, 11, 122) 0%,
    rgba(0, 11, 122, 0.6) 20%,
    rgba(0, 11, 122, 0) 100%
  );
}
.cv .full-timeline .yearContainer::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background: rgb(0, 11, 122);
  height: 100%;
  left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .cv .full-timeline .yearContainer::before {
    left: calc(var(--bs-gutter-x) * 0.125);
  }
}
.cv .full-timeline .firstYear {
  padding-top: 18px;
  padding-bottom: 8px;
}
.cv .full-timeline .firstYear::after {
  width: 0;
  background-color: transparent;
  border-right: 2px dashed rgb(237, 237, 237);
}
.cv .full-timeline .firstYear::before {
  width: 0;
  background-color: transparent;
  border-left: 2px dashed rgb(237, 237, 237);
}
.cv .full-timeline .yearDesc {
  display: flex;
  color: #3c3c3b;
  flex-direction: column;
  position: relative;
  align-items: flex-end;
}
.cv .full-timeline .yearDesc:not(.short-years) {
  min-height: 250px;
}
.cv .full-timeline .yearDesc hr.intervalLine {
  margin: 0;
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  bottom: calc(100% - 10px);
  opacity: 1;
  background-color: rgb(184, 0, 0);
}
.cv .full-timeline .yearDesc hr.interval-desc-line {
  margin: 0;
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  opacity: 1;
  background-color: rgb(184, 0, 0);
}
.cv .full-timeline .yearDesc hr.lineToFirst {
  background-color: #3c3c3b;
  height: 2px;
  position: absolute;
  opacity: 1;
  left: 0;
  width: 100%;
  margin: 0;
  top: 19px;
}
.cv .full-timeline .yearDesc > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cv .full-timeline .yearDesc > div > img {
  padding-left: 35px;
}
.cv .full-timeline .yearDesc p {
  text-align: right;
  margin-bottom: 5px;
}
.cv h1 {
  color: rgb(184, 0, 0);
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
}
.cv h2,
.cv h3 {
  color: rgb(184, 0, 0);
  font-size: 27px;
  font-weight: bold;
}
.cv .rightline {
  height: 85%;
  right: 0;
  position: absolute;
  width: 2px;
  background-color: rgb(184, 0, 0);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cv .rightline {
    display: none;
  }
}
.cv .section-title {
  color: rgb(184, 0, 0);
  font-size: 19px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.cv .exprience-container p {
  color: #3c3c3b;
  font-size: 19px;
  line-height: 120%;
}
.cv .researches-row p {
  color: #3c3c3b;
  font-size: 19px;
  margin-bottom: 10px;
}
.cv .researches-container,
.cv .publications-container,
.cv .study-tripsand-lectures-container,
.cv .language-and-awards-container {
  padding-top: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cv .researches-container,
  .cv .publications-container,
  .cv .study-tripsand-lectures-container,
  .cv .language-and-awards-container {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cv .researches-container,
  .cv .publications-container,
  .cv .study-tripsand-lectures-container,
  .cv .language-and-awards-container {
    border-top: 2px solid rgb(184, 0, 0);
  }
}
.cv .timeline p {
  color: #3c3c3b;
  font-size: 19px;
  margin-bottom: 5px;
}
.cv .timeline p span {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .cv .timeline p span {
    display: block;
    margin-top: 10px;
  }
}
.cv .lectures p {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .cv .name-info,
  .cv .contact-info {
    margin-top: 20px;
  }
  .cv .center-div-mobile {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  .cv .mobile-big-margin {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cv .center-div {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.cv .contact-info {
  font-size: 16px;
}
.cv .contact-info p:not(span) {
  color: #3c3c3b;
  font-size: 21px;
}
.cv .contact-info > p:last-child {
  margin-bottom: 0;
}
.cv .contact-info img {
  margin-right: 21px;
}
.cv .row > div {
  position: relative;
}
.cv .section-title img {
  margin-right: 10px;
}

/*# sourceMappingURL=kutatok-cv.css.map */
