body {
    background: #FFFFFF url("background.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* #F7CA65 */
/* #FFFFAA */

/* Löschen des Standardhintergrunds der NAVBAR */
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.panel, .jumbotron {
	background-color: rgba(255, 255, 170, 0.8);
	border: 1px #CCCCCC solid;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	border-radius: 0;
}

.container .jumbotron {
	border-radius: 0;
}

.jumbotron img {
	max-height: 500px;
	width: 100%;
}

.carousel {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.content {
	border: 1px #BBBBBB solid;
	margin: 15px;
	background: #FFFFFF;
	border-radius: 6px;
}

.panel-body  img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.well {
	background: rgba(255, 255, 170, 1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-nav > li > a {
    color: #337AB7;
	font-weight: bold;
	background-color: #efec98;
}

.navbar-default .navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #FFFFFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	z-index: 400;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: white;
    background-color: #337AB7;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	z-index: 40;
}

.outer_special_box {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
	border: 1px #CCCCCC solid;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background: #efec98;
	border-radius: 6px;
}

.inner_special_box {
	padding-right: 15px;
}

.hovereffect a.btn-references {
	color: #FFFFFF;
	padding: 5px;
	background: none;
	border: 3px #FFFFFF solid;
}

.hovereffect a.btn-references:hover {
	color: #337AB7;
	padding: 5px;
	background: #FFFFFF;
	border: 4px #337AB7 solid;
}

h3, h4, h5{
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 2px #BBBBFF dotted;
}

form {
	padding: 10px;
	border: 1px #BBBBFF solid;
	border-radius: 6px;
}

label {
	font-weight: normal;
}

footer div .panel {
	color: white;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

footer a {
	color: white;
}