
.ikons {
	position: absolute;
  }
  
.nagios__icon {
	display: block;
	height: 96px;
	width: 96px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 96px 96px;
	background-image: url(../../img/png/nagios.png);
  }
  
.graphite__icon {
	display: block;
	height: 96px;
	width: 128px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 128px 96px;
	background-image: url(../../img/png/graphite.png);
  }
  
.prometheus__icon {
	display: block;
	height: 96px;
	width: 96px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 96px 96px;
	background-image: url(../../img/png/prometheus2.png);
  }
  
  
.github__icon {
	display: block;
	height: 64px;
	width: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-image: url(../../img/png/if_github-circle.png);
  }
  
.xing__icon {
	display: block;
	height: 64px;
	width: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-image: url(../../img/png/if_xing-circle.png);
  }
  
.linkedin__icon {
	display: block;
	height: 64px;
	width: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-image: url(../../img/png/if_linkedin-circle.png);
  }
.mail__icon {
	display: block;
	height: 64px;
	width: 64px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-image: url(../../img/png/if_send-mail-circle.png);
  }
  