/* ************************************ */
/* GLOBAL STYLING */
/* ************************************ */

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #444;
  margin: 0 auto;
  overflow-x: hidden;
}

/* ************************************ */
/* GENERAL COMPONENTS */
/* ************************************ */

.heading-primary,
.heading-secondary,
.heading-tertiary,
.heading-quaternary {
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #1e3842;
}

.heading-primary {
  text-transform: uppercase;
  font-size: 9.6rem;
}

.heading-primary:last-child {
  margin-bottom: 3.2rem;
}

.heading-secondary {
  font-size: 7.4rem;
  letter-spacing: -1px;
  font-weight: 700;

  margin-bottom: 8rem;
}

.heading-tertiary {
  text-transform: uppercase;
  font-size: 5.2rem;
  line-height: 1.2;

  margin-bottom: 3.2rem;
}

.heading-quaternary {
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #2a9d8f;
  margin-bottom: 0.8rem;
  letter-spacing: 0.75px;
  padding-left: 3.2rem;
}

/* ************************************ */
/* HELPER CLASSES */
/* ************************************ */

.container {
  /* 1140px + 1200px sind Standards bei Seiten-Width */
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.is-hidden {
  display: none !important;
}
