@charset "utf-8";
/* CSS Document */

body {
  			background-color: rgba(176, 176, 176,0.10)
		  }

.nav-text{
	color: white;
}
.bg-black {
  background-color: #000000 !important;
}

.bg-grey {
		background-color: rgba(176, 176, 176,0.50);

}

.btn-outline-success-kanem {
  color: #00bab3;
  border-color: #00bab3;
}

.btn-outline-success-kanem:hover {
  color: #fff;
  background-color: #00bab3;
  border-color: #00bab3;
}

.bg-text{
	background-color: rgba(255,255,255,0.50);
}

#lasering-titel{
	padding-top: 30px;
}

/*Links*/
.anfrage a{
	color: black;
	font-weight: bold;
	font-size: 16pt;
}

.apex-pants a{
	color: black;
	font-weight: bold;
	font-size: 16pt;
	background-color: rgba(176, 176, 176,0.50);
	padding: 10px;
	border-radius: 5px;
}

.kanem-content a{
	color: black;
	font-weight: bold;
	font-size: 16pt;
}

footer a{
	color: white;
}

/*Social*/
#social{
width: 70px;
height: 150px;
position: fixed;
bottom: 0;	
right: 0%;
z-index: 1200;
	
}
#social img{
margin: 18%;
}