@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0; }

* {
  margin: 0;
  padding: 0; }
  * body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif; }
    * body .men {
      background-color: #252323;
      top: 0;
      z-index: 100;
      position: sticky; }
      * body .men .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1400px;
        margin: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 10px; }
        * body .men .menu img {
          max-width: 140px; }
          @media (min-width: 576px) {
            * body .men .menu img {
              max-width: 150px; } }
          @media (min-width: 1260px) {
            * body .men .menu img {
              max-width: 250px; } }
        * body .men .menu .page {
          background-color: #252323;
          height: 100%;
          padding: 0 20px; }
          @media (min-width: 992px) {
            * body .men .menu .page {
              padding: 40px 0 40px 40px; } }
          * body .men .menu .page ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            * body .men .menu .page ul li {
              margin: 5px;
              font-size: 22px;
              list-style: none;
              display: none; }
              @media (min-width: 992px) {
                * body .men .menu .page ul li {
                  display: block; } }
              * body .men .menu .page ul li a {
                text-decoration: none;
                color: white;
                padding: 10px 20px; }
              * body .men .menu .page ul li a:hover {
                color: #c0d006;
                -webkit-transition: 0.6s;
                -o-transition: 0.6s;
                transition: 0.6s; }
              * body .men .menu .page ul li #here {
                color: #c0d006; }
              * body .men .menu .page ul li #last {
                padding: 10px 0 10px 10px; }
            * body .men .menu .page ul .hover {
              position: relative; }
            * body .men .menu .page ul .none {
              position: absolute;
              width: 180px;
              text-align: center;
              color: white;
              padding-top: 20px;
              margin-left: -27px;
              display: none;
              z-index: 1000; }
              * body .men .menu .page ul .none li {
                background-color: #252323;
                padding: 10px;
                margin: 0;
                border-bottom: 1px solid white; }
                * body .men .menu .page ul .none li a {
                  width: 100%;
                  height: 100%;
                  text-align: center;
                  padding: 0; }
            * body .men .menu .page ul .hover:hover .none {
              display: block; }
            * body .men .menu .page ul .none:hover {
              display: block; }
            * body .men .menu .page ul #menuicon {
              display: block;
              cursor: pointer; }
              @media (min-width: 992px) {
                * body .men .menu .page ul #menuicon {
                  display: none; } }
              * body .men .menu .page ul #menuicon img {
                width: 35px; }
      * body .men .menuphone {
        width: 100%;
        height: 100%;
        position: fixed;
        overflow: auto; 
        z-index: 1000;
        background-color: #252323;
        text-align: center; }
        * body .men .menuphone img {
          width: 35px; }
        * body .men .menuphone .logo {
          display: none; }
        * body .men .menuphone .page {
          padding: 35px;
          text-align: left; }
          * body .men .menuphone .page #menuicon {
            cursor: pointer;
            width: 30px;
            float: right; }
          * body .men .menuphone .page li {
            padding: 10px 0;
            list-style: none; }
            * body .men .menuphone .page li a {
              color: white;
              text-decoration: none;
              font-size: 22px;
              padding: 10px 35px 10px 0; }
            * body .men .menuphone .page li a:hover {
              color: #c0d006; }
            * body .men .menuphone .page li .none {
              padding: 10px 10px 0 10px; }
              * body .men .menuphone .page li .none a {
                font-size: 20px; }
          * body .men .menuphone .page #here {
            color: #c0d006; }
    * body .about {
      width: 100%;
      padding: 20px;
      font-size: 20px;
      background-color: #c0d006;
      text-align: center; }
      @media (min-width: 576px) {
        * body .about {
          font-size: 30px; } }
      @media (min-width: 750px) {
        * body .about {
          padding: 40px; } }
      * body .about h1 {
        font-weight: 100;
        color: #384042; }
    * body .contacte {
      width: 100%;
      padding: 20px;
      background-color: #ededed;
      margin: auto; }
      @media (min-width: 750px) {
        * body .contacte {
          padding: 60px;
          max-width: 1200px; } }
      * body .contacte p {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: justify; }
      * body .contacte .imagini {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 50px 0; }
        * body .contacte .imagini a {
          width: 100%;
          padding: 5px; }
          @media (min-width: 400px) {
            * body .contacte .imagini a {
              width: 50%; } }
          @media (min-width: 576px) {
            * body .contacte .imagini a {
              width: 33%; } }
          @media (min-width: 750px) {
            * body .contacte .imagini a {
              width: 25%; } }
          @media (min-width: 992px) {
            * body .contacte .imagini a {
              width: 20%; } }
          * body .contacte .imagini a img {
            width: 100%;
            max-height: 171px;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
      * body .contacte h2 {
        font-size: 18px;
        margin-bottom: 30px; }
        @media (min-width: 576px) {
          * body .contacte h2 {
            font-size: 26px; } }
      * body .contacte h2::before {
        content: "\00B7";
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
 }
      * body .contacte h1 {
        font-size: 20px;
        margin-bottom: 40px; }
        @media (min-width: 576px) {
          * body .contacte h1 {
            font-size: 30px; } }
      * body .contacte .tabel {
        width: 100%;
        border: 2px solid #384042;
        margin-bottom: 50px; }
        * body .contacte .tabel .cap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          * body .contacte .tabel .cap :nth-child(1) {
            border-right: 2px solid #384042; }
          * body .contacte .tabel .cap h3 {
            padding: 4px 0;
            border-bottom: 2px solid #384042;
            text-align: center;
            width: 50%; }
        * body .contacte .tabel .baza {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 40px; }
          * body .contacte .tabel .baza h4 {
            width: 50%;
            border-bottom: 2px solid #384042;
            border-right: 2px solid #384042;
            font-size: 16px;
            font-weight: 600;
            padding: 5px; }
          * body .contacte .tabel .baza .arie {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 50%;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            height: 40px;
            border-bottom: 2px solid #384042; }
            * body .contacte .tabel .baza .arie p {
              width: 50%;
              padding-left: 10px;
              height: 40px;
              border-right: 2px solid #384042; }
            * body .contacte .tabel .baza .arie .non {
              border-right: 0px; }
      * body .contacte .tipuri {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        * body .contacte .tipuri a {
          width: 100%;
          margin-bottom: 40px;
          background-color: #384042;
          text-decoration: none;
          padding: 25px 15px;
          color: white; }
          @media (min-width: 992px) {
            * body .contacte .tipuri a {
              width: calc(33% - 20px); } }
          * body .contacte .tipuri a .type {
            width: 100%;
            height: 100%;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
          * body .contacte .tipuri a h1 {
            font-size: 28px;
            text-align: center; }
          * body .contacte .tipuri a .bot {
            margin-bottom: 72px; }
          * body .contacte .tipuri a img {
            width: 100%;
            max-height: 300px;
            -o-object-fit: cover;
               object-fit: cover;
            margin-bottom: auto; }
            @media (min-width: 576px) {
              * body .contacte .tipuri a img {
                max-height: 450px; } }
            @media (min-width: 992px) {
              * body .contacte .tipuri a img {
                max-height: 300px; } }
        * body .contacte .tipuri a:hover {
          color: #384042;
          background-color: #c0d006;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; }
    * body .streak {
      width: 100%;
      height: 40px;
      background-color: #c0d006;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
               * body  .streak span {
                font-family: 'Pacifico', cursive;
                font-size: 13px; }
    * body .made {
      padding: 10px;
      height: auto;
      font-size: 16px;
      color: #384042;
      font-weight: 600; }
      @media (min-width: 750px) {
        * body .made {
          font-size: 18px;
          font-weight: 700; } }
    * body .asfalt {
      width: 100%;
      height: auto;
    background-image: url(../images/muster.jpg);
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 750px) {
        * body .asfalt {
          height: 400px; } }
      * body .asfalt .cent {
        max-width: 1400px;
        margin: auto;
        display: block;
        color: white;
        height: 100%; }
        @media (min-width: 750px) {
          * body .asfalt .cent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        * body .asfalt .cent .contact {
          width: 100%;
          padding: 30px 20px; }
          @media (min-width: 750px) {
            * body .asfalt .cent .contact {
              width: 50%; } }
          * body .asfalt .cent .contact a {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: white;
            font-size: 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-decoration: none;
            margin-bottom: 20px;
            max-width: 300px; }
            @media (min-width: 576px) {
              * body .asfalt .cent .contact a {
                font-size: 20px; } }
            * body .asfalt .cent .contact a img {
              width: 35px;
              margin-right: 10px; }
              @media (min-width: 750px) {
                * body .asfalt .cent .contact a img {
                  width: 40px;
                  margin-right: 15px; } }
          * body .asfalt .cent .contact a:hover {
            color: #c0d006; }
          * body .asfalt .cent .contact .flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            max-width: 200px; }
        * body .asfalt .cent .locatie {
          width: 100%; }
          @media (min-width: 750px) {
            * body .asfalt .cent .locatie {
              width: 50%; } }
          * body .asfalt .cent .locatie iframe {
            width: 100%;
            height: 100%; }

            * body .tot {
              display: block; }
            * body .totnone {
              display: none; }