img {
  border: none !important;
}


@font-face {
  font-family: school-book;
  src: url(../fonts/School-Book-New.otf);
}

.landscape__bg {
  width: 100%;
  height: auto;
}

.hide_on_large {
  display: none;
}

.show_on_large {
  display: block;
}

.milestones {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 5% 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.milestones .card-container {
  -webkit-perspective: 700px;
          perspective: 700px;
}

.milestones .card-flip, .milestones .card-container {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.milestones .card-flip div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.milestones .back {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: frontAndBack;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background: url("../img/LayerHintergrund.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: .5rem;
}

.milestones .back h4 {
  font-size: 16px;
  margin: 0;
  padding: 4rem 0 0 2rem;
  color: #f8af2a;
  text-transform: uppercase;
}

.milestones .back h4:before {
  content: "1";
  font-family: 'school-book', sans-serif;
  color: #003d78;
  font-size: 2rem;
  margin-right: .5rem;
}

.milestones .back p {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 0.25rem 2rem;
  color: #000000;
}

.milestones .back p:after {
  content: '';
  position: relative;
  top: 10px;
  display: block;
  padding: 1rem 0;
  background-image: url("../img/Pfeil-links.png");
  background-repeat: no-repeat;
}

.milestones .card-container:hover .card-flip,
.milestones .card-container.hover .card-flip {
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.milestones .card-flip {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr;
      grid-template: 1fr / 1fr;
      grid-template-areas: "frontAndBack";
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.milestones .front {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: frontAndBack;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.milestones .counter {
  display: none;
}

.milestones .selbstauskunft {
  position: absolute;
  left: 23%;
  bottom: 13%;
}

.milestones .selbstauskunft h4:before {
  content: "1";
}

.milestones .selbstauskunft .front > img {
  width: 192px;
  height: 136px;
}

:lang(en) .milestones .selbstauskunft .front > img {
  width: 206px;
  height: 136px;
}
.milestones .personal {
  position: absolute;
  left: 28%;
  bottom: 35%;
  z-index: 2;
}

.milestones .personal h4:before {
  content: "2";
}

.milestones .personal .front > img {
  width: 219px;
  height: 151px;
}

:lang(en) .milestones .personal .front > img {
  width: 192px;
  height: 151px;
}

.milestones .personal .back:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 40px;
  background-image: url("../img/duzen.png");
  background-repeat: no-repeat;
  width: 95px;
  height: 66px;
}

:lang(en) .milestones .personal .back:before {
  background-image: url("../img/duzen_en.png");
  display: none !important;
}

.milestones .fachabteilung {
  position: absolute;
  left: 47%;
  bottom: 38%;
  z-index: 2;
}

.milestones .fachabteilung h4:before {
  content: "3";
}

.milestones .fachabteilung .front > img {
  width: 187px;
  height: 151px;
}

:lang(en) .milestones .fachabteilung .front > img {
  width: 245px;
  height: 151px;
}

.milestones .arbeitsvertrag {
  position: absolute;
  left: 48%;
  bottom: 56%;
}

.milestones .arbeitsvertrag h4:before {
  content: "4";
}

.milestones .arbeitsvertrag .front > img {
  width: 251px;
  height: 151px;
}

:lang(en) .milestones .arbeitsvertrag .front > img {
  width: 296px;
  height: 151px;
}

.milestones .gespraech {
  position: absolute;
  left: 65%;
  bottom: 61%;
}

.milestones .gespraech h4:before {
  content: "5";
}

.milestones .gespraech .front > img {
  width: 248px;
  height: 151px;
}

:lang(en) .milestones .gespraech .front > img {
  width: 218px;
  height: 151px;
}
.milestones .entscheidung {
  position: absolute;
  left: 82%;
  bottom: 65%;
}

.milestones .entscheidung h4:before {
  content: "6";
}

.milestones .entscheidung .front > img {
  width: 221px;
  height: 151px;
}

:lang(en) .milestones .entscheidung .front > img {
  width: 188px;
  height: 151px;
}

.your__way-small {
  display: none;
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .milestones .selbstauskunft {
    position: absolute;
    left: 15%;
    bottom: -8%;
  }
  .milestones .personal {
    position: absolute;
    left: 26%;
    bottom: 5%;
  }
  .milestones .fachabteilung {
    position: absolute;
    left: 45%;
    bottom: 25%;
  }
  .milestones .arbeitsvertrag {
    position: absolute;
    left: 48%;
    bottom: 52%;
  }
  .milestones .gespraech {
    position: absolute;
    left: 70%;
    bottom: 48%;
  }
  .milestones .entscheidung {
    position: absolute;
    left: 82%;
    bottom: 55%;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .milestones .selbstauskunft {
    position: absolute;
    left: 15%;
    bottom: 0%;
  }
  .milestones .personal {
    position: absolute;
    left: 23%;
    bottom: 18%;
  }
  .milestones .fachabteilung {
    position: absolute;
    left: 45%;
    bottom: 30%;
  }
  .milestones .arbeitsvertrag {
    position: absolute;
    left: 47%;
    bottom: 54%;
  }
  .milestones .gespraech {
    position: absolute;
    left: 68%;
    bottom: 56%;
  }
  .milestones .entscheidung {
    position: absolute;
    left: 83%;
    bottom: 63%;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .milestones .selbstauskunft {
    position: absolute;
    left: 20%;
    bottom: 3%;
  }
  .milestones .personal {
    position: absolute;
    left: 25%;
    bottom: 22%;
  }
  .milestones .fachabteilung {
    position: absolute;
    left: 45%;
    bottom: 31%;
  }
  .milestones .arbeitsvertrag {
    position: absolute;
    left: 46%;
    bottom: 53%;
  }
  .milestones .gespraech {
    position: absolute;
    left: 65%;
    bottom: 58%;
  }
  .milestones .entscheidung {
    position: absolute;
    left: 83%;
    bottom: 68%;
  }
}

@media screen and (max-width: 1280px) {

/*  section {
    height: 100vh;
  }
*/
  
  .your__way {
    background-image: url("../img/bg-landscape-clean.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .milestones {
    position: absolute;
    top: 35%;
    height: 10%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(350px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    grid-gap: 10px;
    place-items: center;
  }
  .milestones .card-container:hover .card-flip {
    all: revert;
  }
  .milestones .selbstauskunft, .milestones .personal, .milestones .fachabteilung, .milestones .arbeitsvertrag, .milestones .gespraech, .milestones .entscheidung, .milestones .col {
    all: revert;
  }
  .milestones .selbstauskunft .front, .milestones .personal .front, .milestones .fachabteilung .front, .milestones .arbeitsvertrag .front, .milestones .gespraech .front, .milestones .entscheidung .front, .milestones .col .front {
    display: none;
  }
  .milestones .selbstauskunft .back, .milestones .personal .back, .milestones .fachabteilung .back, .milestones .arbeitsvertrag .back, .milestones .gespraech .back, .milestones .entscheidung .back, .milestones .col .back {
    display: block;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .milestones .selbstauskunft .counter, .milestones .personal .counter, .milestones .fachabteilung .counter, .milestones .arbeitsvertrag .counter, .milestones .gespraech .counter, .milestones .entscheidung .counter, .milestones .col .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    background: #fff;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 4px solid #fc1212;
    top: 25px;
    position: relative;
    left: -13px;
  }
}

@media screen and (max-width: 1280px) {
  .your__way-big {
    display: none;
  }
  .your__way-small {
    display: block;
  }
  .milestones {
    position: relative;
    top: revert;
  }
  .milestones .back h4 {
    padding: 3rem 0 0 2rem;
  }
}

@media screen and (max-width: 970px) {
  .milestones {
    position: relative;
    top: revert;
  }
  .milestones .back {
    padding: 1rem 2rem;
  }
}
/*# sourceMappingURL=styles.css.map */