* {
  font-variant-ligatures: none !important;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

section,
div {
  font-family: "Rubik", sans-serif;
}

ol,
ul {
  white-space: normal;
}

/* === Colors / Backgrounds === */

:root {
  --strawbinary-dark-grey: #1f1f1f;
  --strawbinary-ultra-dark-grey: #1d1d1d;
  --strawbinary-dark-blue: #0e2941;
  --strawbinary-light-blue: #e7ebef;
  --strawbinary-grey: #323232;
  --strawbinary-medium-blue: #246aa4;
  --strawbinary-error: #d03f3f;
  --strawbinary-primary-blue: #256aa5;
  --strawbinary-accent-light-gray: #595959;
  --stawbinary-link-blue: #133553;
}

.bg-light-blue {
  background-color: var(--strawbinary-light-blue);
}

.bg-white {
  background-color: white;
}

.text-dark-blue {
  color: var(--strawbinary-dark-blue);
}

.text-dark-grey {
  color: var(--strawbinary-dark-grey);
}

.text-ultra-dark-grey {
  color: var(--strawbinary-ultra-dark-grey);
}

.text-light-blue {
  color: var(--strawbinary-light-blue);
}

.text-medium-blue {
  color: var(--strawbinary-medium-blue);
}

.text-grey {
  color: var(--strawbinary-grey);
}

.text-error {
  color: var(--strawbinary-error);
}

/* === Markdown / Customization === */
#leistungen li {
  line-height: 1.25;
  margin: 1.5rem 0;
}

footer .top p {
  margin: 2rem 0;
}

footer .legal-links a {
  font-weight: 300;
}

#boxes .inhalt h3 {
  text-align: center;
}

#app #nav .call-to-action p {
  font-size: 3rem;
}

/* Special case for CTBoxes. Adds Padding if no LordIcon, Image, ... is entered */
#app .box-headline-padding h3 {
  padding: 2rem 0;
}

@media screen and (max-width: 78.125em) {
  #app nav .col {
    height: auto;
  }
}

@media screen and (max-width: 62.5em) {
  #app nav .col {
    height: min-content;
  }
}

@media screen and (max-width: 43.75em) {
  #app #callToAction h2,
  #app #callToAction h1 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 40.625em) {
  #app #nav .call-to-action p {
    font-size: 2.5rem;
  }
}

#app #landingsection1 .btn-primary-sb,
#app #landingsection1 .btn-dark-primary-sb {
  padding: 1.25rem 1.75rem;
  z-index: 300;
}

@media screen and (max-width: 28.125em) {
  #app #nav .call-to-action p {
    font-size: 2rem;
  }
}

/* === NavBar padding (needed for container alignment) === */
#app {
  padding-right: 8rem;
}

@media screen and (max-width: 125em) {
  #app {
    padding-right: 7rem;
  }
}

@media screen and (max-width: 106.25em) {
  #app {
    padding-right: 6rem;
  }
}

@media screen and (max-width: 68.75em) {
  #app {
    padding-right: 0;
  }
}

/* === Alignment === */
.justify-center {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.justify-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.text-right {
  text-align: right !important;
}

/* When Timeline Mobile is active */
@media screen and (max-width: 78.125em) {
  #app .text-left p,
  #app .text-left h1,
  #app .text-left h2,
  #app .text-left h3,
  #app .text-left span {
    text-align: left !important;
  }
}

/* === Headlines === */
#app h1 {
  font-feature-settings: "liga" off;
}

#app h2,
h1 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  line-height: 8.5rem;
  font-feature-settings: "liga" off;
}

h2.sb-headline-dark,
h1.sb-headline-dark,
.sb-headline-dark h2,
.sb-headline-dark h1 {
  color: var(--strawbinary-dark-grey);
}

h2.sb-headline-white,
h1.sb-headline-white,
.sb-headline-white h2,
.sb-headline-white h1 {
  color: white;
}

h2.sb-headline-blue,
h1.sb-headline-blue,
.sb-headline-blue h2,
.sb-headline-blue h1 {
  color: var(--strawbinary-dark-blue);
}

#app h3 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-feature-settings: "liga" off;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h3.sb-headline-3-blue,
.sb-headline-3-blue h3 {
  color: var(--strawbinary-dark-blue);
}

@media screen and (max-width: 62.5em) {
  #app h2,
  h1 {
    line-height: 7.5rem;
  }
}

@media screen and (max-width: 43.75em) {
  #app h2,
  h1 {
    line-height: 5rem;
  }
}

/* === Headline Top/Bottom-Margins === */
#app h2 {
  margin-bottom: 4rem;
}

.ct-horizontal-timeline h2 {
  margin-bottom: 6rem;
}

#callToAction h2 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 62.5em) {
  #app h2 {
    margin-bottom: 4rem;
  }

  .ct-horizontal-timeline h2 {
    margin-bottom: 4rem;
  }

  #callToAction h2 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 25em) {
  #app h2 {
    margin-bottom: 2rem;
  }

  .ct-horizontal-timeline h2 {
    margin-bottom: 2rem;
  }

  #callToAction h2 {
    margin-bottom: 2rem;
  }
}

/* === Distances in CT's === */
.ct-container {
  padding: 8rem 14rem;
}

.ct-container-y {
  padding: 8rem 0;
}

.ct-container-x {
  padding: 0 14rem;
}

/* Special Container for ImportantPoints */
.ct-container-x-ip {
  padding: 0 8rem;
}

/* Special Container for LandingPackages 
and for LandingDetail */
.ct-landingpackages-container,
.ct-landingdetail-container {
  padding: 10rem 10rem 15rem 10rem;
}

@media screen and (max-width: 75em) {
  .ct-container {
    padding: 8rem 8rem;
  }

  .ct-container-y {
    padding: 8rem 0;
  }

  .ct-container-x {
    padding: 0 8rem;
  }

  /* Special Container for ImportantPoints */
  .ct-container-x-ip {
    padding: 0 6rem;
  }

  /* Special Container for LandingPackages 
  and for LandingDetail */
  .ct-landingpackages-container,
  .ct-landingdetail-container {
    padding: 8rem 6rem 10rem 6rem;
  }
}

@media screen and (max-width: 62em) {
  .ct-container {
    padding: 5rem 6rem;
  }

  .ct-container-y {
    padding: 5rem 0;
  }

  .ct-container-x {
    padding: 0 6rem;
  }

  /* Special Container for ImportantPoints */
  .ct-container-x-ip {
    padding: 0 4rem;
  }

  /* Special Container for LandingPackages 
  and for LandingDetail */
  .ct-landingpackages-container,
  .ct-landingdetail-container {
    padding: 5rem 4rem 8rem 4rem;
  }
}

@media screen and (max-width: 36em) {
  .ct-container {
    padding: 4rem 4rem;
  }

  .ct-container-y {
    padding: 4rem 0;
  }

  .ct-container-x {
    padding: 0 4rem;
  }

  /* Special Container for ImportantPoints */
  .ct-container-x-ip {
    padding: 0 2rem;
  }

  /* Special Container for LandingPackages 
  and for LandingDetail */
  .ct-landingpackages-container,
  .ct-landingdetail-container {
    padding: 4rem 4rem 6rem 4rem;
  }
}

@media screen and (max-width: 24.375em) {
  .ct-container {
    padding: 4rem 2.2rem;
  }

  .ct-container-y {
    padding: 4rem 0;
  }

  .ct-container-x {
    padding: 0 2.2rem;
  }

  /* Special Container for ImportantPoints */
  .ct-container-x-ip {
    padding: 0 1rem;
  }

  /* Special Container for LandingPackages
  and for LandingDetail */
  .ct-landingpackages-container,
  .ct-landingdetail-container {
    padding: 4rem 2rem;
  }
}

@media screen and (max-width: 20em) {
  .ct-container {
    padding: 2rem 1rem;
  }

  .ct-container-y {
    padding: 2rem 0;
  }

  .ct-container-x {
    padding: 0 1rem;
  }
}

/* === Markdown & Typo === */
.markdown {
  font-family: "Barlow Semi Condensed", sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.markdown-rubik {
  font-family: "Rubik", sans-serif;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.markdown-medium {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.medium {
  font-weight: 500;
}

.white {
  color: white;
}

#app .sb-p-0 p {
  margin: 0;
}

#app .font-weight-medium {
  font-weight: 500 !important;
}

/* === Buttons === */

#app a {
  color: var(--strawbinary-medium-blue);
}

.clear-button {
  background: none;
  outline: none;
  border: none;
}

#app .btn-primary-sb label:hover {
  cursor: pointer;
}

#app .btn-primary-sb {
  background-image: linear-gradient(to right, #246aa4, #0b315e, #0b315e, #246aa4);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  padding: 1.5rem 3rem;
}

#app .btn-secondary-sb {
  background-image: linear-gradient(to right, #e7ebef, #b9c7d2, #b9c7d2, #e7ebef);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  padding: 1.5rem 3rem;
}

#app .btn-clear-blue-sb {
  background: transparent;
  padding: 1.5rem 3rem;
}

#app .btn-clear-white-sb {
  background: transparent;
  padding: 1.5rem 3rem;
}

#app .btn-clear-blue-sb label {
  color: #256aa5 !important;
  text-decoration: none;
  cursor: pointer;
}

#app .btn-clear-white-sb label {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

#app .btn-clear-white-sb:hover label {
  color: #256aa5;
}

#app .btn-secondary-sb label {
  color: #0c325f !important;
  text-decoration: none;
  cursor: pointer;
}

#app .btn-primary-sb label {
  color: white !important;
}

#app .link-white a,
#app .btn-link-sb {
  color: white !important;
  text-decoration: none;
}

#app .btn-link-sb {
  font-size: 2rem;
}

#app .link-white a:hover,
#app .btn-link-sb label:hover {
  color: white !important;
  text-decoration: underline;
}

#app .btn-dark-primary-sb a,
#app .btn-dark-primary-sb label,
#app .btn-nav-link a,
#app .btn-nav-link label {
  color: white;
}

#app .btn-nav-link a,
#app .btn-nav-link label {
  text-align: left;
}

#app .btn-dark-primary-sb {
  background-image: linear-gradient(to right, #1d1d1d, #595959, #595959, #1d1d1d);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
  padding: 1.5rem 3rem;
}

#app .btn-dark-primary-sb a:hover,
#app .btn-dark-primary-sb label:hover {
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

#app .btn-nav-link a:hover,
#app .btn-nav-link label:hover {
  color: #969696;
  text-decoration: none;
  cursor: pointer;
}

#app .active label {
  color: #969696;
  text-decoration: none;
  cursor: pointer;
}

#app #Error .active label {
  color: white;
}

#app .btn-nav-link a,
#app .btn-nav-link label {
  font-size: 5rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
}

#app .btn-primary-sb,
#app .btn-secondary-sb,
#app .btn-clear-blue-sb,
#app .btn-clear-white-sb,
#app .btn-dark-primary-sb {
  font-size: 2.3rem;
}

@media screen and (max-width: 93.75em) {
  #app .btn-primary-sb,
  #app .btn-secondary-sb,
  #app .btn-clear-blue-sb,
  #app .btn-clear-white-sb,
  #app .btn-dark-primary-sb {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
  }

  #app .btn-link-sb {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 48em) {
  #app .btn-primary-sb,
  #app .btn-secondary-sb,
  #app .btn-clear-blue-sb,
  #app .btn-clear-white-sb,
  #app .btn-dark-primary-sb {
    padding: 1.2rem 1.5rem;
    font-size: 1.6rem;
  }

  #app .btn-link-sb {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 78.125em) {
  #app .btn-nav-link a,
  #app .btn-nav-link label {
    font-size: 4rem;
  }
}

@media screen and (max-width: 34.375em) {
  #app .btn-nav-link a,
  #app .btn-nav-link label {
    font-size: 3rem;
  }
}

@media screen and (max-width: 23.125em) {
  #app .btn-nav-link a,
  #app .btn-nav-link label {
    font-size: 2.5rem;
  }
}

/* Hover States */
#app .btn-primary-sb:hover {
  background-position: 100% 0;
  background-image: linear-gradient(to right, #246aa4, #0b315e, #0b315e, #246aa4);
  color: White !important;
}

#app .btn-dark-primary-sb:hover {
  background-position: 100% 0;
  background-image: linear-gradient(to right, #1d1d1d, #595959, #595959, #1d1d1d);
}

#app .btn-secondary-sb:hover {
  background-position: 100% 0;
  background-image: linear-gradient(to right, #e7ebef, #b9c7d2, #b9c7d2, #e7ebef);
}

#app .btnhoverLEFT:hover {
  cursor: pointer;
  background: url(/https/strawbinary.de/assets/arrow-circle-hover-left.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 100;
  transition: background 0.3s ease-in;
}

#app .btnhoverRIGHT:hover {
  cursor: pointer;
  background: url(/https/strawbinary.de/assets/arrow-circle-hover-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 100;
  transition: background 0.3s ease-in;
}

::selection {
  background: var(--strawbinary-light-blue);
  color: var(--stawbinary-link-blue);
}

/* === Borders & shadows === */
.border-top-sb {
  border: none;
  border-top: 1rem solid;
  border-image-source: linear-gradient(90deg, #0b315e 0%, #246aa4 100%);
  border-image-slice: 1;
}

.border-bottom-sb-03 {
  border: none;
  border-bottom: 0.3rem solid;
  border-image-source: linear-gradient(90deg, #0b315e 0%, #246aa4 100%);
  border-image-slice: 1;
}

.shadow-sb {
  box-shadow: 0px 20px 20px rgba(231, 235, 239, 0.5);
}

/* === Tabellen Designs === */
/* Tabelle Normal */
#app .tabelleNormal,
#app .tabelleBorderLeft {
  font-family: "Rubik", sans-serif;
}

#app .tabelleNormal table,
#app .tabelleBorderLeft table {
  border: none;
  width: 100%;
}

#app .tabelleBorderLeft table {
  background-image: linear-gradient(180deg, #0b315e 0%, #246aa4 100%);
  background-origin: border-box;
  border-spacing: 5px;
  border-left: 2rem solid transparent;
}

#app .tabelleBorderLeft td {
  background-color: white;
}

#app .tabelleNormal tbody tr:nth-child(2n),
#app .tabelleBorderLeft tbody tr:nth-child(2n) td {
  background-color: var(--strawbinary-light-blue);
  border-top: 0.1rem solid #c4c4c4;
  border-bottom: 0.1rem solid #c4c4c4;
}

#app .tabelleNormal td,
#app .tabelleBorderLeft td {
  padding: 1rem 2rem;
}

section .tabelleNormal thead,
section .tabelleBorderLeft thead {
  font-weight: 500;
  color: var(--strawbinary-dark-blue);
  border-bottom: 0.2rem solid #c4c4c4;
}

#app .tabelleNormal th {
  padding-left: 2rem;
}

@media screen and (max-width: 49.125em) {
  #app .tabelleNormal table,
  #app .tabelleBorderLeft table {
    border: none !important;
  }

  section .tabelleNormal thead tr td:nth-child(2n),
  section .tabelleBorderLeft thead tr td:nth-child(2n) {
    display: none !important;
  }

  section .tabelleNormal thead,
  section .tabelleBorderLeft thead {
    border-bottom: none !important;
  }

  #app .tabelleNormal thead {
    width: 100%;
  }

  #app .tabelleNormal tbody tr:nth-child(2n),
  #app .tabelleBorderLeft tbody tr:nth-child(2n) td {
    background-color: white;
    border: none;
  }

  #app .tabelleNormal th {
    padding-left: 0;
  }

  #app .tabelleNormal td {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #app .tabelleNormal th:nth-child(2) {
    display: none;
  }

  #app .tabelleNormal tr td:nth-child(1) {
    display: table;
    width: 100% !important;
    margin-bottom: 1.5rem;
    height: auto !important;
  }

  #app .tabelleNormal tr td:nth-child(2) {
    display: table;
    width: 100% !important;
    margin-bottom: 3rem;
  }

  #app .tabelleNormal tr:nth-child(1) th:nth-child(1) {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 26.25em) {
  #app .tabelleNormal tr td:nth-child(1) {
    margin-bottom: 1rem;
    height: auto !important;
  }

  #app .tabelleNormal tr td:nth-child(2) {
    margin-bottom: 2.5rem;
  }

  #app .tabelleNormal tr:nth-child(1) th:nth-child(1) {
    padding-bottom: 2rem;
  }
}

/* === */
/* === Slider === */
.slider-custom-pagination {
  background-color: transparent;
  border: none;
  color: var(--strawbinary-medium-blue);
}

@media screen and (max-width: 48.75em) {
  .slider-custom-pagination {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 25em) {
  .slider-custom-pagination {
    font-size: 1.6rem;
  }

  #partner .VueCarousel-wrapper,
  #partner .VueCarousel-wrapper .col {
    padding: 0;
  }
}

/** Utilities **/
.hover-pointer:hover {
  cursor: pointer;
}

/* ##### FONT SIZE SECTION ##### */

/* Font-Sizes for Buttons and Navbar not here included */

/* === Standard FontSizes === */
#app h1 {
  font-size: 7.2rem;
}

#app h2 {
  font-size: 5.6rem;
}

#app h3 {
  font-size: 4rem;
}

#app p {
  font-size: 2.4rem;
  line-height: 3.6rem !important;
}

#app ul li {
  font-size: 2.8rem;
}

/* === Special FontSizes === */
#app .fs-dropdown h3 {
  font-size: 2.8rem;
}

#app .fs-copyright {
  font-size: 2rem;
}

#app #sendStatus .message p {
  font-size: 4rem;
}

#app #sendStatus .message b {
  font-size: 7.2rem;
}

#app .fs-input,
#app .fs-textarea,
#app .fs-placeholder {
  font-size: 2.6rem;
}

#app .fs-field-error {
  font-size: 2rem;
}

#app .fs-make-contact {
  font-size: 2.6rem;
}

#app .fs-data-protection {
  font-size: 2rem;
}

#app .fs-ctkunde-name p {
  font-size: 3.2rem;
}

#app .fs-landing-small {
  font-size: 5rem;
}

#app .fs-landing-big {
  font-size: 8.8rem;
}

#app .number-icon-wrapper-horizontal p,
#app .number-icon-wrapper p {
  font-size: 5rem;
  line-height: unset !important;
}

#CTHoriTimeline .step-title {
  font-size: 2.6rem;
}

#app .tabelleNormal th {
  font-size: 2.8rem;
}

#app .tabelleNormal tr td:nth-child(1) {
  font-size: 2.6rem;
}

#app .tabelleNormal tr td:nth-child(2) {
  font-size: 2.4rem;
}

/* Cookies */
#app .arrow-text {
  font-size: 1.5rem;
}

#app .text-more-info {
  font-size: 1.5rem;
}

#app .form-check-input {
  font-size: 2rem;
}

#app .head-wrapper .header {
  line-height: unset !important;
}

/* Special Media Querie for ElementTimeline */
@media screen and (max-width: 106.25em) {
  #app .number-icon-wrapper-horizontal p,
  #app .number-icon-wrapper p {
    font-size: 4rem;
  }
}

/*  Special Media Querie for Footer Copyright */
@media screen and (max-width: 93.75em) {
  #app .fs-copyright {
    font-size: 1.8rem;
  }
}

/* === Media Queries for FontSizes === */
@media screen and (max-width: 90em) {
  #app h1 {
    font-size: 5.6rem;
  }

  #app h2 {
    font-size: 4.6rem;
  }

  #app h3 {
    font-size: 3rem;
  }

  #app p {
    font-size: 2.2rem;
  }

  #app ul li {
    font-size: 2.6rem;
  }

  /* === Special FontSizes === */
  #app .fs-dropdown h3 {
    font-size: 2.4rem;
  }

  #app #sendStatus .message p {
    font-size: 3.6rem;
  }

  #app #sendStatus .message b {
    font-size: 4.6rem;
  }

  #app .fs-input,
  #app .fs-textarea,
  #app .fs-placeholder {
    font-size: 2rem;
  }

  #app .fs-field-error {
    font-size: 1.6rem;
  }

  #app .fs-make-contact {
    font-size: 2.4rem;
  }

  #app .fs-data-protection {
    font-size: 1.8rem;
  }

  #app .fs-ctkunde-name p {
    font-size: 3rem;
  }

  #app .fs-landing-small {
    font-size: 4rem;
  }

  #app .fs-landing-big {
    font-size: 8rem;
  }

  #app .tabelleNormal th {
    font-size: 2.4rem;
  }

  #app .tabelleNormal tr td:nth-child(1) {
    font-size: 2.2rem;
  }

  #app .tabelleNormal tr td:nth-child(2) {
    font-size: 2rem;
  }
}

/* Special Media Querie for Landingsection */
@media screen and (max-width: 81.1875em) {
  #app .fs-landing-small {
    font-size: 2.8rem;
  }

  #app .fs-landing-big {
    font-size: 6.6rem;
  }
}

@media screen and (max-width: 56.25em) {
  #app h1 {
    font-size: 4rem;
  }

  #app h2 {
    font-size: 3.6rem;
  }

  #app h3 {
    font-size: 3rem;
  }

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

  #app ul li {
    font-size: 2.4rem;
  }

  /* === Special FontSizes === */
  #app .fs-dropdown h3 {
    font-size: 2rem;
  }

  #app #sendStatus .message p {
    font-size: 2.5rem;
  }

  #app #sendStatus .message b {
    font-size: 3rem;
  }

  #app .fs-input,
  #app .fs-textarea,
  #app .fs-placeholder {
    font-size: 1.8rem;
  }

  #app .fs-field-error {
    font-size: 1.6rem;
  }

  #app .fs-make-contact {
    font-size: 2rem;
  }

  #app .fs-data-protection {
    font-size: 1.6rem;
  }

  #app .fs-ctkunde-name p {
    font-size: 2.5rem;
  }

  #app .fs-landing-small {
    font-size: 3.5rem;
  }

  #app .fs-landing-big {
    font-size: 6rem;
  }

  #app .tabelleNormal th {
    font-size: 2.2rem;
  }

  #app .tabelleNormal tr td:nth-child(1) {
    font-size: 2rem;
  }

  #app .tabelleNormal tr td:nth-child(2) {
    font-size: 1.8rem;
  }
}

/* Special Media Querie for Landingsection */
@media screen and (max-width: 53.125em) {
  #app .fs-landing-small {
    font-size: 2.6rem;
  }

  #app .fs-landing-big {
    font-size: 5.6rem;
  }
}

/* Special Media Querie for TableMobile */
@media screen and (max-width: 49.125em) {
  #app .tabelleNormal tr td:nth-child(1) {
    font-size: 2.2rem;
  }

  #app .tabelleNormal tr td:nth-child(2) {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 48em) {
  #app p {
    line-height: unset !important;
  }

  #app .fs-copyright {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 37.75em) {
  #app .fs-landing-small {
    font-size: 2.4rem;
  }

  #app .fs-landing-big {
    font-size: 4.8rem;
  }
}

/* Special Media Querie for ElementTimeline */
@media screen and (max-width: 37.5em) {
  #app .number-icon-wrapper-horizontal p,
  #app .number-icon-wrapper p {
    font-size: 5rem;
  }
}

@media screen and (max-width: 26.25em) {
  #app h1 {
    font-size: 4rem;
  }

  #app h2 {
    font-size: 3.5rem;
  }

  #app h3 {
    font-size: 2.2rem;
  }

  #app p {
    font-size: 1.6rem;
  }

  #app ul li {
    font-size: 1.8rem;
  }

  /* === Special FontSizes === */
  #app .fs-dropdown h3 {
    font-size: 1.8rem;
  }

  #app #sendStatus .message p {
    font-size: 2.2rem;
  }

  #app #sendStatus .message b {
    font-size: 2.8rem;
  }

  #app .fs-input,
  #app .fs-textarea,
  #app .fs-placeholder {
    font-size: 1.6rem;
  }

  #app .fs-field-error {
    font-size: 1.4rem;
  }

  #app .fs-make-contact {
    font-size: 1.8rem;
  }

  #app .fs-ctkunde-name p {
    font-size: 2.2rem;
  }

  #app .fs-landing-small {
    font-size: 2.5rem;
  }

  #app .fs-landing-big {
    font-size: 4.5rem;
  }

  #app .tabelleNormal tr td:nth-child(2) {
    font-size: 1.6rem;
  }

  #app .tabelleNormal tr td:nth-child(1) {
    font-size: 2rem;
  }

  #app .number-icon-wrapper-horizontal p,
  #app .number-icon-wrapper p {
    font-size: 3.5rem;
  }
}
