body {
  margin: 0;
  font-family: "Titillium Web", Sans-serif;
  color: var(--global-text);
  --global-accent: #13497D;
  --global-text: #575757;
}

a {
  text-decoration: none;
}

header, 
main {
  max-width: 1140px;
  margin: auto;
}

header {
  padding: 0 2em;
}

main {
  padding: 2em;
}

main.landing {
  max-width: 100%;
}

.background {
  background-image: url(./img/DiViS-hintergrund.png);
  background-repeat: no-repeat;
  background-position: -50vh top;
  background-size: 100vh;
  opacity: 0.125;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -100;
  margin-top: 150px;
}

.page {
  max-width: 350px;
  margin: auto;
}

.page a {
  display: block;
}

.page img {
  width: 100%;
}

.page-text {
  text-align: center;
}

footer {
  padding: 0 2em;
  background-color: var(--global-accent);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-logo,
.footer-logo {
  width: 100%;
  margin: 2em 0;
  max-width: 200px;
}

.footer-links {
  text-align: right;
  margin: 2em 0;
}

.footer-links .links a {
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  padding-left: 15px;
}

.icon {
  width: 15px;
  padding-left: 15px;
}

.icon>path {
  fill: #fff;
}

@media only screen and (min-width: 769px) {
  .background {
    background-position: left center;
    background-size: 75%;
    margin-top: 0;
  }

  main.landing {
    position: relative;
    height: 100vh;
    margin-top: -175px;
    margin-bottom: -25px;
  }

  .pages {
    max-width: 1100px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    padding: 5em 150px;
  }

  footer {
    flex-direction: row;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-links {
    align-self: center;
  }
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZQ.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZQ.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCw.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZQ.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZQ.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-display: block;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKI8.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-display: block;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKI8.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-display: block;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPecZTIAOhVxoMyOr9n_E7fRMc.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-display: block;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKI8.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-display: block;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKI8.woff) format('woff')
}

@font-face {
  font-family: 'Titillium Web';
  font-display: block;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/titilliumweb/v10/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKI8.woff) format('woff')
}
