html{
  scroll-behavior: smooth;
}
body{
  background:#00000000;
}
.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=1f");
background-size: cover;
transition: 1s all ease-in-out;
    z-index:-1;
  }
.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;
  background:transparent;
  flex-direction:row;
  padding:1vw;
}
.logoimg{
  height:5vw;
	width:5vw;
  background:transparent;
  border-radius:50%;
  overflow:clip;
}
.logoimg img{
  object-fit:cover;
  height:100%;
  width:100%;
}
.logoname{
  display:flex;
  flex-direction:column;
  height:5vw;
  margin-top:0vw;
  background:transparent;
  padding-left:0.8vw;
justify-content:center;
	align-items:start;
}
.logoname p:first-child{
  font-weight:500;
}
.logoname p{
  font-size:1.4vw;
  margin:0;
  color:#f4f4f4;
  line-height:1.35;
  font-weight:400;
}
.infos-form{
  margin-top:1vw;
  display:flex;
	margin-left:2vw;
  flex-direction:column;
  justify-content:center;
  align-items:self-start;
}
.infos-form p{
  background:black;
  border:0.2vw solid #e4e4e0;
  padding:1vw;
  font-size:1.5vw;
  color:#e4e4e0;
	min-width:15vw;
  text-transform:uppercase;
  margin:0;
  margin-top:2vw;
}
.fragen-antworten{
  margin-top:5vw;
	margin-left:2vw;
}
.fragen-antworten p{
    color:#e4e4e0;
	line-height:1.25;
	margin:0;
	padding:1vw;
	min-width:30vw;
  max-width:60vw;
	margin-top:2vw;
	text-transform:uppercase;
	font-size:1.5vw;
    background:#3776e0;
	border:0.2vw solid #e4e4e0;
}
.fragen-antworten input{
  margin-top:1.5vw;
    color:#e4e4e0;
	line-height:1.25;
	padding:1vw;
	min-width:30vw;
  max-width:60vw;
	text-transform:uppercase;
	font-size:1.5vw;
    background:transparent;
	border:0.2vw solid #e4e4e0;
  border-radius:0%;
}
.fragen-antworten select{
	margin-top:1.5vw;
 background:none;
  border:none;
  color:#e4e4e6;
  font-size:1.5vw;
  font-weight:400;
  padding:1vw;
	min-width:30vw;
  max-width:60vw;
	border:0.2vw solid #e4e4e0;
}
input:focus{
  outline:none;
}
select:focus{
  outline:none;
}
textarea:focus{
	outline:none;
}
.user-interact-save-go{
	border:0.2vw solid #e4e4e6;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:1.5vw;
	padding-top:2vw;
	padding-bottom:2vw;
	background:black;
}
.user-interact-save-go button{
	width:70%;
	font-size:1.5vw;
	background:none;
	border:none;
	color:#e4e4e6;
	text-transform:uppercase;
	text-align:center;
}
.fragen-antworten textarea{
margin-top:1.5vw;
	min-width:30vw;
  max-width:60vw;
  width:93%;
  background:none;
  border:none;
  padding:1vw;
  padding-left:1vw;
  padding-right:1vw;
  font-size:1.5vw;
  font-weight:450;
  color:#e4e4e6;
  border:0.2vw solid #e4e4e6;
  border-radius:0;
	min-height:10vh;
}
.info-abgegeben{
	margin-top:35vw;
} 
.info-abgegeben p{
	color:#e4e4e0;
	font-size:5vw;
	text-align:center;
	padding:2vw;
}
.view_previous button{
	width:100%;
	font-size:3.5vw;
	background:none;
	border:none;
	color:#e4e4e6;
	text-transform:uppercase;
	text-align:center;
	background:#3776e0;
	padding:1.5vw;
	padding-top:2.5vw;
	padding-bottom:2.5vw;
	border:0.3vw solid #e4e4e0;
}
.infos-abteilung-klein-bericht-voll p{
	color:#e4e4e0;
	line-height:1.25;
	margin:0;
	padding:1.5vw;
	border:0.3vw solid #e4e4e0;
	width:max-content;
	text-transform:uppercase;
	font-size:3.5vw;
	margin-top:4vw;
	background:black;
}
.infos-abteilung-klein-bericht-voll p:first-child{
	background:black;
}
.frage-antowrt-abteilung-klein-bericht-voll{
	margin-top:5vw;
}
.frage-antowrt-abteilung-klein-bericht-voll p{
	color:#e4e4e0;
	line-height:1.25;
	margin:0;
	width:auto;
	padding:2.5vw;
	text-transform:uppercase;
	font-size:3.5vw;
}
.frage-antowrt-abteilung-klein-bericht-voll p:first-child{
	background:#3776e0;
	border-bottom:0.3vw solid #e4e4e0;
}
.frage-antowrt-abteilung-klein-bericht-voll p:nth-child(2){
	width:auto;
	margin-top:3vw;
	background:transparent;
	border-bottom:0.3vw solid #e4e4e0;
}