html, body {
  margin: 0px;
  padding: 0px;
  font-family: 'Reem Kufi', sans-serif;
  width: 100vw;
  height: 100vh;
}

html, body, #mapid {
  width: 75vw;
  height: 75vh;
}

.flexContainer {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align:center;
  flex-direction: row;
  margin-top: 2vh;
  padding: 0px;

}

.container {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 82vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
 margin-bottom: 2vh;
color: #008CBA;

}

h1.headline {

  margin: 0;
}

#answer {
  width: 7.8vw;
  height: 4.5vh;
  font-size: 25px;
}

.senden {
  margin-left: 1vw;
  background-color: #008CBA;
  border: 2px solid #008CBA;
  color: white;
  font-size: 25px;
  cursor: pointer;
  padding-top: 2.8%;
  padding-bottom: 2.8%;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.senden:hover {
  transition: .2s;
  background-color: white;
  color: black;
}

.flexcontainer {
  width: 10%;
  height: 15%;
  display: flex;
  align-items: center;
}

form {
  display: flex;
  align-items: center;
}

h2 {
  margin-bottom: 1vh;
  padding-bottom: 0px;
}

#div0 {
	margin-top: -50px;
  width: 350px;
  height: 150px;
  padding: 10px;
	display: block;
  text-align: center;
	}

#bild {
  width: 350px;
  height: auto:
	}

#bild2 {
  width: 150px;
	}

li {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 12px;
  list-style-type: disc;

	}

  #div1 {
  float: left;
  width: 50px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  border: 0px solid black;
  }

  #div2 {
  float: left;
  width: 58px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  border: 0px solid blue;
  background: #F0F0F0;
  }

  #div3 {
  float: left;
  width: 30px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  border: 0px solid red;
  }

h3 {
 margin: 0px;
  padding-bottom: 0px;

  top: 6vh;
}

footer {
  position: absolute;
  width: 100vw;
  height: 3vh;
  bottom: 2.15vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

h4 {
  font-size: 0.6vw;
}

.important {
  font-size: 12pt;
}

figure {
  margin: 0px;
  padding: 0px;
}

figcaption {
  font-size: 8pt;
}

.logo {
  width: 4vw;
  height: auto;
  float: left;
  margin-right: 10px;

}

.logo:hover {
  cursor: pointer;
}

.lessMargin {
  margin-bottom: 0px;
}
