body {
	font-family: Tahoma, Verdana, Arial !important;
}
em {
	font-weight: bold;
	font-style: normal;
	color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #00f;
	font-size: 1.2em;
	font-weight: normal !important;
	margin-bottom: 30px;
}
.center {
	text-align: center !important;
}
.refs {
	margin-bottom: 40px;
	text-align: center !important;
}
.refs h2, .refs p, .refs ul {
	text-align: center !important;
}
.refimage {
	width: 90%;
	border: 1px solid #fff;
	box-shadow: 4px 4px 5px #666;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}
.text-muted {
	text-align: center !important;
	margin: 40px 0px 20px 0px !important;
	}
.nav-justified > li > a {
    color: #333;
	font-size: 1.2em;
	white-space: nowrap;
}
.nav-justified > li > a:hover {
    color: #333;
}
.btn-primary {
    background-color: #bbb;
    border-color: #aaa;
    color: #fff;
}
.btn-primary:hover {
    background-color: #00f;
    border-color: #00f;
    color: #fff;
}
.btn-contact {
    background-color: #00f;
    border-color: #fff;
    color: #fff;
	box-shadow: 3px 4px 4px #eee;
}
.btn-contact:hover {
    background-color: #fff;
    color: #00f;
}
.jumbotron {
	background: url(../img/intro12279.jpg) no-repeat;
	background-size: 100%;
	color: #fff;
	padding: 40px 20px 20px 20px !important;
	margin: 40px 0px 10px 0px;
	min-height: 400px;
}
.jumbotronref {
	background: url(../img/intro12242.jpg) no-repeat;
	background-size: 100%;
}
.jumbotron p {
	font-size: 1.2em;
}
.jumbotron h1 {
	font-size: 1.9em;
}
.solutions div {
	margin: 0px 10px 20px 20px
}
.news {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #00f;
}
.news img {
	width: 100%;
	border: 1px solid #fff;
	box-shadow: 4px 4px 5px #666;
	margin-bottom: 30px;
}
.footer {
     background: #eef;
	 border-top: 2px solid #fff;
	 padding-bottom: 200px;
}
.footer .box  {
    border: 1px solid #aaa;
	box-shadow: 3px 4px 4px #ddd;
}

.cc_container .cc_btn {
	background-color: #00f !important; /* Farbe des Buttons */
	color: #fff !important; /* Textfarbe des Buttons */
    border-color: #ccc;
}
.cc_container a {
	color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}