@media (max-width: 640px) {
    .footer-logos img {
		 max-width: 60px;
    }
}
#footer .credits a:link{
	color:#215aa8;
}
#footer .credits a:visited{
	color:#215aa8;
}
#footer .credits a:hover{
	color:#ccc;
} 


.content ul,li {
	margin: 0;
   padding: 0;
	margin-left:20px;
}


.content li {
	list-style:disc; 
	margin: 0;
	padding: 0;
	line-height: 18px;
}




ul.custom {
	list-style:disc;
  padding: 0;
}
ul.custom li {
	text-indent: 20px;
	padding:0 !important;
}

.btn-primary {
	color: white;
	background-color: #215aa8;
	border-color: #215aa8 ;
}

#process {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#000 url(../img/2ajaxloader.gif) center center no-repeat;
	opacity:0.7;
	z-index:9999;
	display:none;
	text-align:center;
}
#success {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	background:#0060ab;
	color:white;
	opacity:0.7;
	z-index:9999;
	display:none;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
}

a.pagelink ul li {
	font-weight: bold;
}
/* Damit Navbar Header und Footer nicht "bold" sind */
a:not(ul li a){
	font-weight: bold;
}

/*
a:not(.navbar ul li a):link 
{
   font-weight: bold;
}
*/
a.pagelink:link{
	color:#215aa8;
}
a.pagelink:visited{
	color:#215aa8;
}
a.pagelink:hover{
	color:#999;
}

a.pagelink2:link{
	color:#999;
}
a.pagelink2:visited{
	color:#999;
}
a.pagelink2:hover{
	color:#CCC;
}

a.mylink:link{
	color:#3653B1;
}
a.pagelink:visited{
	color:#3653B1;
}
a.pagelink:hover{
	color:#999;
}
@media (min-width: 421px) {
	.mobileonly {
		display: none;
	}
	.nomobile {
		display:block;
	}
}
@media (max-width: 420px) {
	.nomobile {
		display: none;
	}
	.mobileonly {
		display: block;
	}
	.carousel-content p {
		
		background-color: snow;
		padding: 7px;
		border-radius: 25px;
		opacity:0.1;
	}
}