@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 .animation {
      overflow: hidden;
      height: auto;
      z-index: 0;
      position: sticky;
      top: 0px; }
      * body .animation .slide-img {
        width: 100%;
        height: auto;
        max-height: 90vh;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-animation: zoom 5s linear infinite;
                animation: zoom 5s linear infinite;
        overflow: hidden; }
    * body .all {
      width: 100%;
      background-color: white;
      z-index: 10;
      position: relative; }
      * body .all .textimg {
        max-width: 1400px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        * body .all .textimg .left {
          width: 40%;
          display: none; }
          @media (min-width: 750px) {
            * body .all .textimg .left {
              display: block; } }
          * body .all .textimg .left :nth-child(2) {
            margin: 100px 0; }
          * body .all .textimg .left :nth-child(4) {
            display: block;
            margin: 100px 0; }
            @media (min-width: 1260px) {
              * body .all .textimg .left :nth-child(4) {
                display: none; } }
          * body .all .textimg .left img {
            width: 110%;
            margin: 10px 0;
            max-height: 800px;
            -o-object-fit: cover;
               object-fit: cover; }
        * body .all .textimg .right {
          width: 100%;
          padding: 0 20px;
          text-align: center; }
          @media (min-width: 750px) {
            * body .all .textimg .right {
              width: 65%;
              text-align: unset; } }
          * body .all .textimg .right img {
            width: 100%;
            max-height: 400px;
            -o-object-fit: cover;
               object-fit: cover; }
            @media (min-width: 750px) {
              * body .all .textimg .right img {
                max-height: 550px; } }
          * body .all .textimg .right .text {
            width: 100%;
            background-color: #f0f0f0;
            margin: 20px auto;
            padding: 20px 30px;
            text-align: center; }
            @media (min-width: 750px) {
              * body .all .textimg .right .text {
                width: 80%;
                text-align: left; } }
            @media (min-width: 992px) {
              * body .all .textimg .right .text {
                margin: 50px auto; } }
            * body .all .textimg .right .text h1 {
              font-size: 28px; }
              @media (min-width: 750px) {
                * body .all .textimg .right .text h1 {
                  font-size: 32px; } }
            * body .all .textimg .right .text p {
              margin: 20px 0;
              font-size: 20px;
              text-align: center; }
          * body .all .textimg .right button {
            background-color: #c0d006;
            border: 0;
            color: #384042;
            padding: 40px 0;
            font-size: 20px;
            cursor: pointer;
            width: 90%;
            margin-top: 20px; }
            @media (min-width: 750px) {
              * body .all .textimg .right button {
                margin: -50px 0 0 -50px;
                padding: 60px 45px;
                width: unset; } }
          * body .all .textimg .right button:hover {
            background-color: #384042;
            color: #c0d006;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            transition: 0.5s all; }
      * body .all .streak {
        width: 100%;
        height: 40px;
        background-color: #c0d006;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        * body .all .streak span {
          font-family: 'Pacifico', cursive;
          font-size: 13px; }
      * body .all .made {
        padding: 10px;
        height: auto;
        font-size: 16px;
        color: #384042;
        font-weight: 600; }
        @media (min-width: 750px) {
          * body .all .made {
            font-size: 18px;
            font-weight: 700; } }
      * body .all .asfalt {
        width: 100%;
        height: auto;
        background-image: url(../images/muster.jpg);
        background-repeat: no-repeat;
        background-size: cover; }
        @media (min-width: 750px) {
          * body .all .asfalt {
            height: 400px; } }
        * body .all .asfalt .cent {
          max-width: 1400px;
          margin: auto;
          display: block;
          color: white;
          height: 100%; }
          @media (min-width: 750px) {
            * body .all .asfalt .cent {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          * body .all .asfalt .cent .contact {
            width: 100%;
            padding: 30px 20px; }
            @media (min-width: 750px) {
              * body .all .asfalt .cent .contact {
                width: 50%; } }
            * body .all .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 .all .asfalt .cent .contact a {
                  font-size: 20px; } }
              * body .all .asfalt .cent .contact a img {
                width: 35px;
                margin-right: 10px; }
                @media (min-width: 750px) {
                  * body .all .asfalt .cent .contact a img {
                    width: 40px;
                    margin-right: 15px; } }
            * body .all .asfalt .cent .contact a:hover {
              color: #c0d006; }
            * body .all .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 .all .asfalt .cent .locatie {
            width: 100%; }
            @media (min-width: 750px) {
              * body .all .asfalt .cent .locatie {
                width: 50%; } }
            * body .all .asfalt .cent .locatie iframe {
              width: 100%;
              height: 100%; }
              * body .tot {
                display: block; }
              * body .totnone {
                display: none; }