header{
	min-height: 100px;
	max-height: 181px;
}

body {
	/*background-image: url("placeholder.jpg");*/
	background-color: #FFFAFA; /* Used if the image is unavailable */
	min-height: 1000px;
    max-height: 2000px;  /* You must set a specified height */
 	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire container */
  	margin: 0px;
}

.footer{
	border-top: solid;
	display: flex;
  	width: 100%;
  	background-color: #A9A9A9;
 	color: white;
  	text-align: center;
  	position: static;
  	align-items: center;
  	justify-content: center;
  	vertical-align: middle;
}

.list{
	padding-top: 5px;
	padding-bottom: 5px;
}

#container{
	width: 100%;
	display: flex;
}

#inhalt {
	clear: left;
}

#Kontakt{
	width: 100%;
}

#Service{
	width: 100%;

}

.banner {
	max-height: 181px;
	max-width: 609px;
	align-self: center;
}


.subbanner{
	border-width: 1px;
	max-height: 90px;
	max-width: 304px;
}

.headline{
	display: flex;
	width: auto;
	align-items: center;
	justify-content: center;
  	vertical-align: middle;
	font-weight: bold;
	color: black;
	font-size: 20pt;
	font-family: Bauhaus 95;

}


p {
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 17px;
}


.zentrieren {
  	align-items: center;
  	justify-content: center;
  	vertical-align: middle;
}


#logo{
	max-width: 30%;
	max-height: 50%;
	object-fit: contain;
}

#flogo{
	max-width: 20%;
	max-height: 40%;
	object-fit: contain;
}

#logohead{
	max-width: 100%;
	max-height: 90%;
	object-fit: contain;
}


.ftext{
	margin: 10px;
	font-size: 70%;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(9,9,9,0.8);
	width: 100%;
	height: 100%;
	z-index: 100;
	justify-content: center;
  }
  #popup {
	display: none;
	position: fixed;
	align-self: center;
	top:5%;
	align-items: center;
	background: #fff;
	width: 700px;
	height: 80%;
	height: auto;
	z-index: 200;
	overflow: auto;
  }
  #popupclose {
	float: right;
	padding: 10px;
	cursor: pointer;
  }
  .popupcontent {
	padding: 10px;
  }
  .button {
	cursor: pointer;
  }

  #map{
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 17px;
	display: flex;
	flex-direction: column;
	align-items: center;
}