/* GLOBAL START */

@font-face {
  font-family: 'Work Sans';
  src: url(fonts/WorkSans-VariableFont_wght.woff2) format('woff2'),
       url(fonts/WorkSans-VariableFont_wght.woff) format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* COLORS */

:root {
  --lsm-blue: #7592b7;
  --lsm-black: #131a1c;
  --lsm-white: #FFFFFF;

/* TYPO START */

/* TYPO: FAMILIES */

  --font-family-sans: "Work Sans", Helvetica, Arial, sans-serif;


/* TYPO: SIZES */

  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 3rem;
  --font-size-4xl: 3.75rem;

/* TYPO: HEIGHTS */

--line-height-sm: 1.05;
--line-height-md: 1.5;

/* TYPO: SPACING */

--letter-spacing-sm: 0.02em;
--letter-spacing-md: -0.01em;

}

@media (max-width: 50em) {
  :root {
      --font-size-xl: 1.2rem;
      --font-size-2xl: 1.5rem;
      --font-size-3xl: 2rem;
      --font-size-4xl: 3rem;
  }
}

/* TYPO: PRESETS */

.display {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-sm);
    letter-spacing: var(--letter-spacing-md);
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-3xl);
    line-height: var(--line-height-sm);
    font-weight: 400;
}

h2 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-2xl);
    line-height: var(--line-height-sm);
    font-weight: 300;
    text-transform: uppercase;
}

h3 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-sm);
    font-weight: 300;
    text-transform: uppercase;
}

.subheading {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-sm);
    letter-spacing: var(--letter-spacing-sm);
}

body {
  font-family: var(--font-family-sans);
  color: var(--lsm-white);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-md);
  letter-spacing: var(--letter-spacing-sm);
}

p, a, li {
  text-decoration: none;
  margin: 0;
  font-weight: 300;
  color: var(--lsm-white);
}

/* TYPO END */


body {
  position: relative;
  background-color:var(--lsm-blue);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
  padding: 0em 2em;
}

/* HEADER START */

header {
  padding: 2em 0em;
  top: 0;
  z-index: 99;    
  display: block;
  width: 100%;
  text-align: left;
}

header a {
    display: block;
    width: 100%;
    text-align: left;
}

/* HEADER END */


/* LOGO START */

.logo {
  max-width: 240px;
  width: 60%;
  display: block;
}

/* LOGO END */

/* CONTENT START */

.center-content {
  max-width: 36em;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  flex-direction: column;
  row-gap: 1em;
  margin: 8em 0em 2em;
}

/* CONTENT END */

/* FOOTER START  */

footer {
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: var(--font-size-md);
  margin: 1.5em 0em;
  column-gap: 2em;
}

.footer-links {
  display: flex;
  flex-direction: row;
  column-gap: 2em;
}

footer a {
  color: var(--lsm-white);
}

footer a:hover {
  color: var(--lsm-feld);
}

/* FOOTER END  */

/* IMPRINT START */

.imprint_text {
  width: 100%;
  max-width: 50em;
  margin: auto;
}

.imprint_text a {
  text-decoration: underline;
}

.imprint-footer {
  margin: auto;
  max-width: 50em;
  padding-top: 3.75em;
  margin-top: 3.75em;
  position: relative;
  border-top: solid 1px var(--lsm-stadt);
}

/* IMPRINT END  */

/* RESPONSIVE START */

@media (max-width: 1080px) {
}

@media (max-width: 1000px) {
footer {
  flex-direction: column;
  row-gap: 0.5em;
}
}

@media (max-width: 600px) {
  :root {
    --font-size-lg: 0.95rem;
    --font-size-xl: 1.1rem;
    --font-size-2xl: 1.4rem;
    --font-size-3xl: 1.8rem;
    --font-size-4xl: 2.4rem;
  }

  body {
    font-size: var(--font-size-md);
  }

  .display {
    font-size: var(--font-size-2xl);
    line-height: 1.02;
  }

  h1 { font-size: var(--font-size-2xl); }

}

@media (max-width: 430px) {
  :root {
    --font-size-lg: 0.9rem;
    --font-size-xl: 1.0rem;
    --font-size-2xl: 1.25rem;
    --font-size-3xl: 1.6rem;
    --font-size-4xl: 2.0rem;
  }

  .display { font-size: var(--font-size-2xl); }
}

/* Eyecatcher (jobs) */
.stoerer-jobs {
  position: absolute;
  left: 80%;
  top: 20%;
  transform: translateX(-50%);
  max-width: 200px;
  width: auto;
  height: auto;
  z-index: 150;
  pointer-events: auto;
}

@media (max-width: 800px) {
.stoerer-jobs {
  left: 72%;
  top: 30%;
  max-width: 140px;
}
}

/* RESPONSIVE END */
