/* custom.css */

body {
	background: transparent url("../images/hg-bild-vorhang.jpg") no-repeat top center !important;
}

#body_panel,
#container_main,
#container_main .wrapper960,
#main,
#container_base {
	background-color: rgba(255,255,255,0.0) !important;
	background: transparent !important;
}

#content_remainder {
	background: #fff !important;
}

.hornav > ul > li > a {
  margin: 0 10px;
}

.logo {
	display: block;
	width: 80px;
	padding: 0;
	margin-left: -180px;
}

.logo-image.primary-logo-image {
	margin-left: 170px;
}

.madresse {
	color: #fff;
}

.nivo-directionNav a {
	top: 120% !important;
}

.module .module_header h3 {
	background: #fff;
	padding: 4px;
}

/* responsive */

@media only screen and (max-width: 600px) {
.logo {
	width: 80px;
	margin-left: 0px;
}

.logo-image.primary-logo-image {
	margin-left: 170px;
}

}





