/*

------------------------------
 pricing-table
------------------------------

*/
.single-price {
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.price-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.price-tag {
  margin: 30px 0;
  margin: 30px 0;
  background-color: #e9ecef;
  color: #252d3f;
  padding: 10px 0;
}

.center.price-tag {
  background-color: #2098d1;
  color: #ffffff;
}

.price-tag h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: 'Arimo';
}
.price-tag h2 span {
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

.price-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-item ul li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #e0e0e0;
  margin: 5px 0;
}
.price-item ul li:last-child {
  border-bottom: 0;
}

.single-price a {
  margin-top: 15px;
  text-decoration: none;
}
.single-price a:hover {
  text-decoration: none;
}

/*

------------------------------
 price-boxes rounded
------------------------------

*/
.classes-img {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.classes-img .price {
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.classes-img .price span {
  vertical-align: middle;
}

/*

------------------------------
 kompetenzen
------------------------------

*/
.img-rounded .image-box {
  width: 180px;
  height: 180px;
  z-index: 3;
  padding: 1.0rem;
}

@media only screen and (max-width: 767px) {
  .img-rounded .image-box {
    margin: 0 auto;
  }

  .text ul.list-style-one li {
    text-align: left;
  }
}
/*

------------------------------
 contact-google-map
------------------------------

*/
#contact-google-map {
  width: 100%;
  height: 525px;
}

/*

------------------------------
 simple-steps
------------------------------

*/
.simple-steps {
  position: relative;
}
.simple-steps > li {
  counter-increment: item;
  padding: 10px 10px;
  margin-left: 0px;
  min-height: 70px;
  position: relative;
  background-color: white;
  list-style: none;
}
.simple-steps > li::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #e0e0e0;
  top: 0;
  bottom: 0;
  left: -19px;
}
.simple-steps > li::after {
  text-align: center;
  padding-top: 10px;
  z-index: 10;
  content: counter(item);
  position: absolute;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  background-color: #e0e0e0;
  border-radius: 50%;
  top: 0;
  left: -43px;
}
.simple-steps > li:nth-last-child(1)::before {
  /*
  width: 0px;
  */
}

/*

------------------------------
 back-to-top
------------------------------

*/
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 64px;
  height: 64px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  /*
  transition: opacity 0.2s ease-out;
  */
  background-image: url(../images/to-top.png);
}
.back-to-top:hover {
  opacity: 0.7;
}

/*

------------------------------
 wrap-roadmap
------------------------------

*/
.wrap-roadmap {
  position: relative;
  z-index: 1;
  border-top: 2px dashed #e0e0e0;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.wrap-roadmap .item-roadmap {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../images/icon-distance.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .wrap-roadmap .item-roadmap {
    right: 10%;
    top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .wrap-roadmap .item-roadmap {
    left: 47%;
    top: 60px;
  }
}
/*

------------------------------
 timeline with image left
------------------------------

*/
.timeline-with-image-left {
  padding: 0px 0 30px;
  position: relative;
  max-width: 1025px;
  margin: 0 auto;
}
.timeline-with-image-left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5.25%;
  width: 0;
  border-left: 2px dashed #2098d1;
  height: 100%;
  z-index: 1;
  transform: translateX(-50%);
}
.timeline-with-image-left h3 {
  font-weight: 400;
  background: #2098d1;
  font-size: 1.25rem;
  padding: 18px 25px;
}
.timeline-with-image-left p {
  padding: 5px 25px;
  /*
  color: $info;
  */
  font-size: 14px;
}
.timeline-with-image-left h4 {
  font-size: 1.15rem;
  padding: 10px 25px 5px;
  margin-bottom: 0;
  color: #252d3f;
}
.timeline-with-image-left .timeline-nodes {
  flex-direction: row;
  padding-top: 1.0rem;
  padding-bottom: 20px;
  position: relative;
}
.timeline-with-image-left .timeline-content {
  /*
  border: 1px solid $info;
  */
  position: relative;
  margin-left: 55px;
  margin-right: 0px;
  padding-bottom: 30px;
  border-radius: 0;
  box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
}
.timeline-with-image-left .timeline-image {
  position: absolute;
  left: 1%;
  top: 20px;
  /*transform: translateX(-50%;);*/
}
.timeline-with-image-left .timeline-nodes .timeline-content::after {
  content: "";
  position: absolute;
  top: 20px;
  left: auto;
  right: 100%;
  width: 0;
  border-left: 0;
  border-right: 8px solid #2098d1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.timeline-with-image-left .timeline-image::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px dashed #2098d1;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 1;
}
.timeline-with-image-left .timeline-image img {
  position: relative;
  z-index: 100;
}

/*extra small device style */
@media (max-width: 575px) {
  .timeline-with-image-left::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 6%;
  }
  .timeline-with-image-left .timeline-image {
    position: absolute;
    left: -2.5%;
  }
  .timeline-with-image-left .timeline-image::before {
    width: 80px;
    height: 80px;
    border: 0;
  }
  .timeline-with-image-left .timeline-image img {
    margin-left: 11%;
    width: 60px;
  }
}
/*

------------------------------
 section-title
------------------------------

*/
.section-title h4 {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
.section-title h2 {
  font-size: 32px;
  text-transform: capitalize;
  margin: 15px 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section-title p {
  font-weight: 300;
  font-size: 14px;
}

.black-bg .section-title h2, .black-bg .section-title h4, .black-bg .section-title p {
  color: #ffffff;
}

.section-title {
  margin-bottom: 70px;
}
.section-title h2:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #777777;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
.section-title h2:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #2098d1;
  border: darkblue;
  bottom: -1px;
  left: 50%;
  margin-left: -40px;
}

/*

---------------------
global spacing
---------------------

*/
.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}
