@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,600,900");

/* Fira Regular = 400 Fira Bold = 800 Fira Black = 900 */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: hsl(0, 0%, 48%);
  font-family: "Fira Sans";
  line-height: 24px;
  letter-spacing: -0.01em;
}


/* TEMPORARY COLUMN OVERLAY */

#columns {
  display: flex;
  position: fixed;
  top: 0;
  left: calc(50vw - 408px + 120px);
  width: 816px;
  height: 100vh;
  flex-direction: row;
  justify-content: space-between;
}

#column1,
#column2,
#column3 {
  width: 240px;
  outline: 1px solid magenta;
}


/* END COLUMNS */

menu {
  z-index: 1;
  display: block;
  position: fixed;
  width: 240px;
  height: 100vh;
  margin: 0;
  padding: 0;
  filter: drop-shadow(24px 0 12px rgba(0, 0, 80, 0.24));
}

nav {
  display: flex;
  position: absolute;
  top: 239px;
  width: 100%;
  height: calc(100vh - 239px);
  margin: 0;
  padding: 0;
  background: #fff;
  align-items: stretch;
  flex-direction: column;
}

nav #menu_logotype {
  position: relative;
  top: 7px;
  min-height: 42px;
}

nav ul {
  left: 30px;
  width: 210px;
  padding-top: 64px;
}

.quickscan {
  display: flex;
  position: relative;
  padding: 12px;
  align-items: stretch;
  flex: 1;
  flex-direction: column;
  transform: rotate(-6deg);
  cursor: pointer;
}

#quickscan_badge.floating {
  z-index: 9999;
  position: fixed;
  top: 50px;
  left: calc(100vw - 200px);
  width: 200px;
  height: 200px;
}

#quickscan_badge {
  flex: 1;
}

#quickscan_badge #base {
  fill: hsl(25, 100%, 50%);
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 2;
}

#quickscan_badge text {
  position: relative;
  fill: #fff;
  font-size: 10px;
}

#quickscan_badge #pulse_ring_1,
#quickscan_badge #pulse_ring_2 {
  fill: none;
  stroke: hsl(30, 100%, 50%);
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  transform-origin: center center;
}

#quickscan_badge #pulse_ring_2 {
  animation-delay: 1s;
}

nav address {
  padding-bottom: 24px;
  padding-left: 20px;
  color: hsl(200, 79%, 40%);
  font-size: 14px;
  font-style: normal;
}

ul {
  position: relative;
  left: 24px;
  width: 216px;
  list-style: none;
}

ul li {
  color: #fff;
  line-height: 36px;
}

ul li::before {
  content: '';
  position: absolute;
  left: -24px;
  width: 12px;
  height: 16px;
  margin-top: 8px;
  background: #fff;
  transform: skewY(-33deg);
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  transition: all 0.2s linear;
}

a {
  position: relative;
}

a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  background: hsla(200, 79%, 40%, 0.5);
  transition: all 0.15s linear;
}

a:hover::after {
  width: 100%;
}

nav ul a:hover {
  padding-left: 6px;
}

address a,
address a:active address a:hover address a:visited {
  color: inherit;
  text-decoration: none;
}

nav address a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

nav address a:nth-of-type(2)::before {
  background-image: url(../img/mail.svg);
}

nav address a:nth-of-type(3)::before {
  background-image: url(../img/linkedin.png);
}

nav ul li {
  line-height: inherit;
}

nav ul li::before {
  left: -30px;
  background: hsl(200, 79%, 40%);
}

ul li.currentpage::before {
  width: 20px;
}

nav ul a,
nav ul a:active,
nav ul a:hover,
nav ul a:visited {
  color: hsl(200, 79%, 40%);
  text-transform: uppercase;
  font-weight: 600;
}

nav ul a:hover {
  padding-left: 6px;
}

nav address a,
nav address a:active nav address a:hover nav address a:visited {
  color: inherit;
  text-decoration: none;
}

address.colofon {
  width: 240px;
  margin-top: 24px;
  color: hsl(360, 100%, 100%);
  border-top: 2px solid hsl(360, 100%, 100%);
  font-size: 12px;
}

div.section {
  position: relative;
  padding-bottom: 120px;
}

div.section::before {
  content: '';
  position: absolute;
  width: 240px;
  height: 100%;
}

div.content {
  position: relative;
  left: calc(50vw - 288px);
  min-width: 816px;
  max-width: 816px;
  padding-top: 96px;
}

div.flexcolumns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div.column {
  position: relative;
  width: 240px;
}

table {
  width: 100%;
  table-layout: fixed;
}

table th {
  padding-top: 24px;
  padding-bottom: 24px;
  color: hsl(360, 100%, 100%);
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

table td {
  padding: 12px;
  color: hsl(360, 100%, 100%);
  /* padding-bottom: 24px; */
}

table tr td:nth-child(even),
table tr th:nth-child(even) {
  /* background-color: hsla(360, 100%, 0%, 0.1); */
  border-right: 1px solid hsla(360, 100%, 100%, 0.1);
  border-left: 1px solid hsla(360, 100%, 100%, 0.1);
}

table tr:nth-child(even) {
  background-color: hsla(360, 100%, 100%, 0.1);
}

h3 {
  margin-bottom: 48px;
  padding-top: 24px;
  color: hsl(200, 79%, 40%);
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

h3.white,
h4.white,
p.white,
p.white strong,
strong.white {
  color: hsl(360, 100%, 100%);
}

h4 {
  position: relative;
  top: 9px;
  margin-bottom: 32px;
  color: hsl(200, 79%, 40%);
  font-size: 30px;
}

p {
  margin-bottom: 24px;
  color: hsl(0, 0%, 48%);
  font-weight: 400;
}

em {
  color: currentColor;
}

strong {
  color: currentColor;
  font-weight: 600;
}

small {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

q {
  color: currentColor;
  font-style: italic;
}

button,
form input[type=submit] {
  display: inline-block;
  margin-top: 48px;
  margin-right: 24px;
  margin-bottom: 48px;
  padding: 12px 16px;
  color: #fff;
  border: none;
  border-radius: 8px;
  background-color: hsl(200, 79%, 40%);
  outline: none;
  box-shadow: 0 0 15px hsla(0, 0%, 40%, 0.5);
  text-transform: lowercase;
  font-size: 24px;
  font-variant: small-caps;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

button:hover,
form input[type=submit] {
  box-shadow: 0 0 20px hsla(0, 0%, 40%, 0.35);
  transform: scale(1.02);
}

button.active,
button:active,
form input[type=submit].active,
form input[type=submit]:active {
  background-color: hsl(200, 79%, 50%);
  transform: scale(0.99);
  transition: all 0.1s ease-out;
}

button.white {
  color: hsl(200, 79%, 40%);
  background-color: hsl(360, 100%, 100%);
}

button>a {
  color: inherit;
}

button>a::after {
  display: none;
}

div.divider {
  margin-top: 48px;
  margin-bottom: 48px;
}

div.divider i {
  display: block;
  display: inline-block;
  position: relative;
  left: 50%;
  width: 360px;
  margin-left: -180px;
  color: hsl(0, 0%, 48%);
  background: #fff;
  text-align: center;
  font-style: italic;
}

div.divider i>span {
  font-style: normal;
}

div.divider::before {
  z-index: -1;
  content: '';
  display: block;
  position: relative;
  top: 12px;
  width: 800px;
  height: 1px;
  background: hsl(0, 0%, 60%);
}

form input,
form textarea {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  border: none;
  border-bottom: 2px solid hsl(200, 79%, 40%);
}

form input:focus,
form textarea:focus {
  outline: none;
}

form textarea {
  height: 116px;
}

form label {
  display: block;
  height: 24px;
  color: hsl(200, 79%, 40%);
}

div.landing {
  width: 100vw;
  height: 80vh;
  padding-left: 360px;
  overflow-x: hidden;
  background: url(../img/homebg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  text-shadow: 0 0 10px hsl(0, 0%, 0%);
}

div.landing h1 {
  padding-top: 120px;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

div.landing h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

div.intro p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
}

div.intro h3 {
  margin-bottom: 0;
  padding-top: 24px;
  text-align: center;
  text-transform: full-width;
  text-transform: inherit;
  font-size: 24px;
  font-variant: normal;
}

#scroll_indicator {
  z-index: 1;
  position: absolute;
  top: calc(100vh - 96px);
  left: calc(50vw - 14px);
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

div.contactform {
  height: 680px;
  margin-left: 48px;
  padding: 24px;
  border-radius: 6px;
  background-color: hsla(360, 100%, 100%, 0.8);
  box-shadow: 0 0 10px hsla(360, 100%, 0%, 0.5);
}

div.contactform iframe {
  width: 100%;
  height: 100%;
}

div.contactform button {
  margin-top: 12px;
}

#footer {
  padding-bottom: 24px;
  border-top: 2px solid hsl(200, 79%, 40%);
}

#footer div.content {
  padding-top: 24px;
}

#footer div.content div {
  display: flex;
  color: hsl(200, 79%, 40%);
  font-size: 12px;
  flex-direction: row;
  justify-content: space-between;
}

#footer div.content div div.minidivider {
  display: block;
  position: relative;
  top: 3px;
  width: 1px;
  height: 16px;
  background: hsla(200, 79%, 40%, 0.6);
}

#footer div.content div a,
#footer div.content div a:active,
#footer div.content div a:hover,
#footer div.content div a:visited {
  color: inherit;
  font-weight: 400;
}

#footer a.logolink {
  position: static;
}

#footer a.logolink span {
  position: absolute;
  top: 36px;
  right: 72px;
  color: hsl(0, 0%, 72%);
  font-size: 12px;
}

@keyframes pick {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(18deg);
  }
  80% {
    transform: rotate(0deg);
  }
}

a.logolink:hover #pickaxe {
  animation-duration: 0.7s;
  animation-iteration-count: 3;
  animation-name: pick;
  animation-timing-function: ease-out;
  transform-origin: 30% 75%;
}

#langchooser {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 0 24px;
  color: hsl(200, 79%, 40%);
  padding: 12px 24px;
  z-index: 999;
}

#langchooser span {
  color: hsl(200, 79%, 40%);
  text-shadow: none;
  cursor: pointer;
}

#langchooser span:hover {
  font-weight: bold;
}