@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900');
@font-face {
    font-family: 'quanticoregular';
    src: url('../fonts/quantico-regular-webfont.woff2') format('woff2'),
         url('../fonts/quantico-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #000;
}
.section.underConstruction {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  background-color: #000;
}
.section.underConstruction .header {
  height: 50vh;
  background-color: #000000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  z-index: 2;
}
.section.underConstruction .logo-h {
  width: 150px;
  height: 100px;
  background-image: url(../assets/HWburo_LOGO.jpg);
  background-size: 150px;
  background-position: center;
  -webkit-animation: fade-in  2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
 	        animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.section.underConstruction .header .text-48 {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  padding: 0 0 25px 0;
  -webkit-animation: fade-in  2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
 	        animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.section.underConstruction .header .text-18 b {
  font-weight: 600;;
}
.section.underConstruction .header .text-18 {
  font-family: Roboto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  -webkit-animation: fade-in  2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
 	        animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.section.underConstruction .header .text-18 br {
  display: none;
}
.section.underConstruction .header .contactInfo {
  /* font-family: 'quanticoregular'; */
  /* display: flex; */
  justify-content: center;
  /* width: 100%; */
  -webkit-animation: fade-in  2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
 	        animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
           padding: 6px 0 0 0;
}
.section.underConstruction .header .contactInfo .contact a {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-decoration: none;
}
.section.underConstruction .header .contactInfo .contact {
  font-size: 18px;
  line-height: 1.2;
  padding: 0 15px 0 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.section.underConstruction .header .contactInfo .contact:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 15px;
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
  background-repeat: no-repeat;
  filter: invert(1);
}
.section.underConstruction .header .contactInfo .contact.phone:before {
  background-image: url('../assets/noun_Phone_3400121.svg');
  background-position: center bottom -4px;
  background-size: 20px;
  width: 16px;
  margin: 0 4px 0 0;
}
.section.underConstruction .header .contactInfo .contact.mail:before {
  background-image: url(../assets/noun_Mail_1544264.svg);
  background-size: 20px;
  background-position: center bottom -6px;
}
.section.underConstruction .header .contact.address:before {
  background-image: url(../assets/noun_Adress.svg);
  background-size: 30px;
  background-position: center bottom -6px;
}
.section.underConstruction .footer {
  /* height: 50vh; */
  position: relative;
  z-index: 1;
}

.section.underConstruction .footer .logo {
  position: relative;
  z-index: 1;
}
.section.underConstruction .footer .logo img.desktop {
  max-width: 100%;
}
.section.underConstruction .footer .logo img.mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .section.underConstruction,
  .section.underConstruction .header {
    /* height: auto; */
  }
  .section.underConstruction {
    height: 120vh;
  }
  .section.underConstruction .footer .logo img.desktop {
    display: none;
  }
  .section.underConstruction .footer .logo img.mobile {
    display: block;
    max-width: 100%;
  }
  .section.underConstruction .header .text-18 br {
    display: inline;
  }
  .section.underConstruction .header .text-48 {
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 35px 0;
  }
  .section.underConstruction .logo-h {
    margin-top: 10px;
  }
  .section.underConstruction .header .text-18 {
    max-width: 80vw;
    line-height: 19px;
    font-weight: 700;
  }
  .section.underConstruction .header .contactInfo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0 40px 0;
    max-width: 85vw;
  }
  .section.underConstruction .header .contactInfo .contact {
    padding: 0px 15px 0px 15px;
    margin: -7px 0;
    /* line-height: 1; */
  }
  .section.underConstruction .footer .image {
    /* min-height: 50vh; */
  }
}
@media (orientation:landscape) and (max-width: 800px)  {
  .section.underConstruction .header {
    height: auto;
    padding-top:4vh;
  }
  .section.underConstruction .header .text-48 {
    font-size: 36px;
    line-height: 36px;
    padding: 15vh 0 45px 0;
    padding: 35px 0 30px 0;
  }
  .section.underConstruction .header .text-18 {
    max-width: 80vw;
    line-height: 19px;
    font-weight: 700;
  }
  .section.underConstruction .header .contactInfo {
    padding: 0 0 20px 0;
  }
}
