html {
  background: url(images/industry.png) no-repeat center center fixed;
  background-color: rgb(245, 245, 245);
  background-size: cover;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  overflow-y: scroll;
}

body {
  margin: 20px auto 40px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 90vw;
  width: 900px;
  min-width: 400px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 100px black;
          box-shadow: 0 0 100px black;
  z-index: 10;
}

/*#cover{

	position: absolute;

	top:0;

	left: 0;

	background-color: white;

	max-width: 90vw;

	width: 1000px;

	min-width: 400px;

	height: 100vw;

	opacity: 0;

}*/
.fadeIn {
  opacity: 0;
  z-index: 20;
}

.loaded {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
  /*animation: zup 1s linear 1s forwards;*/
}

@-webkit-keyframes zup {
  100% {
    z-index: -10;
  }
}

@keyframes zup {
  100% {
    z-index: -10;
  }
}

/*h2, h3{

    margin-top: 0;

}*/
/* ------------------------HEADER--------------------------*/
#logo {
  margin: 10px;
  max-width: 90%;
}

header {
  position: relative;
}

#headerlinks {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

#headerlinks img:hover {
  -webkit-animation: spin 0.5s linear;
          animation: spin 0.5s linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

a {
  color: #1289bc;
  text-decoration: none;
}

a.active {
  text-decoration: underline;
}

#menuebutton {
  display: none;
}

/* ------------------------NAVIGATION--------------------------*/
nav ul {
  padding: 0;
  background-color: #1289bc;
  background-color: rgba(18, 137, 188, 0.15);
  list-style-type: none;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px lightgrey;
          box-shadow: 0 0 5px lightgrey;
}

nav li {
  float: left;
  width: 20%;
  min-width: 155px;
  text-align: center;
  margin: 0;
  height: 40px;
  padding-top: 10px;
}

nav input {
  display: none;
}

nav a {
  /*font-size: 110%;*/
  text-decoration: none;
  border: none;
  width: 100%;
  color: black;
  font-weight: 400;
  -webkit-transition: font-size 0.1s;
  transition: font-size 0.1s;
  padding: 15px;
}

nav a:hover {
  cursor: pointer;
  font-size: 105%;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

nav .active {
  background-color: #92a4ac;
  background-color: rgba(146, 164, 172, 0.3);
}

nav .active a {
  font-weight: bold;
  font-size: 105%;
}

nav li:hover {
  background-color: #92a4ac;
  background-color: rgba(146, 164, 172, 0.3);
}

.IniBlue, .IniBlue a {
  color: #1289bc;
  font-size: 150%;
  text-decoration: none;
}

/* ------------------------MAIN--------------------------*/
#main {
  position: relative;
}

#content {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*	align-items: flex-start;*/
  overflow: hidden;
}

#content:first-of-type h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
}

#left, #right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  margin: 10px 5px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2%;
  margin: 10px 5px;
}

.highlight {
  position: relative;
  padding: 10px 0;
}

.highlightslide {
  -webkit-transition: background-color 2s, width 0.2s;
  transition: background-color 2s, width 0.2s;
  width: 0px;
  height: 30px;
  margin-bottom: -31px;
  border-top: 1px solid #1289bc;
  z-index: -10;
}

.highlightslider {
  float: right;
  -webkit-transition: background-color 4s, width 0.2s;
  transition: background-color 4s, width 0.2s;
  width: 0px;
  height: 30px;
  margin-bottom: -31px;
  border-top: 1px solid #1289bc;
  z-index: -10;
}

.highlight:hover .highlightslide {
  -webkit-transition: background-color 4s, width 1s;
  transition: background-color 4s, width 1s;
  background-color: rgba(18, 137, 188, 0.05);
  width: 100%;
}

.highlight:hover .highlightslider {
  -webkit-transition: background-color 2s, width 1s;
  transition: background-color 2s, width 1s;
  background-color: rgba(18, 137, 188, 0.05);
  width: 100%;
}

/*

#right{

	float: right;

	width: 18%;

	margin: 1%;

}*/
#print {
  cursor: pointer;
  float: right;
  height: 30px;
}

#print img {
  height: 100%;
}

#phone {
  height: 20px;
  margin-right: 20px;
  margin-bottom: -4px;
}

#at {
  line-height: normal;
  height: 0.6rem;
}

#card {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px lightgrey;
          box-shadow: 0 0 10px lightgrey;
  margin: 10px;
  padding: 10px;
  font-size: 80%;
}

#card h3 {
  margin-top: 0;
}

/* ------------------------FOOTER--------------------------*/
#divider {
  display: block;
  width: 90%;
  margin: 0 auto;
}

footer {
  text-align: center;
  font-size: 80%;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
    
    body {
      margin: 0;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
      max-width: 100vw;
      width: 100%;
    }
    
  #headerlinks {
    position: static;
    text-align: right;
    margin-right: 10px;
  }
  nav li {
    width: 33%;
  }
}

@media (max-width: 600px) {
    
    body {
      margin: 0;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.95);
      max-width: 100vw;
      width: 100%;
    }
        
  #headerlinks {
    position: static;
    text-align: right;
    margin-right: 10px;
  }
  #menue {
    margin-top: 0;
    height: 0;
    padding: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  #menue li {
    width: 100%;
    overflow: hidden;
  }
  #menuebutton {
    display: block;
    margin-bottom: 0;
  }
  #menuebutton li {
    width: 100%;
    font-size: 200%;
  }
  nav input {
    display: none;
  }
  #menuebutton i {
    vertical-align: top;
  }
  #menuebutton:hover {
    cursor: pointer;
  }
  nav input:checked + #menue {
    height: 250px;
    overflow: hidden;
  }
  #left {
    display: none;
  }
  #center {
    padding: 2%;
    width: 96%;
  }
  #right {
    display: none;
  }
  footer {
    font-size: 100%;
  }
}

@media print {
  html {
    background-color: white;
  }
  body {
    width: 100vw;
    min-width: 400px;
    margin: 20px auto 40px;
    padding-bottom: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #logo {
    width: 40%;
    float: right;
  }
  header {
    overflow: hidden;
  }
  footer {
    width: 100%;
    border-top: 1px solid black;
    font-size: 80%;
  }
  #headerlinks, nav, #left, #right, #print, #divider {
    display: none;
  }
  #center {
    display: block;
  }
}
/*# sourceMappingURL=cad.css.map */