:root {
  font-family: 'Roboto Flex'; /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}

body {
  background-color: #e27ea6;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#grundflexbox {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center; 
  align-items: flex-end; 
  position: absolute;
}

#gridcontainer {
  display: grid;
  grid-template-columns: 1vw 6vw 6vw 3vw 7vw 3vw 6vw 6vw 3vw 7vw 3vw 6vw 6vw 1vw;
  grid-template-rows: repeat(8, 3vw 10vw);
  align-items: center; 
  justify-items: center;
  position: absolute;
  background-color: #f9e300;
}

p {
  padding: 0;
  margin: 0.5vw 0 0 0;
  color: #62361b;
  font-size: 14vw;
  line-height: 0vw;
  font-weight: 150;
  text-align: center;
  text-shadow: 0.3vw -0.3vw 0 white;

}

.zweierfenster {
  font-variation-settings: "XOPQ" 110, "XTRA" 540, "wdth" 60;
  text-shadow: 0.2vw -0.2vw 0 white;
}

.dreierfensterschmal-links {
  font-variation-settings: "XOPQ" 110, "XTRA" 323, "wdth" 60, "slnt" -10;
  margin-top: 0.25vw;
  transform: rotate(10deg) scaleY(-1) ;
  text-shadow: 0.3vw 0.3vw 0 white;
}

.dreierfensterschmal-rechts {
  font-variation-settings: "XOPQ" 110, "XTRA" 323, "wdth" 60, "slnt" -10;
  transform: rotate(-10deg);
  margin-top: 1vw;
}

.dreierfensterbreit {
  font-variation-settings: "XOPQ" 110, "XTRA" 603, "wdth" 60;
  margin-top: 1.5vw;
  text-shadow: 
  0.4vw -0.4vw 0 white,
  0.3vw -0.3vw 0 white,
  0.2vw -0.2vw 0 white,
  0.1vw -0.1vw 0 white;
}

.ornament {
  margin: 0.5vw 0 0 0;
  font-size: 2vw;
  font-weight: 300;
  display: inline-block;
  text-shadow: 0.15vw -0.15vw 0 white;

}

.ornamentoben {
  font-size: 2vw;
  font-weight: 300;
  display: inline-block;
  transform: translateY(-0.5vw);
}

.ornament-dreierfensterbreit {
  margin: 1.2vw 0 0 0;
  text-shadow: 
  0.2vw -0.2vw 0 white,
  0.1vw -0.1vw 0 white;
}