

body{

	align-items: center;
	text-align: center;
	background-color: #F2F2F2;
}

hr {color:black;

}
a:link {
	/* text-decoration: none; */
	color: blue;
	font-size: 16px;
	}

.gray{color: gray;}  
.white{color: white;}
.blue {color: blue;}
.black {color:black;}
.red {color:red;}

#box { 

width: 75%;
	margin-bottom: 5px;
	border: 1px solid white;
	border-radius:8px;
	background-color:#BDBDBD;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}


.schattenbox {
	background-color: #BDBDBD;
	width: 300px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 10px 20px 30px #222222;
}

.schattenbox_projekte {
	background-color: #BDBDBD;
	width: 200px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 10px 20px 30px #222222;
}

.schattenbox_kontakt {
	background-color: #BDBDBD;
	width: 45px;
	height: 35px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: 10px 20px 30px #222222;
}
