/*
	CSS Stylesheet für REIKEM Bewertungsseite
	(c)2020 by REIKEM | swillig.
 */
body {
  padding-top: 56px;
}

a {
	color: #0c3183;
	text-decoration: none;
}
a:hover {
	color: #546ea8;
	text-decoration: none;
	transition: all ease 0.4s;
}

.fa-facebook:hover {
	color: #3b5998;
}
.fa-instagram:hover {
	background-image: linear-gradient(-135deg,#1400c8,#b900b4,#f50000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fa-twitter:hover {
	color: #00acee;
}
.fa-xing:hover {
	color: #126567;
}

.navbar-light {
	border-bottom: 5px solid #444;
}



.portfolio-item {
  margin-bottom: 30px;
}

footer.bg-light {
	border-top: 5px solid #444;
}