@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------     szamvitelirendszer.hu     -----------------*/
/*--------------------     timeline.css              -----------------*/
/*--------------------     version: 1.0.0.0          -----------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------   Generator: WebProgger.hu   ------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
.timeline-elso {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.timeline-elso:before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(26% + 33px);
  bottom: 0px;
  width: 4px;
  background: #CCD5DB;
}
.timeline-elso:after {
  content: "";
  display: table;
  clear: both;
}

.timeline {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(26% + 33px);
  bottom: 0px;
  width: 4px;
  background: #CCD5DB;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-utolso {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
}
.timeline-utolso:before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(26% + 33px);
  bottom: 0px;
  width: 4px;
  background: #CCD5DB;
  height: 50px;
}
.timeline-utolso:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .timeline-ikon {
  position: absolute;
  display: flex;
  width: 70px;
  left: calc(25% - 8px);
  right: 0px;
  margin: 0px;
  height: 70px;
  margin-top: 0px;
  justify-content: flex-start;
  background: #CCD5DB;
  padding: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
}
.entry .title {
  margin-top: 37px;
  margin-bottom: 37px;
  float: left;
  width: 20%;
  padding-right: 50px;
  text-align: right;
  position: relative;
}
.entry .title h3 {
  margin: 0;
  font-size: 1.4em;
  font-weight: 800;
  color: #78B72E;
}
.entry .title p {
  margin: 0;
  font-size: 100%;
}
.entry .body {
  margin: 0 0 3em;
  float: right;
  width: 65%;
  padding-left: 50px;
  margin-top: 37px;
}
.entry .body h3 {
  margin-top: 0px;
  font-size: 1.4em;
  font-weight: 800;
  color: #78B72E;
}
.entry .body p {
  line-height: 1.4em;
}
.entry .body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: 0.5em;
}

/*----- ha kisebb mint 1600px -----*/
@media screen and (max-width: 1600px) {
  .entry .timeline-ikon {
    width: 70px;
    height: 70px;
    left: calc(25% - 8px);
  }
}
/*----- ha kisebb mint 1600px - END -----*/
/*----- ha kisebb mint 1400px -----*/
@media screen and (max-width: 1400px) {
  .entry .title {
    width: 18%;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .entry .body {
    width: 62%;
    margin-top: 35px;
  }
  .entry .timeline-ikon {
    width: 60px;
    height: 60px;
    left: calc(25% - 5px);
  }
}
/*----- ha kisebb mint 1400px - END -----*/
/*----- ha kisebb mint 1200px -----*/
@media screen and (max-width: 1200px) {
  .entry .title {
    width: 18%;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .entry .body {
    width: 58%;
    margin-top: 35px;
  }
  .entry .timeline-ikon {
    width: 60px;
    height: 60px;
    left: calc(25% - 6px);
  }
}
/*----- ha kisebb mint 1200px - END -----*/
/*----- ha kisebb mint 1000px -----*/
@media screen and (max-width: 1000px) {
  .entry .title h3 {
    font-size: 1.25em;
  }
  .entry .body h3 {
    font-size: 1.25em;
  }
}
/*----- ha kisebb mint 1000px - END -----*/
/*----- ha kisebb mint 800px -----*/
@media screen and (max-width: 800px) {
  .entry .timeline-ikon {
    width: 60px;
    height: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .entry .title {
    width: 30%;
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 26%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .entry .title {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 120px;
    margin-bottom: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .entry .body {
    width: 100%;
    margin-top: 15px;
    padding-left: 0px;
  }
  .timeline-elso:before {
    display: none;
  }
  .timeline:before {
    display: none;
  }
  .timeline-utolso:before {
    display: none;
  }
}
/*----- ha kisebb mint 800px - END -----*/
/*----- ha kisebb mint 600px -----*/
/*----- ha kisebb mint 600px - END -----*//*# sourceMappingURL=timeline.css.map */