html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (max-width: 2800px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 20em) {
  html {
    font-size: 55%;
  }
}

body * {
  font-size: 2rem;
  font-family: Poppins, sans-serif;
}

body {
  overflow-x: hidden;
}

ol,
ul {
  white-space: normal;
}

:root {
  --brand-orange: #f78200;
  --brand-dark-grey: #1b1b1b;
  --brand-beige: #7c7676;
  --akzent-yellow: #f9b20b;
  --akzent-grey: #323232;
  --brand-gradient: linear-gradient(90deg, #f78200 0%, #f9b20b 100%);
  --white: #ffffff;
  --black: #000000;
  --akzent-light-grey: #f7f7f7;
  --error: #d03f3f;
}

::selection {
  color: var(--white);
  background-color: var(--brand-beige);
}

#main {
  padding: 0 7rem;
  position: relative;
}

#impressum,
#datenschutz {
  padding: 0;
  padding-left: 7rem;
}

.row,
.col,
.col-auto {
  margin: 0 !important;
  padding: 0 !important;
}

/* === Links === */
#app a {
  color: var(--brand-orange);
  font-weight: 600;
}

/* === Button === */
.krell-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 23rem;
  border: none;
  font-size: 3rem;
  font-weight: 400;
  color: var(--white);
  background: var(--brand-beige);
}

.krell-btn label {
  font-weight: 400;
  padding: 1.5rem 0 1.5rem 3rem;
  cursor: pointer;
}

.krell-btn lord-icon {
  background-color: var(--akzent-grey);
  height: 6rem;
  width: 6rem;
}

/* === Headlines === */
#app h2 {
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: 0em;
  color: var(--brand-orange);
  padding-bottom: 2rem;
}

#app h3 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.5rem;
  letter-spacing: 0em;
}

#app h4 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.5rem;
  letter-spacing: 0em;
}

#app p,
li,
a {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  color: var(--brand-dark-grey);
}

/* === background headline === */
.background-headline {
  position: absolute;
  color: var(--akzent-light-grey);
  overflow: hidden;
  white-space: nowrap;
  z-index: -1;
  font-family: Mate SC, sans-serif;
  font-size: 36rem;
  font-style: normal;
  font-weight: 400;
  line-height: 43.9rem;
  letter-spacing: 0em;
  text-align: center;

  /* disabled text selection */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* == box shadow == */
.box-shadow {
  box-shadow: 0px -2px 188px rgba(27, 27, 27, 0.07),
    0px -1.18691px 86.9181px rgba(27, 27, 27, 0.0519173),
    0px -0.959463px 49.7326px rgba(27, 27, 27, 0.0438747),
    0px -0.818658px 30.1873px rgba(27, 27, 27, 0.0377964),
    0px -0.686152px 18.1892px rgba(27, 27, 27, 0.0322036),
    0px -0.524221px 10.1289px rgba(27, 27, 27, 0.0261253),
    0px -0.304838px 4.35637px rgba(27, 27, 27, 0.0180827);
}

/* === impressum & datenschutz styling ===*/
#impressum .text-container p,
#datenschutz .text-container p,
#impressum .text-container li,
#datenschutz .text-container li,
#impressum .text-container a,
#datenschutz .text-container a {
  font-size: 2rem;
}

#impressum .text-container h2,
#datenschutz .text-container h2 {
  padding: 0;
  margin-bottom: 1rem;
  margin-top: 3rem;
  line-height: 3.8rem;
}

#impressum .text-container h3,
#datenschutz .text-container h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.8rem;
  margin-top: 3rem;

  color: var(--brand-orange);
}

#impressum .text-container h4,
#datenschutz .text-container h4 {
  line-height: 3.5rem;
  font-size: 2.5rem;
  margin-top: 2.5rem;
}

#impressum .head-container,
#datenschutz .head-container {
  background-color: var(--akzent-grey);
  height: 30rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

#impressum .headline,
#datenschutz .headline {
  font-size: 8rem;
  font-weight: 500;
  line-height: 12rem;

  padding-left: 7rem;
  color: var(--white);
}

#impressum .logo,
#datenschutz .logo {
  height: 100%;
}

#impressum .text-container,
#datenschutz .text-container {
  padding-right: 7rem;
  padding-left: 7rem;
  padding-top: 10rem;
}

@media screen and (max-width: 100.5625em) {
  #datenschutz .headline {
    font-size: 5.4rem;
    line-height: 10rem;
    padding-left: 5rem;
    min-width: max-content;
  }

  #datenschutz .text-container {
    padding-left: 5rem;
    padding-top: 8rem;
  }

  #datenschutz .logo {
    width: 45rem;
  }
}

@media screen and (max-width: 68.75em) {
  #impressum .head-container,
  #datenschutz .head-container {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  #impressum .headline,
  #datenschutz .headline {
    font-size: 4rem;
    line-height: 4.8rem;
    padding: 0;
    order: 2;
  }

  #impressum .logo,
  #datenschutz .logo {
    height: 70%;
  }

  #impressum .text-container,
  #datenschutz .text-container {
    padding: 5rem 4rem;
  }
}

@media screen and (max-width: 46.875em) {
  #impressum .head-container,
  #datenschutz .head-container {
    height: 26rem;
  }

  #impressum .headline,
  #datenschutz .headline {
    font-size: 3rem;
  }

  #impressum .logo,
  #datenschutz .logo {
    height: 60%;
  }

  #impressum .text-container,
  #datenschutz .text-container {
    padding: 5rem 2rem;
  }
}
/* === impressum & datenschutz styling ===*/

/* == media queries ==  */
@media screen and (max-width: 120em) {
  #app p,
  #app a,
  li {
    font-size: 3rem;
  }
}

@media screen and (max-width: 93.75em) {
  #app p,
  #app a,
  li {
    font-size: 2rem;
  }
}

@media screen and (max-width: 68.75em) {
  #main,
  #impressum,
  #datenschutz {
    padding: 0;
  }

  #app h2 {
    font-size: 3.2rem;
    padding-bottom: 1rem;
  }

  #app h3 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }

  .background-headline {
    font-size: 8rem;
    line-height: unset;
  }
}

@media screen and (max-width: 25em) {
  #app h2 {
    font-size: 3rem;
    line-height: 4.4rem;
    padding-bottom: 1rem;
  }

  #app p,
  li {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
  }

  #app a {
    font-size: 1.8rem;
  }
}
