html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
}

.head-top{
	margin-top: 20px;
}

/*  SQUARE SHIT  */

.blau{
	background-color:#334d5c;
}
.gruen{
	background-color: #45b29d;
}
.gelb{
	background-color: #efc94c;
}
.orange{
	background-color: #e27a3f;
}
.rot{
	background-color: #df4849;
}

.mblog{
	background-color:#1d70b7;
}