@charset "utf-8";
.nav-style {
	#background-color: #7c7c7c;
	#background-color: #76272e;
	#border: solid  #7c7c7c;
	border: thin solid #7c7c7c;
	border-radius: 0.6em;
	background-color: white;
	
}
.nav-font {
	color: #76272e;
}
a.nav-font:hover  {
	color: #7c7c7c;
}
.nav-brand {
	color: white;
	background: #76272e;
	padding: 0 1em;
}
a.nav-brand:hover {
	color: #7c7c7c;
}
.rahmen {
	border: thin solid #76272e;
	border-radius: 5px;
	
}

.img-col {
	margin-bottom: 5px;
}
footer .card {
	background-color: #7c7c7c;
	color: white;
	border: thin solid #76272e;
	border-radius: 0.6em;
	
}
footer a {
	color: white;
}
footer a:hover {
	color: white;
}
.col-sm-12.col-md-6.col-lg-4.footer p a {
	color: white;
}
.card-style {
	margin-top: 0.6em;
}
.btn-self {
	border: thin solid #76272e;
	padding: 0.5em;
	border-radius: 0.5em;
	color: #76272e	
}
a.btn-self:hover {
	background-color: #7c7c7c;
	color: white;
	text-decoration: none;
	border-color: #7c7c7c;
}
.valid {
	border: thin 1px green;
}
.invalid {
	border: thin 1px red;
}
#fAnreise, #fAbreise {
	background-color: white;
}
