

html::before {
  content: " ";
  display: block;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10;

  background: url("../img/allg/rauch_oben.png") top left no-repeat fixed,
  url("../img/allg/rauch_unten.png") bottom right no-repeat fixed;
  background-size: 40vw;
  background-color: #f3f3f3;

}

html {
  overflow: hidden;
  height: 100vh;
}

body {

  margin: 0;
  overflow: scroll;
  height: 100vh;
  scroll-snap-type: y mandatory; /* Vertikal Scrollen und Snap Points streng einhalten */


  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}


section {
  height: 100vh;
  /* scroll-snap-align: center; */
  /* scroll-padding-top: 60px; */
  scroll-snap-align: start;
  scroll-margin-top: 50px;
  margin: 50px auto;
  
}
  



.logo {
  display: flex;
  justify-content: center;
  padding: 5%;
  mix-blend-mode: normal;
  z-index: 99;

  width: auto;
  background-color: #5a5958;
}

.logo picture {
  animation: einblenden 5s;
  -moz-animation: einblenden 5s; /* Für Firefox */
  -webkit-animation: einblenden 5s; /* Für Safari und Chrome */
  -o-animation: einblenden 5s; /* Für Opera */
}

.logo img {
  max-width: 90vw;
}

@keyframes einblenden {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes einblenden {
  /* Für Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes einblenden {
  /* Für Safari und Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes einblenden {
  /* Für Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h1 {
  font-family: englewood, sans-serif;
  letter-spacing: 0.03em;
  font-weight: 100;
  font-style: normal;
  font-size: 500%;
  color: #f3f3f3;
  text-align: right;
  /* margin-top: -10%; */
  text-shadow: 2px 2px 0.2rem #5a5958, -1px -1px 0.5rem #5a5958;
}




.ueber h1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;

  /* z-index: 2;  */
  justify-self: end;
  align-self: center;
  /* background-color: rgb(155, 51, 51); */
}

.text1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
  margin-top: 10%;
  margin-right: 10%;
}

.text2 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  margin-top: 2%;
  /* background-color: orange; */
}

.uebermich {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 5;
  margin-top: -5%;
  margin-bottom: -2%;

  mix-blend-mode: normal;
}

.uebermich img {
  max-width: 100%;
  object-fit: contain;
  align-items: end;
  justify-self: start;
  object-fit: fill;
  /* background-color: chartreuse; */
  z-index: 55;
  /* align-self: stretch; */
  align-items: end;
  filter: drop-shadow(0.5rem 0.5rem 0.2rem #5a5958);
}

.ueber {
  display: grid;
  grid-template-columns: 2fr 1fr 4fr;
  grid-template-rows: 5% 0.9fr auto 5%;
  max-width: 1024px;
  max-height: 90vh;
  margin: auto;
    /* margin-top: 0%; */

  
}

.block {
  
  width: 100vw;
  color: #f3f3f3;
  align-content: center;
  

}

.hintergrund {
  background-color: #5a5958;
  /* border-width: 40px;  */
  border-bottom: 5px solid;
  border-top: 5px solid; 
  /* border-image-outset: 55px; */
  border-image: url(../img/allg/rahmen.svg) 33% round;
  background-clip: padding-box;
  mix-blend-mode: multiply;

}

.flex {
  display: flex;
  height: 100vh;
}


.test {
  background-color: #5a5958;
  /* border-width: 40px;  */
  border-bottom: 5px solid;
  border-top: 5px solid;
  
  /* border-image-outset: 55px; */
  border-image: url(../img/allg/rahmen.svg) 33% round;
  background-clip: padding-box;
  mix-blend-mode: multiply;
  height: 45vh;
  width: 15vw;
  margin: auto;


}
