@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;700&family=Poppins:wght@700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#mobile-only {
  display: none;
}

#small-mobile-only {
  display: none;
}

body header .white .container nav, body header .mobile-menu ul a, body header .yellow .contact, body footer .small-text, body footer .yellow, body #consent-popup, main .hero .container .platz .hero-text p, main .big-projects .content .right .description, main .small-projects .content .left .text .description, main .equipment .description, main .our-work .description {
  font-family: "Muli", sans-serif;
}

body header .white .container nav, body header .mobile-menu ul a, body header .yellow .contact, body footer .small-text, body footer .yellow {
  font-size: 0.85rem;
}

body header .white .container nav, body header .mobile-menu ul a {
  font-size: 1.25rem;
  font-weight: 700;
}

body footer .dark .cta .cta-tab .yellow-button, main .hero .container .platz .hero-text .yellow-button, main .big-projects .content .right .yellow-button, main .small-projects .content .left .text .yellow-button, main .equipment .nav .yellow-button, main .our-work .nav .yellow-button, body #consent-popup .wrapper .black-button, main .job-offer .cta .black-button, body #consent-popup .wrapper p a, body footer .dark .footer-title, main .big-projects .content .right .title, main .small-projects .content .left .text .title, main .our-work .projects .project .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

body footer .dark .cta .cta-tab .yellow-button, main .hero .container .platz .hero-text .yellow-button, main .big-projects .content .right .yellow-button, main .small-projects .content .left .text .yellow-button, main .equipment .nav .yellow-button, main .our-work .nav .yellow-button, body #consent-popup .wrapper .black-button, main .job-offer .cta .black-button {
  display: inline-block;
  width: 230px;
  height: 53px;
  text-transform: uppercase;
  text-align: center;
  line-height: 53px;
  color: #1d1d1d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

body footer .dark .cta .cta-tab .yellow-button:hover, main .hero .container .platz .hero-text .yellow-button:hover, main .big-projects .content .right .yellow-button:hover, main .small-projects .content .left .text .yellow-button:hover, main .equipment .nav .yellow-button:hover, main .our-work .nav .yellow-button:hover, body #consent-popup .wrapper .black-button:hover, main .job-offer .cta .black-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body footer .dark .cta .cta-tab .yellow-button, main .hero .container .platz .hero-text .yellow-button, main .big-projects .content .right .yellow-button, main .small-projects .content .left .text .yellow-button, main .equipment .nav .yellow-button, main .our-work .nav .yellow-button {
  background-color: #ffe500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body footer .dark .cta .cta-tab .yellow-button:hover, main .hero .container .platz .hero-text .yellow-button:hover, main .big-projects .content .right .yellow-button:hover, main .small-projects .content .left .text .yellow-button:hover, main .equipment .nav .yellow-button:hover, main .our-work .nav .yellow-button:hover {
  border: 1px solid #1d1d1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body #consent-popup .wrapper .black-button, main .job-offer .cta .black-button {
  background-color: #1d1d1d;
  color: #ffe500;
}

main .job-offer .cta h3, main .equipment .glider figure figcaption {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
}

main .hero .container .platz .hero-text h1, main .big-projects .content .right h2, main .small-projects .content .left .text h2, main .equipment h2, main .our-work h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 3.125rem;
  line-height: 1.1;
}

main .hero .container .platz .hero-text h1 {
  font-size: 6.25rem;
  line-height: 1.1;
}

main .big-projects .content .right .yellow-line, main .small-projects .content .left .text .yellow-line, main .equipment .yellow-line, main .our-work .yellow-line {
  height: 5px;
  width: 51px;
  background-color: #ffe500;
  margin: 1.5rem 0;
}

main .hero .container .platz .hero-text .yellow-border {
  height: 20px;
  position: relative;
  background-color: #ffe500;
  bottom: 2rem;
}

body a {
  text-decoration: none;
}

body main {
  overflow: hidden;
}

body #consent-popup {
  position: fixed;
  z-index: 6;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  opacity: 1;
  background-color: #ffe500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body #consent-popup.hidden {
  opacity: 0;
  z-index: -1;
}

body #consent-popup .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
}

body #consent-popup .wrapper p {
  width: 80%;
}

body #consent-popup .wrapper p a {
  color: #1d1d1d;
}

body #consent-popup .wrapper .black-button {
  border: 0;
  width: 12%;
}

@media (max-width: 1400px) {
  body header .white .container nav, body header .mobile-menu ul a {
    font-size: 1.1rem;
  }
}

@media (max-width: 1200px) {
  #mobile-only {
    display: inline-block;
  }
  #pc-only {
    display: none;
  }
  main .hero .container .platz .hero-text h1 {
    font-size: 5rem;
  }
  body #consent-popup {
    padding: 1rem;
  }
  body #consent-popup .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #consent-popup .wrapper p {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  body #consent-popup .wrapper .black-button {
    width: 230px;
  }
}

@media (max-width: 800px) {
  body header .white .container nav, body header .mobile-menu ul a, body header .yellow .contact, body footer .small-text, body footer .yellow, body #consent-popup, main .hero .container .platz .hero-text p, main .big-projects .content .right .description, main .small-projects .content .left .text .description, main .equipment .description, main .our-work .description {
    font-size: 0.8125rem;
  }
  /* %small-text
    {
        @extend %text;
        font-size: 0.85rem;
    } */
  body footer .dark .cta .cta-tab .yellow-button, main .hero .container .platz .hero-text .yellow-button, main .big-projects .content .right .yellow-button, main .small-projects .content .left .text .yellow-button, main .equipment .nav .yellow-button, main .our-work .nav .yellow-button, body #consent-popup .wrapper .black-button, main .job-offer .cta .black-button, body #consent-popup .wrapper p a, body footer .dark .footer-title, main .big-projects .content .right .title, main .small-projects .content .left .text .title, main .our-work .projects .project .title {
    font-size: 0.75rem;
  }
  body footer .dark .cta .cta-tab .yellow-button, main .hero .container .platz .hero-text .yellow-button, main .big-projects .content .right .yellow-button, main .small-projects .content .left .text .yellow-button, main .equipment .nav .yellow-button, main .our-work .nav .yellow-button, body #consent-popup .wrapper .black-button, main .job-offer .cta .black-button {
    font-size: 0.75rem;
    width: 156px;
    height: 39px;
    line-height: 39px;
  }
  /* %h4
    {
        @extend %title;
        font-size: 1.5rem;
    } */
  main .job-offer .cta h3, main .equipment .glider figure figcaption {
    font-size: 1.5rem;
  }
  main .hero .container .platz .hero-text h1, main .big-projects .content .right h2, main .small-projects .content .left .text h2, main .equipment h2, main .our-work h2 {
    font-size: 1.9rem;
  }
  main .hero .container .platz .hero-text h1 {
    font-size: 2.3rem;
  }
  /* %yellow-line
    {
        height: 5px;
        width: 51px;
        background-color: $yellow;
        margin: 1.5rem 0;
    } */
  /* %long-yellow-line
    {
        @extend %yellow-line;
        width: 7.875rem;
    } */
  /* %vertical-yellow-line
    {
        height: 51px;
        width: 5px;
        background-color: $yellow;
    } */
  main .hero .container .platz .hero-text .yellow-border {
    height: 15px;
    bottom: 1rem;
  }
}

@media (max-width: 320px) {
  #normal-screen-only {
    display: none;
  }
  #small-mobile-only {
    display: inline-block;
  }
}

body header .yellow {
  background-color: #ffe500;
  padding: .3rem;
}

body header .yellow .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 45rem;
  max-width: 50%;
  margin: 0 auto;
  display: none;
}

body header .yellow .contact a {
  color: black;
}

body header .yellow .contact .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body header .yellow .contact .level img {
  margin-right: 1rem;
}

body header .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
}

body header .white .container {
  width: 95%;
  /* max-width: 100rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  /* .logo
                {
                    font-family: $poppins;
                    font-size: 25px;
                    font-weight: 900;
                    color: black;
                    border-bottom: $yellow 5px solid;
                    margin-right: 2rem;
                } */
}

body header .white .container #logo {
  max-width: 13rem;
  margin-right: 2rem;
}

body header .white .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  /* max-width: 70rem; //we still need to fso with these numbers */
}

body header .white .container nav .active {
  border-bottom: #ffe500 5px solid;
}

body header .white .container nav a {
  color: #1d1d1d;
  display: inline-block;
}

body header .mobile-menu {
  position: fixed;
  width: 80vw;
  height: 100vh;
  z-index: 4;
  right: 0;
  top: 0;
  background: #1d1d1d;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body header .mobile-menu img {
  float: right;
  margin: 2rem 1rem;
}

body header .mobile-menu ul {
  list-style: none;
  margin-top: 8rem;
  margin-left: 1rem;
}

body header .mobile-menu ul a {
  color: #FFFFFF;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 1.5rem;
}

body header .mobile-menu ul .active {
  color: #ffe500;
}

body header .active-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body footer .small-text {
  line-height: 1.625rem;
}

body footer .dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2B2A28;
  color: #FFFFFF;
}

body footer .dark .footer-title {
  color: #ffe500;
  margin-bottom: 2.125rem;
}

body footer .dark .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body footer .dark .container .tab {
  max-width: 16rem;
  margin: 3.7rem 0 3rem;
}

body footer .dark .container .tab .logo {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  border-bottom: #ffe500 5px solid;
  max-width: 8.6rem;
  margin-bottom: 2.125rem;
}

body footer .dark .container .tab .small-text {
  color: #A0A0A0;
}

body footer .dark .container .tab .small-text a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body footer .dark .container .tab .small-text a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body footer .dark .container .tab ul {
  list-style-type: none;
}

body footer .dark .container .tab a {
  color: #A0A0A0;
}

body footer .dark .container .tab a img {
  margin: 3.3125rem 1rem 0 0;
}

body footer .dark .cta {
  background-image: url(/img/footer-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

body footer .dark .cta .cta-tab {
  max-width: 16rem;
  margin: 3.7rem 0 0 4.4rem;
}

body footer .dark .cta .cta-tab .yellow-button {
  display: inline-block;
  margin-top: 1.7rem;
}

body footer .yellow {
  background-color: #ffe500;
  text-align: center;
  padding: 1rem;
}

body footer .yellow span {
  font-weight: 900;
}

body footer .yellow span a {
  color: #1d1d1d;
}

body footer .yellow span a .red {
  color: red;
}

@media (max-width: 1400px) {
  body header .white .container {
    width: 96%;
  }
  body header .white .container #logo {
    display: none;
  }
  body header .white .container nav {
    width: 100%;
    /* font-size: 1.1rem; */
  }
}

@media (max-width: 1200px) {
  body header #pc-only {
    display: none;
  }
  body header #mobile-only {
    display: inline-block;
  }
  body header .yellow .contact {
    min-width: 12rem;
  }
  body header .yellow .contact a {
    margin: 0 auto;
  }
  body header .white .container #logo {
    display: inline-block;
  }
  body header .white .menu {
    cursor: pointer;
  }
  body footer .dark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body footer .dark .footer-title {
    margin-bottom: 1rem;
  }
  body footer .dark .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  body footer .dark .container .tab {
    margin: 3rem 0 0 0;
  }
  body footer .dark .container .tab .logo {
    margin-left: auto;
    margin-right: auto;
  }
  body footer .dark .container .tab .small-text img {
    margin: 3.3125rem 0.8rem 0 0.8rem;
  }
  body footer .dark .container .tab a {
    display: inline-block;
  }
  body footer .dark .container .tab li, body footer .dark .container .tab .contact-margin {
    margin-bottom: .8rem;
  }
  body footer .dark .cta {
    width: 100%;
    margin-top: 3.5rem;
  }
  body footer .dark .cta .cta-tab {
    margin: 3.7rem auto;
  }
}

@media (max-width: 800px) {
  header #white {
    padding: 1.5rem 0;
  }
}

main .hero {
  background-color: #2B2A28;
}

main .hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin-left: 10%;
}

main .hero .container .platz {
  color: #FFFFFF;
}

main .hero .container .platz .hero-text {
  margin: 10rem auto 10rem 0;
  max-width: 27.4rem;
}

main .hero .container .platz .hero-text h1 {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

main .hero .container .platz .hero-text .yellow-border {
  width: 23rem;
}

main .hero .container .platz .hero-text .yellow-button {
  margin-top: 2rem;
}

main .hero .container .hero-photo {
  width: 62%;
  background-image: url(../img/homepage/hero-excavator.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

main .job-offer {
  background-image: repeating-linear-gradient(-65deg, #ffe500, #ffe500 40px, #413b15 40px, #413b15 70px);
  -webkit-box-shadow: 4rem 0 4rem 10px #ffe500 inset, -4rem 0 4rem 10px #ffe500 inset;
          box-shadow: 4rem 0 4rem 10px #ffe500 inset, -4rem 0 4rem 10px #ffe500 inset;
}

main .job-offer .cta {
  position: relative;
  background-color: #ffe500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
  width: 70%;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  -webkit-box-shadow: 7rem 8px 50px -30px #ffe500, -7rem 15px 50px -30px #ffe500;
          box-shadow: 7rem 8px 50px -30px #ffe500, -7rem 15px 50px -30px #ffe500;
}

main .big-projects .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  margin: 8rem auto;
}

main .big-projects .content .left {
  width: 46%;
}

main .big-projects .content .left .offset-border {
  height: 25rem;
  width: 25rem;
  border: 5px solid #ffe500;
  position: relative;
  left: -3.125rem;
  bottom: 21.875rem;
  margin-bottom: -25rem;
  z-index: -1;
}

main .big-projects .content .right {
  width: 46%;
}

main .big-projects .content .right .text {
  max-width: 41rem;
}

main .big-projects .content .right .title {
  text-transform: uppercase;
  background-color: #1d1d1d;
  display: inline-block;
  color: #ffe500;
  padding: 2px 8px;
}

main .big-projects .content .right .description {
  margin: 1.375rem 0 1.875rem;
}

main .small-projects {
  background-color: #F3F3F3;
}

main .small-projects .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  padding: 8rem 0;
  margin: 0 auto;
}

main .small-projects .content .left {
  width: 46%;
}

main .small-projects .content .left .text {
  max-width: 41rem;
}

main .small-projects .content .left .text .title {
  text-transform: uppercase;
  background-color: #1d1d1d;
  display: inline-block;
  color: #ffe500;
  padding: 2px 8px;
}

main .small-projects .content .left .text .description {
  margin: 1.375rem 0 1.875rem;
}

main .small-projects .content .right {
  width: 46%;
}

main .small-projects .content .right img {
  z-index: 1;
  position: relative;
}

main .small-projects .content .right .offset-border {
  height: 25rem;
  width: 25rem;
  border: 5px solid #ffe500;
  position: relative;
  float: right;
  right: -3rem;
  bottom: 21.875rem;
  margin-bottom: -25rem;
}

main .equipment {
  text-align: center;
  margin: 5rem auto;
}

main .equipment .yellow-line {
  margin: 0 auto;
}

main .equipment .description {
  max-width: 27rem;
  margin: 2rem auto;
}

main .equipment .glider {
  overflow-x: hidden;
}

main .equipment .glider figure img {
  max-width: 1240px;
  width: 80%;
  height: auto;
  border: 3px solid #FFFFFF;
}

main .equipment .yellow-field {
  height: 23.7rem;
  width: 160rem;
  background-color: #ffe500;
  position: relative;
  z-index: -1;
  -webkit-transform: rotate(-10.36deg);
          transform: rotate(-10.36deg);
  bottom: 28rem;
  right: 20rem;
  margin-bottom: -25rem;
}

main .equipment .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.25rem;
  margin: 3rem auto 0 auto;
  /* .spear
            {
                cursor: pointer;
                border-radius: 50%;
                width: 3rem;
                height: 3rem;
                background: transparent;
                border: 2px solid $black;
                padding-bottom: 0.2rem;
                

                .arrow
                {
                    border: solid black;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 0.2rem;
                }

                .left
                {
                    transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    margin-left: 6%;
                }

                .right
                {
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    margin-right: 4%;
                }
            } */
}

main .equipment .nav .arrow {
  width: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .equipment .nav .arrow:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

main .equipment .nav .yellow-button {
  border: 2px solid #FFFFFF;
  margin: 0 auto;
}

main .our-work {
  text-align: center;
  margin: 0 auto;
  padding: 5rem 0;
  background-color: #1d1d1d;
  color: #FFFFFF;
}

main .our-work .yellow-line {
  margin: 0 auto;
}

main .our-work .description {
  max-width: 27rem;
  margin: 2rem auto;
}

main .our-work .glider2 {
  overflow-x: hidden;
}

main .our-work .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 3rem auto 0 auto;
  text-align: left;
}

main .our-work .projects .project {
  width: 24%;
  margin-right: 1%;
}

main .our-work .projects .project .title {
  margin-top: 1.25rem;
}

main .our-work .projects .project .description {
  margin: 0.625rem 0;
  color: #A0A0A0;
}

main .our-work .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.25rem;
  margin: 3rem auto 0 auto;
  /* .spear
            {
                cursor: pointer;
                border-radius: 50%;
                width: 3rem;
                height: 3rem;
                background: transparent;
                border: 2px solid $white;
                padding-bottom: 0.2rem;
                padding-left: 0.1rem;  

                .arrow {
                    border: solid white;
                    border-width: 0 2px 2px 0;
                    display: inline-block;
                    padding: 0.2rem;
                  }

                .left {
                    transform: rotate(135deg);
                    -webkit-transform: rotate(135deg);
                    margin-left: 5%;
                }

                .right {
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    margin-right: 5%;
                }
            } */
}

main .our-work .nav .arrow {
  width: 3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .our-work .nav .arrow:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

main .our-work .nav .yellow-button {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  main .hero .container {
    width: 95%;
    margin-left: 5%;
  }
  main .big-projects .content {
    width: 80%;
  }
  main .small-projects .content {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  main .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
  main .hero .container .platz {
    margin-left: 4%;
  }
  main .hero .container .platz .hero-text {
    margin: 3.7rem auto 3.7rem 0;
  }
  main .hero .container .platz .hero-text .yellow-border {
    width: 18rem;
  }
  main .hero .container .hero-photo {
    width: 100%;
    height: 100vh;
  }
  main .job-offer {
    padding-top: 1.7rem;
    padding-bottom: 1.5rem;
  }
  main .job-offer .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  main .job-offer .cta .black-button {
    margin: 1rem auto;
  }
  main .big-projects .content, main .small-projects .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 4rem auto;
  }
  main .big-projects .content .left, main .big-projects .content .right, main .small-projects .content .left, main .small-projects .content .right {
    margin-right: auto;
    margin-left: 4%;
  }
  main .big-projects .content .left .title, main .big-projects .content .right .title, main .small-projects .content .left .title, main .small-projects .content .right .title {
    margin-bottom: 1.625rem;
  }
  main .big-projects .content .left img, main .big-projects .content .right img, main .small-projects .content .left img, main .small-projects .content .right img {
    border: 5px solid #ffe500;
  }
  main .big-projects .content .left .offset-border, main .big-projects .content .right .offset-border, main .small-projects .content .left .offset-border, main .small-projects .content .right .offset-border {
    display: none;
  }
  main .big-projects .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  main .big-projects .content .left {
    width: 90%;
  }
  main .big-projects .content .left img {
    width: 100%;
  }
  main .big-projects .content .right {
    margin-bottom: 4rem;
    width: 78%;
  }
  main .small-projects .content {
    padding: 4rem 0;
  }
  main .small-projects .content .left {
    margin-bottom: 4rem;
    width: 78%;
  }
  main .small-projects .content .right {
    width: 90%;
  }
  main .small-projects .content .right img {
    width: 100%;
  }
  main .equipment img {
    width: 90%;
  }
  main .equipment .glider {
    overflow-x: visible;
  }
  main .our-work .glider2 {
    overflow-x: visible;
  }
}

@media (max-width: 800px) {
  main .hero .container .platz .hero-text .yellow-border {
    width: 9rem;
  }
  main .job-offer .cta {
    width: 80%;
  }
  main .equipment .nav {
    width: 60%;
  }
  main .our-work .yellow-line {
    margin: 1.5rem auto;
  }
  main .our-work .nav {
    width: 60%;
  }
}
/*# sourceMappingURL=home.css.map */