.fontm{
 font-family:"Figtree";
 font-weight:500;
 font-style:normal;
}
.main-img-1{
position: fixed;
  display:block;
overflow:clip;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url("/imgs/moschee.webp?v=1");
background-size: cover;
transition: 1s all ease-in-out;
    z-index:-1;
  animation: imgscale 60s;
  animation-fill-mode:forwards;
  }
@keyframes imgscale{
  0%{
    transform:scale(1);
  }
  100%{
    transform:scale(1.7);
  }
}
.main-img-1:before{
    content:"";
    position:relative;
    display:block;
    height:100%;
    width:100%;
    background-color: rgb(0 0 0 / 40%);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
}
.logo{
  display:flex;
	position:relative;
  background:transparent;
  flex-direction:row;
	width:100%;
	justify-content:center;
	padding-bottom:5vw;
	margin-top:10vh;
}
.logo img{
  object-fit:cover;
  width:20vw;
}
.zitat p:first-child{
    margin-top:10vh;
}
.zitat p{
  margin:0;
  line-height:1.3;
  color:#e4e4e0;
  padding:3vw;
  font-size:4vw;
}
.zitat p:nth-child(2){
  font-size:3.5vw;
  font-family:"Ortica";
}