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

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

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



article {
  width: 100%;
  padding-top: 30px;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

article.article-extra {
  padding-top: 6px;
  padding-left: 2px;
  padding-right: 2px;
}

.heading {
  width: 100%;
  margin: auto;
  color: white;
}
.heading__h1 {
  color: #0098d4;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0 12px 0;
}
.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.05);
  transform: scale(1.05);
}

/* 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(min-width: 1250px) {

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



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


main:last-of-type {
  min-height: calc( 100vh - 460px );
}

body > .content > main:last-of-type
{
  min-height: auto;
}

.content.h1_independent {
  text-align: center;
}

.content.h1_independent > main {
  text-align: left;
  margin-top: 12px;
}

.content.h1_independent article a:not(.btn) {
  color: #0098d4;
}


@media(max-width: 850px) {

  .content.h1_independent {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .content.h1_independent > .header {
    margin: 0 -20px;
    width: 100vw;
  }
}



.content.h1_independent > h1,
.content.h1_independent > main > h1 {
  
  display: inline-block;
  box-sizing: border-box;

  width: 800px;
  max-width: 100%;

  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;


  /*position: relative;
  top: 74px;*/

  padding: 15px 0 2px 0;
  background-color: transparent;

  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #0098d4;
}

.content.h1_independent article .btn.header-btn {
  float: right;
}

@media ( min-width: 600px) {
  
  .content.h1_independent article .btn.header-btn {
    position: relative; /* Button not clickable fix */
    margin-left: 34px;
    margin-top: -34px;
  }
}



