@import url('reset.css');
@import url('fonts.css');

/* Root variables for colors and fonts */
:root {
  --white: #F8F8F1;
  --black: #0A0907;
  --green: #04A102;
  --orange: #FC6300;
  --yellow: #F3B305;
  --red: #F70A0C;
  --blue: #0588D5;
  --font: "Courier New", monospace;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  margin: 0;
  background-color: var(--white);
  width: 100%;
}

header {
  width: 100%;
  padding: 30vh 20px 50vh 15vw;
  box-sizing: border-box;
}

h1 {
  font-family: var(--font);
  color: var(--black);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 25vh;
}

h2 {
  font-family: var(--font);
  color: var(--black);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 5vh;
  margin: 0 50px 0 0;
}

img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

#smooth-content {
  width: 100%;
  position: absolute;
  left: 100px;
  height: 15000px;
}

.thema {
  width: 80vw;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
}

#political {
  justify-content: flex-end;
}

#scan-political {
  height: 800px;
  width: auto;
}

.overlay-garten {
  position: absolute;
  top: -60px;
  left: -100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overlay-wall {
  position: absolute;
  top: -60px;
  left: 100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overlay-butterfly {
  position: absolute;
  top: -235px;
  left: -90px;
  width: 70%;
  height: 70%;
  object-fit: contain;
}

#memes {
  top: 3500px;
  justify-content: flex-end;
}

#scan-memes {
  height: 800px;
  width: auto;
  position: relative;
}

.overlay-memes {
  position: absolute;
  top: -140px;
  left: -100px;
  width: 120%;
  height: 120%;
  object-fit: contain;
}

#feuerwehr {
  top: 3300px;
  left: -500px;
  align-content: flex-start;
  flex-direction: column;
}

.scan-feuerwehr {
  height: 800px;
  width: auto;
}

.overlay-feuerwehr {
  position: absolute;
  top: -200px;
  left: 470px;
  width: 50%;
  height: 50%;
  object-fit: contain;
}

#vereine {
  top: 5500px;
  justify-content: flex-start;
}

#scan-vereine {
  height: 800px;
  width: auto;
}

#text-vereine {
  position: absolute;
  top: 820px;
  left: 550px;
  width: 300px;
}

#übergang {
  position: absolute;
  top: 1020px;
  left: 750px;
  width: 500px;
}

#text-identität {
  position: absolute;
  top: 1320px;
  left: 1000px;
  width: 400px;
}

#fussball {
  top: 5500px;
  left: 500px;
  height: 900px;
  justify-content: flex-end;
}

#scan-fussball {
  height: 400px;
  width: auto;
  align-self: flex-end;
}

#scan-manimatter {
  height: 700px;
  width: auto;
  align-self: flex-start;
  opacity: 0.8;
}

.overlay-fussball {
  position: absolute;
  top: 260px;
  left: 810px;
  width: 10%;
  height: 10%;
  object-fit: contain;
}

#rennen {
  top: 8500px;
  justify-content: center;
}

#scan-rennen {
  height: 400px;
  width: auto;
}

.overlay-strasse {
  position: absolute;
  top: -50px;
  left: -350px;
  width: 150%;
  height: 150%;
  object-fit: contain;
}

.overlay-car {
  position: absolute;
  top: 125px;
  left: -400px;
  width: 50%;
  height: 50%;
  object-fit: contain;
}

#text-schnell {
  position: absolute;
  top: 450px;
  left: 500px;
  width: 400px;
}

#bundeshaus {
  top: 8500px;
  justify-content: flex-end;
}

#scan-bundeshaus {
  height: 500px;
  width: auto;
}

.overlay-bundeshaus {
  position: absolute;
  top: -60px;
  left: 125px;
  width: 120%;
  height: 120%;
  object-fit: contain;
}

#text-change {
  position: absolute;
  top: 600px;
  left: 800px;
  width: 400px;
}

#berg {
  top:10000px;
  justify-content: center;
}

#scan-berg {
  height: 600px;
  width: auto;
}

.overlay-balance {
  position: absolute;
  top: -160px;
  left: 360px;
  width: 30%;
  height: 30%;
  object-fit: contain;
}

.overlay-falling {
  position: absolute;
  top: -320px;
  left: 460px;
  width: 30%;
  height: 30%;
  object-fit: contain;
}

#text-grat {
  position: absolute;
  top: 1000px;
  left: 700px;
  width: 500px;
}

#tee {
  top: 13500px;
  justify-content: flex-start;
}

#scan-tee {
  height: 700px;
  width: auto;
}

.square {
  position: absolute;
  top: 0;
  left: 600px;
  width: 700px;
  height: 800px;
  background-color: var(--white);
}

.overlay-tasse {
  position: absolute;
  top: -100px;
  left: 520px;
  width: 60%;
  height: 60%;
  object-fit: contain;
}