/* CSS Document */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("fonts/open-sans-v18-latin-300.woff") format("woff"), url("fonts/open-sans-v18-latin-300.ttf") format("truetype"), url("fonts/open-sans-v18-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v18-latin-regular.woff") format("woff"), url("fonts/open-sans-v18-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

html {
  height: 100%;
}

body {
  font-family: 'Open Sans';
  background: url(m3solutions-bg.jpg) no-repeat;
  background-size: cover;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding: 30px;
  }
}

a, a:focus, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #666c6c;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adresse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  padding: 35px;
}

@media screen and (max-width: 479px) {
  .adresse {
    width: 100%;
  }
}

.logo img {
  width: 350px;
  height: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .logo img {
    max-width: 300px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .logo img {
    max-width: 84%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .logo img {
    max-width: 84%;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*.comingsoon img {
    width: 600px;
    max-width: 80%;
    height: auto;
    margin-left: 35px;
}
@media screen and (max-width: 1199px) {
	.comingsoon img {
        max-width: 42%;
        margin-left: 0;
        margin-bottom: 70px;
    }	
}
@media screen and (max-width: 767px) {
	.comingsoon img {
        max-width: 62%;
    }	
}
@media screen and (max-width: 599px) {
	.comingsoon img {
        max-width: 100%;
        width: 100%;
    }	
}*/
.comingsoon span {
  display: block;
  width: 600px;
  max-width: 80%;
  height: auto;
  margin-left: 35px;
  font-size: 100px;
  color: #ffffff;
  font-weight: 300;
  text-shadow: 0 0 12px black;
  white-space: nowrap;
}

@media screen and (max-width: 1599px) {
  .comingsoon span {
    font-size: 80px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .comingsoon span {
    max-width: 42%;
    margin-left: 0;
    margin-bottom: 70px;
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .comingsoon span {
    max-width: 62%;
    white-space: normal;
  }
}

@media screen and (max-width: 599px) {
  .comingsoon span {
    max-width: 100%;
    width: 100%;
  }
}

.kontakt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  padding: 35px;
}

@media screen and (max-width: 1199px) {
  .kontakt {
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .kontakt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.headline {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.button {
  background-color: #666c6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  margin-left: 70px;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

@media (max-width: 1599px) {
  .button {
    margin-left: 35px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-left: 0;
    margin-top: 17px;
  }
}

.button:hover {
  background-color: #000000;
}

.button a {
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  color: #ffffff;
  font-size: 0.8rem;
  margin-top: 17px;
  padding-left: 35px;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-left: 0;
  }
}

.footer a {
  color: #ffffff;
}

.copyright {
  margin-right: 17px;
}
/*# sourceMappingURL=style.css.map */