/*footer style*/
#footer{
	float: left;
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: #222f3e;
	height: 300px;
}

/*footer text*/
#footer p{
	text-align: center;
	color: white;
	font-family: arial;
}

/*Mailto link*/
#mailto{
	text-decoration: none;
	color: white;
}

#mailto:hover{
	color: black;
}

/*content footer*/
.footerContainer{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
}

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 20px;
    width: 60px;
    text-align: center;
    text-decoration: none;
		border-radius: 50%;
		margin-top: 10px;
    margin-bottom: 20px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Instagram */
.fa-instagram {
  background: #125688;
  color: white;
}

/*impressum link*/
#impressum{
  position: relative;
  text-align: center;
  text-decoration: none;
  color: white;
}

#impressum:hover{
  text-decoration: underline;
}
