/* CSS Document */
.text-grey {
	color: #3c3f48;
}
.bg-grey {
	background-color: #3c3f48;
}
.text-darkblue {
	color: #1f3b5f;
}
.bg-darkblue {
	background-color: #1f3b5f;
}
.text-lightblue {
	color: #6396d8;
}
.bg-lightblue {
	background-color: #6396d8;
}
.text-green {
	color: #6d9846;
}
.bg-green {
	background-color: #6d9846;
}
.text-violet {
	color: #7a5c9c;
}
.bg-violet {
	background-color: #7a5c9c;
}
.bg-orange {
	background-color:rgba(227,119,46,1.00);
}
.text-pink {
	color: #d98594;
}
.bg-pink {
	background-color: #d98594;
}
body, html {
	background-color:#E8E8E8 !important;
	font-family: 'Piazzolla', serif !important;
	font-size:20px;
}
.image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.block {
	overflow: hidden;
}
.cta {
	padding:15px 0;
}
.block .image {
	height:350px;
}
.block .text {
	padding:15px;
}
.block .text-footer {
	padding:5px 15px 5px 15px;
	font-size:16px;
}
.navbar-brand {
	padding:0 !important;
	padding-right:50px !important;
}
nav {
	font-size:22px;
	font-weight: bold;
}
.spacer-30 {
	height:30px;
}
.spacer-60 {
	height:60px;
}
.align-right {
	text-align: right;
}
footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
footer a:hover {
	color:#6396d8;
}
footer {
	font-size:18px;
	padding:30px 0;
}
.contactheader {
	color: #FFFFFF;
	padding: 5px 0;
}
.contactheader a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
}
.contactheader a:hover {
	color:#6d9846;
}
.lebenslauf_liste ul {
	margin:5px 0px !important;
	padding:0 !important;
}
.lebenslauf_liste ul li {
	margin:5px 0px !important;
	padding:0 !important;
}