/*  Hintergrund */
.bg-primary {

        background-color: #000080 !important
}

/* Schriftfarbe */
.lightheader {
    color: #afafaf;

}

/* ***** Typographie ****** */
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.titlte {
    text-align:left;
}

section .title {
    font-size: 2.75rem;
    font-weight: 300;
    text-align:left;
    margin-bottom: 30px; 
}
/* Boxen */
.box {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    transition: all .3s ease;
    
}

.box .title {
padding-bottom: 10px;
border-bottom: 1px solid #000080;
font-size:1.2rem;
font-weight:bold;
    
}

.box:hover{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    margin-top:5px; 
    margin-bottom: 5px;
}


/* Old Styles */
body{
	font-family: Helvetica,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 10px;
	padding: 2px;
	background-color: #eeeeee;
}


a:link{
	color: #006699;
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;

}
a:visited{
	color: #006699;
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;

}
a:hover{
	color: #006699;
	text-decoration: underline;
	font-family: Helvetica,Arial,sans-serif;
	background-color: #ffffff;
}


#footer{
	padding: 5px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #b0b5a0;
	color: #ffffff;
	letter-spacing: 0.1em;
	
	font-size:50%;
	font-family: Helvetica,Arial,sans-serif;
}










