/* GENERAL STYLING */
* {
  line-height: 1.6;
}
html {
  
}
body {
  font-family: Verdana, Arial, sans-serif;
  color: #585756;
  background-color: #f5f5f5;
  font-size: 0.9em;
}

.wrapper main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media(max-width: 400px) {
  .wrapper main {
    margin-top: 0px;
  }
}



article {
  width: 100%;
  padding-top: 30px;
}
article.article-extra {
  padding-top: 6em;
}
.heading {
  width: 98%;
  margin: auto;
  background-color: #0098d4;
  color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
.heading__h2 {
  width: 100%;
  margin: auto;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
.heading__text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.heading__h2--small {
  font-size: 11px;
  width: 220px;
  padding-bottom: 3px;
}
.heading__h2--big {
  width: 200px
}
.heading__logo, .heading__logo-test {
  margin-right: 0.55em;
  margin-left: 1%;
  width: 32px;
}

.heading__h2-test {
  height: 50px;
}
.heading__logo-test {
  position: relative;
  top: 9px;
}

hr {
  border: 0;
}
summary:hover {
  cursor: pointer;
}
summary:hover {
  cursor: pointer;
}

/* ZOOM-IN ANIMATION ON HOVER */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* FADE ANIMATION ON HOVER
.hvr-fade-blue, .hvr-fade-green, .hvr-fade-dark {
  display: inline-block;
  vertical-align: middle;
 -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
-webkit-transition-property: background-color;
  transition-property: background-color;
}
.hvr-fade-blue:hover, .hvr-fade-blue:focus, .hvr-fade-blue:active {
  background-color: #00ace7;
} */

/* MEDIA QUERIES FOR HTML & GENERAL */

@media (max-width: 425px) {
  
  * {
    font-size: 80%;
  }
}


@media(min-width: 1250px) {

  .front__video {
    max-height: 32vh;
  }
}



@media( max-width: 400px) {


  main {
    padding-top: 80px;
  }
}


.references__test-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

#tribble_a img {
  width: 300px;
  margin-top: 12px;
  margin-left: -8px;
  max-width: 100%;
}




