html, body, .container {
	min-height: 100%;
}

body {
  	font-family: arial;
	margin: 0;
	background-color:#efefef;
}

 h1 {
  	line-height: 1.5;
  	font-size: 1.1rem;
	margin-left: 120px;
    margin-top:70px;
    color:#444;
}

 h2 {
  	line-height: 1.5;
  	color: #182e88;
  	font-size: 1.0rem;
  	margin-top:1.5rem;
  	margin-left:10px;
  	margin-right:10px;
}

 h3 {
  	line-height: 1.5;
  	color: #182e88;
  	font-size: 1.0rem;
  	margin-left:10px;
  	margin-right:10px;
}

 h4 {
  	line-height: 1.5;
  	color: #182e88;
  	font-size: 1.0rem;
  	margin-left:10px;
  	margin-right:10px;
}

 p {
	line-height: 1.5;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
}

a:active {
    color: red;
}

a {
    color: blue;
}

.container {
	background-color: white;
	margin-right: 2px;
	margin-left: 2px;
  	padding: 1px;
}

.hessenLogo {
	position: absolute;
    z-index: 1;
    float:left;
    background-color:white;
    margin-left: 0;
    bottom: -1.5rem;
    width: 101px;
    height: 128px;
}

@media only screen and (min-width: 1080px){
	.hessenLogo {
	    margin-left: 140px !important;
	}
	.container {
		margin-right: 10%;
		margin-left: 10%;
	}
	 h1 {
		margin-left: 270px !important;
	}
}

@media only screen and (max-width: 600px){
	.hessenLogo {
	    height: auto !important;
	    width: 56px !important;
	}
	h1 {
		margin-left: 70px !important;
		margin-top: 10px !important;
	}
}

.header{
	position:relative;
    border-bottom: 2rem solid #182E88;
}