:root {
  font-size: 100%;
  font-family: "Fraunces"; /* Dieser Name korrespondiert mit den Einstellungen in fonts.css */
}





/*.container {
  display: grid;
  position: relative;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  column-gap: 3px;
  row-gap: 3px;
  width: 100vw;
  height: 1100px;
  z-index: 1;
 
}*/

.container3 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
width: 100vw;
height: 1600px;
position: relative;
z-index: 2;
left: 10px;
top: 10px;




} 

/*div:hover {

opacity: 0.5;

} */

/*.container2:hover {


  color: green;
  animation: cheese 1s alternate infinite;
  animation-delay: var(--delay);
 
}*/


body {
  background-color: #f5ebdc;
}


.bread {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  line-height: 100px;
  color: rgb(52, 250, 91);

  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
  transform: scale(0.9);
}


.bread2 {
  position: relative;
  grid-column-start: 2;
  grid-row-start: 1;
  line-height: 10px;
  color: rgb(52, 250, 91);

  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
  transform: scale(0.9);
}

.bread3 {
  position: relative;
  grid-column-start: 3;
  grid-row-start: 1;
  line-height: 10px;
  color: rgb(52, 250, 91);

  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
  transform: scale(0.9);
}

.bread4 {
  position: relative;
  grid-column-start: 4;
  grid-row-start: 1;
  line-height: 10px;
  color: rgb(52, 250, 91);
  font-size: 400%;
  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
}

.bread5 {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 2;
  line-height: 10px;
  color: rgb(52, 250, 91);
  font-size: 400%;
  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
}

.bread6 {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 2;
  line-height: 10px;
  color: rgb(52, 250, 91);
  font-size: 400%;
  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
}

.bread7 {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 2;
  line-height: 10px;
  color: rgb(52, 250, 91);
  font-size: 400%;
  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
}

.Letter1 {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  line-height: 150px;
  color: rgb(52, 250, 91);
  font-size: 400%;
  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
}

.Letter2 {
  position: relative;
  grid-column-start: 2;
  grid-row-start: 1;
  line-height: 150px;
  font-style: italic;
  color: #d62300;
  font-size: 300%;
  /*font-weight: 800; */
  animation: breathe 15s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: start;
 
}


.Letter3 {
  position: relative;
  grid-column-start: 3;
  grid-row-start: 1;
  line-height: 250px;
  font-style: italic;
  color: #d62300;
  font-size: 350%;
  animation: breathe 9s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: end;
}

.Letter4 {
  position: relative;
  grid-column-start: 4;
  grid-row-start: 1;
  line-height: 350px;
  color: #d62300;
  font-size: 400%;
  /*font-weight: 800; */
  animation: breathe 3s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
}

.Letter5  {
  position: relative;
  grid-column-start: 5;
  grid-row-start: 1;
  line-height: 150px;
  color: #d62300;
  font-size: 280%;
  animation: breathe 12s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
}

.Letter6 {
  position: relative;
  grid-column-start: 6;
  grid-row-start: 1;
  line-height: 350px;
  font-style: italic;
  color: #d62300;
  font-size: 500%;
  animation: breathe 3s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
 
}

.Letter7  {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 2;
  line-height: 150px;
  font-style: italic;
  color: #d62300;
  font-size: 390%;
  animation: breathe 9s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self: center;
}

.Letter8  {
  position: relative;
  grid-column-start: 2;
  grid-row-start: 2;
  line-height: 350px;
  color: #d62300;
  font-size: 500%;
  /*font-weight: 800; */
  animation: breathe 2s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
  align-self:stretch;
}

.Letter9 {
  position: relative;
  grid-column-start: 3;
  grid-row-start: 2;
  line-height: 150px;
  font-style: italic;
  color: #d62300;
  font-size: 390%;
  animation: breathe 5s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
}

.Letter10 {
  position: relative;
  grid-column-start: 4;
  grid-row-start: 2;
  line-height: 350px;
  color: rgb(52, 250, 91);
  font-size: 250%;
  animation: breathe 15s alternate infinite;
  animation-delay: var(--delay);
  overflow: hidden;
}




@keyframes breathe {
  0% {
    font-variation-settings:  "opsz" 9, "wght" 100, "SOFT" 0, "WONK" 1;
    
  }

  60% {
    font-variation-settings:  "opsz" 9, "wght" 200, "SOFT" 0, "WONK" 1;
    color: blue;

  
  }

  100% {
    font-variation-settings:  "opsz" 9, "wght" 900, "SOFT" 0, "WONK" 1;
    
    color: #FF8732; 

  }
}

/*@keyframes cheese {
  0% {
    font-variation-settings:  "hrzn" 0, "vert" 1000, "rota" 0, "zoom" 0
  }

  100% {
    font-variation-settings:  "hrzn" 0, "vert" 0, "rota" 0, "zoom" 0;
    color:#d62300;
  }


} */

/*#FF8732

rgb(52, 250, 91)*/
