@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;
        z-index: 1000;
        background-color: #252323;
        text-align: center;
        overflow: auto; }
        * 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: 22px;
      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 .date {
      max-width: 1200px;
      margin: auto;
      background-color: #ededed;
      padding: 20px; }
      @media (min-width: 992px) {
        * body .date {
          padding: 60px; } }
      * body .date a {
        width: 40%; }
        @media (min-width: 992px) {
          * body .date a {
            width: 35%; } }
        * body .date a button {
          width: 100%;
          height: 150px;
          color: #384042;
          background-color: #c0d006;
          font-size: 20px;
          cursor: pointer;
          border: 0; }
          @media (min-width: 750px) {
            * body .date a button {
              font-size: 28px; } }
          @media (min-width: 992px) {
            * body .date a button {
              height: 200px; } }
        * body .date a button:hover {
          color: #c0d006;
          background-color: #384042;
          -webkit-transition: 0,5s;
          -o-transition: 0,5s;
          transition: 0,5s; }
      * body .date .harta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        * body .date .harta span {
          width: 100%; }
          @media (min-width: 992px) {
            * body .date .harta span {
              width: 60%; } }
          * body .date .harta span p {
            margin-bottom: 30px;
            font-size: 19px;
            font-weight: 500; }
        * body .date .harta img {
          display: none;
          padding-left: 50px;
          height: auto;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (min-width: 992px) {
            * body .date .harta img {
              width: 40%;
              display: block; } }
      * body .date .imagini {
        margin-top: 50px; }
        @media (min-width: 750px) {
          * body .date .imagini {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 80px; } }
        * body .date .imagini .left {
          width: 100%;
          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; }
          @media (min-width: 750px) {
            * body .date .imagini .left {
              width: 60%; } }
          * body .date .imagini .left img {
            width: 60%; }
            @media (min-width: 992px) {
              * body .date .imagini .left img {
                width: 65%; } }
          * body .date .imagini .left #margine {
            padding-left: 40px; }
          * body .date .imagini .left #top {
            margin-top: -30px; }
            @media (min-width: 992px) {
              * body .date .imagini .left #top {
                margin-top: -50px; } }
        * body .date .imagini .right {
          width: 100%;
          padding: 10px; }
          @media (min-width: 750px) {
            * body .date .imagini .right {
              width: 40%;
              padding: 0 0 0 50px; } }
          * body .date .imagini .right p {
            margin-bottom: 30px;
            font-size: 19px;
            font-weight: 500; }
      * body .date .forte {
        margin-top: 30px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        @media (min-width: 750px) {
          * body .date .forte {
            -webkit-box-orient: unset;
            -webkit-box-direction: unset;
                -ms-flex-direction: unset;
                    flex-direction: unset; } }
        * body .date .forte .puncte {
          width: 100%; }
          @media (min-width: 992px) {
            * body .date .forte .puncte {
              width: 40%; } }
          @media (min-width: 992px) {
            * body .date .forte .puncte {
              width: 44%; } }
          * body .date .forte .puncte h2 {
            text-align: center;
            font-size: 30px;
            padding: 50px 0;
            font-weight: 600; }
          * body .date .forte .puncte li {
            font-size: 19px;
            margin: 30px 0 30px 20px; }
            @media (min-width: 576px) {
              * body .date .forte .puncte li {
                margin: 30px 0;
                font-size: 22px; } }
          * body .date .forte .puncte h1 {
            margin-top: 40px;
            font-size: 22px; }
            @media (min-width: 576px) {
              * body .date .forte .puncte h1 {
                font-size: 25px; } }
            @media (min-width: 992px) {
              * body .date .forte .puncte h1 {
                font-size: 30px; } }
        * body .date .forte .parcare {
          width: 100%;
          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;
          margin-top: 0px; }
          @media (min-width: 576px) {
            * body .date .forte .parcare {
              margin-top: 50px; } }
          @media (min-width: 992px) {
            * body .date .forte .parcare {
              padding-left: 50px;
              margin-top: -100px;
              width: 56%; } }
          @media (min-width: 1260px) {
            * body .date .forte .parcare {
              margin-top: -200px; } }
          * body .date .forte .parcare img {
            width: 59%;
            max-height: 300px;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (min-width: 992px) {
              * body .date .forte .parcare img {
                width: 65%; } }
          * body .date .forte .parcare #car {
            padding-left: 40px; }
          * body .date .forte .parcare #fab {
            margin-top: -20px; }
            @media (min-width: 400px) {
              * body .date .forte .parcare #fab {
                margin-top: -110px; } }
            @media (min-width: 992px) {
              * body .date .forte .parcare #fab {
                margin-top: -60px; } }
          * body .date .forte .parcare #parc {
            margin-left: auto;
            margin-top: -60px; }
          * body .date .forte .parcare #ramp {
            margin-top: -60px; }
    * 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; }